|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookingPeriodFilter
| Method Summary | |
|---|---|
void |
forAllClosingBookingTypeThreshold(short operator,
Collection filterValues)
|
void |
forAllClosingBookingTypeThreshold(short operator,
short[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllIsClosed(short operator,
boolean[] filterValues)
|
void |
forAllIsClosed(short operator,
Collection filterValues)
|
void |
forAllIsFinal(short operator,
boolean[] filterValues)
|
void |
forAllIsFinal(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllPeriodEndsAtExclusive(short operator,
Collection filterValues)
|
void |
forAllPeriodEndsAtExclusive(short operator,
Date[] filterValues)
|
void |
forAllPeriodStartsAt(short operator,
Collection filterValues)
|
void |
forAllPeriodStartsAt(short operator,
Date[] filterValues)
|
void |
orderByClosingBookingTypeThreshold(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsClosed(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsFinal(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPeriodEndsAtExclusive(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPeriodStartsAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsClosingBookingTypeThreshold(short operator,
Collection filterValues)
|
void |
thereExistsClosingBookingTypeThreshold(short operator,
short[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsIsClosed(short operator,
boolean[] filterValues)
|
void |
thereExistsIsClosed(short operator,
Collection filterValues)
|
void |
thereExistsIsFinal(short operator,
boolean[] filterValues)
|
void |
thereExistsIsFinal(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsPeriodEndsAtExclusive(short operator,
Collection filterValues)
|
void |
thereExistsPeriodEndsAtExclusive(short operator,
Date[] filterValues)
|
void |
thereExistsPeriodStartsAt(short operator,
Collection filterValues)
|
void |
thereExistsPeriodStartsAt(short operator,
Date[] 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.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 forAllClosingBookingTypeThreshold(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClosingBookingTypeThreshold(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllClosingBookingTypeThreshold(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClosingBookingTypeThreshold(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByClosingBookingTypeThreshold(short order)
order - The sort order for this filter.Directions
void forAllDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDescription(short order)
order - The sort order for this filter.Directions
void forAllIsClosed(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsClosed(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsClosed(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsClosed(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsClosed(short order)
order - The sort order for this filter.Directions
void forAllIsFinal(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsFinal(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsFinal(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsFinal(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsFinal(short order)
order - The sort order for this filter.Directions
void forAllName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByName(short order)
order - The sort order for this filter.Directions
void forAllPeriodEndsAtExclusive(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriodEndsAtExclusive(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPeriodEndsAtExclusive(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriodEndsAtExclusive(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPeriodEndsAtExclusive(short order)
order - The sort order for this filter.Directions
void forAllPeriodStartsAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriodStartsAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPeriodStartsAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriodStartsAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPeriodStartsAt(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 | |||||||||