org.openmdx.ui1.cci
Interface NumberFieldFilter

All Superinterfaces:
AbstractFieldFilter, BasicObjectFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, LabelledFieldFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ValuedFieldFilter, ViewCapableFilter
All Known Implementing Classes:
NumberFieldFilterImpl

public interface NumberFieldFilter
extends ValuedFieldFilter


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.ValuedFieldFilter
forAllDataBindingName, forAllDataBindingName, forAllDefaultValue, forAllDefaultValue, forAllEventHandler, forAllEventHandler, forAllFeatureName, forAllFeatureName, forAllFilterable, forAllFilterable, forAllMultiplicity, forAllMultiplicity, forAllQualifiedFeatureName, forAllQualifiedFeatureName, forAllSkipRow, forAllSkipRow, forAllSortable, forAllSortable, forAllSpanRow, forAllSpanRow, orderByDataBindingName, orderByDefaultValue, orderByEventHandler, orderByFeatureName, orderByFilterable, orderByMultiplicity, orderByQualifiedFeatureName, orderBySkipRow, orderBySortable, orderBySpanRow, thereExistsDataBindingName, thereExistsDataBindingName, thereExistsDefaultValue, thereExistsDefaultValue, thereExistsEventHandler, thereExistsEventHandler, thereExistsFeatureName, thereExistsFeatureName, thereExistsFilterable, thereExistsFilterable, thereExistsMultiplicity, thereExistsMultiplicity, thereExistsQualifiedFeatureName, thereExistsQualifiedFeatureName, thereExistsSkipRow, thereExistsSkipRow, thereExistsSortable, thereExistsSortable, thereExistsSpanRow, thereExistsSpanRow
 
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.ui1.cci.AbstractFieldFilter
forAllBackColor, forAllBackColor, forAllColor, forAllColor, forAllFontBold, forAllFontBold, forAllFontColor, forAllFontColor, forAllFontItalic, forAllFontItalic, forAllFontName, forAllFontName, forAllFontSize, forAllFontSize, forAllFontStrikeout, forAllFontStrikeout, forAllFontUnderline, forAllFontUnderline, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsBackColor, thereExistsColor, thereExistsColor, thereExistsFontBold, thereExistsFontBold, thereExistsFontColor, thereExistsFontColor, thereExistsFontItalic, thereExistsFontItalic, thereExistsFontName, thereExistsFontName, thereExistsFontSize, thereExistsFontSize, thereExistsFontStrikeout, thereExistsFontStrikeout, thereExistsFontUnderline, thereExistsFontUnderline
 
Methods inherited from interface org.openmdx.ui1.cci.ElementFilter
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip
 
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

forAllDecimalPlaces

void forAllDecimalPlaces(short operator,
                         int[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDecimalPlaces

void thereExistsDecimalPlaces(short operator,
                              int[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllDecimalPlaces

void forAllDecimalPlaces(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDecimalPlaces

void thereExistsDecimalPlaces(short operator,
                              Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByDecimalPlaces

void orderByDecimalPlaces(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllHasThousandsSeparator

void forAllHasThousandsSeparator(short operator,
                                 boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsHasThousandsSeparator

void thereExistsHasThousandsSeparator(short operator,
                                      boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllHasThousandsSeparator

void forAllHasThousandsSeparator(short operator,
                                 Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsHasThousandsSeparator

void thereExistsHasThousandsSeparator(short operator,
                                      Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByHasThousandsSeparator

void orderByHasThousandsSeparator(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllIncrement

void forAllIncrement(short operator,
                     BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIncrement

void thereExistsIncrement(short operator,
                          BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllIncrement

void forAllIncrement(short operator,
                     Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIncrement

void thereExistsIncrement(short operator,
                          Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByIncrement

void orderByIncrement(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllMaxValue

void forAllMaxValue(short operator,
                    BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMaxValue

void thereExistsMaxValue(short operator,
                         BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllMaxValue

void forAllMaxValue(short operator,
                    Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMaxValue

void thereExistsMaxValue(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByMaxValue

void orderByMaxValue(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllMinValue

void forAllMinValue(short operator,
                    BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMinValue

void thereExistsMinValue(short operator,
                         BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllMinValue

void forAllMinValue(short operator,
                    Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsMinValue

void thereExistsMinValue(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByMinValue

void orderByMinValue(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.