|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookingFilter
| Method Summary | |
|---|---|
void |
forAllBookingDate(short operator,
Collection filterValues)
|
void |
forAllBookingDate(short operator,
Date[] filterValues)
|
void |
forAllBookingStatus(short operator,
Collection filterValues)
|
void |
forAllBookingStatus(short operator,
short[] filterValues)
|
void |
forAllBookingType(short operator,
Collection filterValues)
|
void |
forAllBookingType(short operator,
short[] filterValues)
|
void |
forAllCb(short operator,
Collection filterValues)
|
void |
forAllCb(short operator,
CompoundBooking[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllOrigin(short operator,
BookingOrigin[] filterValues)
|
void |
forAllOrigin(short operator,
Collection filterValues)
|
void |
forAllPosition(short operator,
Collection filterValues)
|
void |
forAllPosition(short operator,
DepotPosition[] filterValues)
|
void |
forAllValueDate(short operator,
Collection filterValues)
|
void |
forAllValueDate(short operator,
Date[] filterValues)
|
void |
orderByBookingDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByBookingStatus(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByBookingType(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 |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByValueDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsBookingDate(short operator,
Collection filterValues)
|
void |
thereExistsBookingDate(short operator,
Date[] filterValues)
|
void |
thereExistsBookingStatus(short operator,
Collection filterValues)
|
void |
thereExistsBookingStatus(short operator,
short[] filterValues)
|
void |
thereExistsBookingType(short operator,
Collection filterValues)
|
void |
thereExistsBookingType(short operator,
short[] filterValues)
|
void |
thereExistsCb(short operator,
Collection filterValues)
|
void |
thereExistsCb(short operator,
CompoundBooking[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsOrigin(short operator,
BookingOrigin[] filterValues)
|
void |
thereExistsOrigin(short operator,
Collection filterValues)
|
void |
thereExistsPosition(short operator,
Collection filterValues)
|
void |
thereExistsPosition(short operator,
DepotPosition[] filterValues)
|
void |
thereExistsValueDate(short operator,
Collection filterValues)
|
void |
thereExistsValueDate(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 |
| Methods inherited from interface org.opencrx.kernel.product1.cci.ProductConfigurationSetFilter |
|---|
forAllConfigType, forAllConfigType, thereExistsConfigType, thereExistsConfigType |
| Method Detail |
|---|
void forAllBookingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingDate(short order)
order - The sort order for this filter.Directions
void forAllBookingStatus(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingStatus(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingStatus(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingStatus(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingStatus(short order)
order - The sort order for this filter.Directions
void forAllBookingType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingType(short order)
order - The sort order for this filter.Directions
void forAllCb(short operator,
CompoundBooking[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCb(short operator,
CompoundBooking[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCb(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCb(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
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 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 forAllOrigin(short operator,
BookingOrigin[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOrigin(short operator,
BookingOrigin[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOrigin(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOrigin(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllPosition(short operator,
DepotPosition[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPosition(short operator,
DepotPosition[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPosition(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPosition(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllValueDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsValueDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllValueDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsValueDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByValueDate(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 | |||||||||