|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnitFilter
| Method Summary | |
|---|---|
void |
forAllDepot(short operator,
Collection filterValues)
|
void |
forAllDepot(short operator,
Depot[] 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 |
forAllSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
|
void |
forAllSizeInCubicMeter(short operator,
Collection filterValues)
|
void |
forAllSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
|
void |
forAllSizeInSquareMeter(short operator,
Collection filterValues)
|
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 |
orderBySizeInCubicMeter(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySizeInSquareMeter(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsDepot(short operator,
Collection filterValues)
|
void |
thereExistsDepot(short operator,
Depot[] 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 |
thereExistsSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSizeInCubicMeter(short operator,
Collection filterValues)
|
void |
thereExistsSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSizeInSquareMeter(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllDepot(short operator,
Depot[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepot(short operator,
Depot[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDepot(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDepot(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 forAllSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSizeInCubicMeter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSizeInCubicMeter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySizeInCubicMeter(short order)
order - The sort order for this filter.Directions
void forAllSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSizeInSquareMeter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSizeInSquareMeter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySizeInSquareMeter(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 | |||||||||