|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotFilter
| Method Summary | |
|---|---|
void |
forAllAllowPositionAutoCreate(short operator,
boolean[] filterValues)
|
void |
forAllAllowPositionAutoCreate(short operator,
Collection filterValues)
|
void |
forAllClosingDate(short operator,
Collection filterValues)
|
void |
forAllClosingDate(short operator,
Date[] filterValues)
|
void |
forAllDepotGroup(short operator,
Collection filterValues)
|
void |
forAllDepotGroup(short operator,
DepotGroup[] filterValues)
|
void |
forAllDepotNumber(short operator,
Collection filterValues)
|
void |
forAllDepotNumber(short operator,
String[] filterValues)
|
void |
forAllDepotType(short operator,
Collection filterValues)
|
void |
forAllDepotType(short operator,
DepotType[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllIsDefault(short operator,
boolean[] filterValues)
|
void |
forAllIsDefault(short operator,
Collection filterValues)
|
void |
forAllIsLocked(short operator,
boolean[] filterValues)
|
void |
forAllIsLocked(short operator,
Collection filterValues)
|
void |
forAllLatestReport(short operator,
Collection filterValues)
|
void |
forAllLatestReport(short operator,
DepotReport[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllOpeningDate(short operator,
Collection filterValues)
|
void |
forAllOpeningDate(short operator,
Date[] filterValues)
|
void |
orderByAllowPositionAutoCreate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByClosingDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDepotNumber(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 |
orderByIsDefault(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsLocked(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 |
orderByOpeningDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsAllowPositionAutoCreate(short operator,
boolean[] filterValues)
|
void |
thereExistsAllowPositionAutoCreate(short operator,
Collection filterValues)
|
void |
thereExistsClosingDate(short operator,
Collection filterValues)
|
void |
thereExistsClosingDate(short operator,
Date[] filterValues)
|
void |
thereExistsDepotGroup(short operator,
Collection filterValues)
|
void |
thereExistsDepotGroup(short operator,
DepotGroup[] filterValues)
|
void |
thereExistsDepotNumber(short operator,
Collection filterValues)
|
void |
thereExistsDepotNumber(short operator,
String[] filterValues)
|
void |
thereExistsDepotType(short operator,
Collection filterValues)
|
void |
thereExistsDepotType(short operator,
DepotType[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsIsDefault(short operator,
boolean[] filterValues)
|
void |
thereExistsIsDefault(short operator,
Collection filterValues)
|
void |
thereExistsIsLocked(short operator,
boolean[] filterValues)
|
void |
thereExistsIsLocked(short operator,
Collection filterValues)
|
void |
thereExistsLatestReport(short operator,
Collection filterValues)
|
void |
thereExistsLatestReport(short operator,
DepotReport[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsOpeningDate(short operator,
Collection filterValues)
|
void |
thereExistsOpeningDate(short operator,
Date[] filterValues)
|
| Methods inherited from interface org.opencrx.kernel.contract1.cci.ContractReferenceHolderFilter |
|---|
forAllContract, forAllContract, thereExistsContract, thereExistsContract |
| 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 forAllAllowPositionAutoCreate(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAllowPositionAutoCreate(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAllowPositionAutoCreate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAllowPositionAutoCreate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAllowPositionAutoCreate(short order)
order - The sort order for this filter.Directions
void forAllClosingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClosingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllClosingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsClosingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByClosingDate(short order)
order - The sort order for this filter.Directions
void forAllDepotGroup(short operator,
DepotGroup[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotGroup(short operator,
DepotGroup[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDepotGroup(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotGroup(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllDepotNumber(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotNumber(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDepotNumber(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotNumber(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDepotNumber(short order)
order - The sort order for this filter.Directions
void forAllDepotType(short operator,
DepotType[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotType(short operator,
DepotType[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDepotType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepotType(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 forAllIsDefault(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsDefault(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsDefault(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsDefault(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsDefault(short order)
order - The sort order for this filter.Directions
void forAllIsLocked(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsLocked(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsLocked(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsLocked(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsLocked(short order)
order - The sort order for this filter.Directions
void forAllLatestReport(short operator,
DepotReport[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLatestReport(short operator,
DepotReport[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLatestReport(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLatestReport(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
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 forAllOpeningDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpeningDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpeningDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpeningDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOpeningDate(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 | |||||||||