|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumberFieldFilter
| Method Summary | |
|---|---|
void |
forAllDecimalPlaces(short operator,
Collection filterValues)
|
void |
forAllDecimalPlaces(short operator,
int[] filterValues)
|
void |
forAllHasThousandsSeparator(short operator,
boolean[] filterValues)
|
void |
forAllHasThousandsSeparator(short operator,
Collection filterValues)
|
void |
forAllIncrement(short operator,
BigDecimal[] filterValues)
|
void |
forAllIncrement(short operator,
Collection filterValues)
|
void |
forAllMaxValue(short operator,
BigDecimal[] filterValues)
|
void |
forAllMaxValue(short operator,
Collection filterValues)
|
void |
forAllMinValue(short operator,
BigDecimal[] filterValues)
|
void |
forAllMinValue(short operator,
Collection filterValues)
|
void |
orderByDecimalPlaces(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByHasThousandsSeparator(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIncrement(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMaxValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMinValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsDecimalPlaces(short operator,
Collection filterValues)
|
void |
thereExistsDecimalPlaces(short operator,
int[] filterValues)
|
void |
thereExistsHasThousandsSeparator(short operator,
boolean[] filterValues)
|
void |
thereExistsHasThousandsSeparator(short operator,
Collection filterValues)
|
void |
thereExistsIncrement(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsIncrement(short operator,
Collection filterValues)
|
void |
thereExistsMaxValue(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsMaxValue(short operator,
Collection filterValues)
|
void |
thereExistsMinValue(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsMinValue(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.ui1.cci.LabelledFieldFilter |
|---|
forAllLabel, forAllLabel, forAllShortLabel, forAllShortLabel, orderByLabel, orderByShortLabel, thereExistsLabel, thereExistsLabel, thereExistsShortLabel, thereExistsShortLabel |
| 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 forAllDecimalPlaces(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDecimalPlaces(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDecimalPlaces(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDecimalPlaces(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDecimalPlaces(short order)
order - The sort order for this filter.Directions
void forAllHasThousandsSeparator(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsHasThousandsSeparator(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllHasThousandsSeparator(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsHasThousandsSeparator(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByHasThousandsSeparator(short order)
order - The sort order for this filter.Directions
void forAllIncrement(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIncrement(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIncrement(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIncrement(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIncrement(short order)
order - The sort order for this filter.Directions
void forAllMaxValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMaxValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMaxValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMaxValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMaxValue(short order)
order - The sort order for this filter.Directions
void forAllMinValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMinValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMinValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMinValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMinValue(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 | |||||||||