|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryFilterPropertyFilter
| Method Summary | |
|---|---|
void |
forAllBooleanParam(short operator,
boolean[] filterValues)
|
void |
forAllBooleanParam(short operator,
Collection filterValues)
|
void |
forAllClause(short operator,
Collection filterValues)
|
void |
forAllClause(short operator,
String[] filterValues)
|
void |
forAllDateParam(short operator,
Collection filterValues)
|
void |
forAllDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
|
void |
forAllDateTimeParam(short operator,
Collection filterValues)
|
void |
forAllDateTimeParam(short operator,
Date[] filterValues)
|
void |
forAllDecimalParam(short operator,
BigDecimal[] filterValues)
|
void |
forAllDecimalParam(short operator,
Collection filterValues)
|
void |
forAllIntegerParam(short operator,
Collection filterValues)
|
void |
forAllIntegerParam(short operator,
int[] filterValues)
|
void |
forAllStringParam(short operator,
Collection filterValues)
|
void |
forAllStringParam(short operator,
String[] filterValues)
|
void |
orderByBooleanParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByClause(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDateParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDateTimeParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDecimalParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIntegerParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByStringParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsBooleanParam(short operator,
boolean[] filterValues)
|
void |
thereExistsBooleanParam(short operator,
Collection filterValues)
|
void |
thereExistsClause(short operator,
Collection filterValues)
|
void |
thereExistsClause(short operator,
String[] filterValues)
|
void |
thereExistsDateParam(short operator,
Collection filterValues)
|
void |
thereExistsDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
|
void |
thereExistsDateTimeParam(short operator,
Collection filterValues)
|
void |
thereExistsDateTimeParam(short operator,
Date[] filterValues)
|
void |
thereExistsDecimalParam(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsDecimalParam(short operator,
Collection filterValues)
|
void |
thereExistsIntegerParam(short operator,
Collection filterValues)
|
void |
thereExistsIntegerParam(short operator,
int[] filterValues)
|
void |
thereExistsStringParam(short operator,
Collection filterValues)
|
void |
thereExistsStringParam(short operator,
String[] filterValues)
|
| Methods inherited from interface org.opencrx.kernel.base.cci.AbstractFilterPropertyFilter |
|---|
forAllDescription, forAllDescription, forAllIsActive, forAllIsActive, forAllName, forAllName, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsDescription, thereExistsIsActive, thereExistsIsActive, thereExistsName, thereExistsName |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllBooleanParam(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBooleanParam(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBooleanParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBooleanParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBooleanParam(short order)
order - The sort order for this filter.Directions
void forAllClause(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClause(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllClause(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClause(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByClause(short order)
order - The sort order for this filter.Directions
void forAllDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDateParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDateParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDateParam(short order)
order - The sort order for this filter.Directions
void forAllDateTimeParam(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDateTimeParam(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDateTimeParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDateTimeParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDateTimeParam(short order)
order - The sort order for this filter.Directions
void forAllDecimalParam(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDecimalParam(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDecimalParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDecimalParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDecimalParam(short order)
order - The sort order for this filter.Directions
void forAllIntegerParam(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIntegerParam(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIntegerParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIntegerParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIntegerParam(short order)
order - The sort order for this filter.Directions
void forAllStringParam(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStringParam(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllStringParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStringParam(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByStringParam(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 | |||||||||