|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFieldFilter
| Method Summary | |
|---|---|
void |
forAllBackColor(short operator,
Collection filterValues)
|
void |
forAllBackColor(short operator,
String[] filterValues)
|
void |
forAllColor(short operator,
Collection filterValues)
|
void |
forAllColor(short operator,
String[] filterValues)
|
void |
forAllFontBold(short operator,
boolean[] filterValues)
|
void |
forAllFontBold(short operator,
Collection filterValues)
|
void |
forAllFontColor(short operator,
Collection filterValues)
|
void |
forAllFontColor(short operator,
String[] filterValues)
|
void |
forAllFontItalic(short operator,
boolean[] filterValues)
|
void |
forAllFontItalic(short operator,
Collection filterValues)
|
void |
forAllFontName(short operator,
Collection filterValues)
|
void |
forAllFontName(short operator,
String[] filterValues)
|
void |
forAllFontSize(short operator,
BigDecimal[] filterValues)
|
void |
forAllFontSize(short operator,
Collection filterValues)
|
void |
forAllFontStrikeout(short operator,
boolean[] filterValues)
|
void |
forAllFontStrikeout(short operator,
Collection filterValues)
|
void |
forAllFontUnderline(short operator,
boolean[] filterValues)
|
void |
forAllFontUnderline(short operator,
Collection filterValues)
|
void |
orderByBackColor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByColor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontBold(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontColor(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontItalic(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontSize(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontStrikeout(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByFontUnderline(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsBackColor(short operator,
Collection filterValues)
|
void |
thereExistsBackColor(short operator,
String[] filterValues)
|
void |
thereExistsColor(short operator,
Collection filterValues)
|
void |
thereExistsColor(short operator,
String[] filterValues)
|
void |
thereExistsFontBold(short operator,
boolean[] filterValues)
|
void |
thereExistsFontBold(short operator,
Collection filterValues)
|
void |
thereExistsFontColor(short operator,
Collection filterValues)
|
void |
thereExistsFontColor(short operator,
String[] filterValues)
|
void |
thereExistsFontItalic(short operator,
boolean[] filterValues)
|
void |
thereExistsFontItalic(short operator,
Collection filterValues)
|
void |
thereExistsFontName(short operator,
Collection filterValues)
|
void |
thereExistsFontName(short operator,
String[] filterValues)
|
void |
thereExistsFontSize(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsFontSize(short operator,
Collection filterValues)
|
void |
thereExistsFontStrikeout(short operator,
boolean[] filterValues)
|
void |
thereExistsFontStrikeout(short operator,
Collection filterValues)
|
void |
thereExistsFontUnderline(short operator,
boolean[] filterValues)
|
void |
thereExistsFontUnderline(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
|---|
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter |
|---|
forAllContext, forAllContext, thereExistsContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter |
|---|
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllBackColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBackColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBackColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBackColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBackColor(short order)
order - The sort order for this filter.Directions
void forAllColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByColor(short order)
order - The sort order for this filter.Directions
void forAllFontBold(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontBold(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontBold(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontBold(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontBold(short order)
order - The sort order for this filter.Directions
void forAllFontColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontColor(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontColor(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontColor(short order)
order - The sort order for this filter.Directions
void forAllFontItalic(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontItalic(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontItalic(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontItalic(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontItalic(short order)
order - The sort order for this filter.Directions
void forAllFontName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontName(short order)
order - The sort order for this filter.Directions
void forAllFontSize(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontSize(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontSize(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontSize(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontSize(short order)
order - The sort order for this filter.Directions
void forAllFontStrikeout(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontStrikeout(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontStrikeout(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontStrikeout(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontStrikeout(short order)
order - The sort order for this filter.Directions
void forAllFontUnderline(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontUnderline(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFontUnderline(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFontUnderline(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFontUnderline(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||