org.openmdx.ui1.cci
Interface AbstractFieldFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
CheckBoxFilter, CompoundFieldFilter, ContainerFieldFilter, DateFieldFilter, DocumentBoxFilter, FieldGroupFilter, LabelledFieldFilter, NonLabelledFieldFilter, NumberFieldFilter, ObjectContainerFilter, ObjectReferenceFieldFilter, TextBoxFilter, TextFieldFilter, ValuedFieldFilter
All Known Implementing Classes:
AbstractFieldFilterImpl, CheckBoxFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, FieldGroupFilterImpl, LabelledFieldFilterImpl, NonLabelledFieldFilterImpl, NumberFieldFilterImpl, ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

public interface AbstractFieldFilter
extends ElementFilter


Method Summary
 void forAllBackColor(short operator, Collection filterValues)
           
 void forAllBackColor(short operator, String[] filterValues)
           
 void forAllColor(short operator, Collection filterValues)
           
 void forAllColor(short operator, String[] filterValues)
           
 void forAllFontBold(short operator, boolean[] filterValues)
           
 void forAllFontBold(short operator, Collection filterValues)
           
 void forAllFontColor(short operator, Collection filterValues)
           
 void forAllFontColor(short operator, String[] filterValues)
           
 void forAllFontItalic(short operator, boolean[] filterValues)
           
 void forAllFontItalic(short operator, Collection filterValues)
           
 void forAllFontName(short operator, Collection filterValues)
           
 void forAllFontName(short operator, String[] filterValues)
           
 void forAllFontSize(short operator, BigDecimal[] filterValues)
           
 void forAllFontSize(short operator, Collection filterValues)
           
 void forAllFontStrikeout(short operator, boolean[] filterValues)
           
 void forAllFontStrikeout(short operator, Collection filterValues)
           
 void forAllFontUnderline(short operator, boolean[] filterValues)
           
 void forAllFontUnderline(short operator, Collection filterValues)
           
 void orderByBackColor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByColor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontBold(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontColor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontItalic(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontSize(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontStrikeout(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFontUnderline(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsBackColor(short operator, Collection filterValues)
           
 void thereExistsBackColor(short operator, String[] filterValues)
           
 void thereExistsColor(short operator, Collection filterValues)
           
 void thereExistsColor(short operator, String[] filterValues)
           
 void thereExistsFontBold(short operator, boolean[] filterValues)
           
 void thereExistsFontBold(short operator, Collection filterValues)
           
 void thereExistsFontColor(short operator, Collection filterValues)
           
 void thereExistsFontColor(short operator, String[] filterValues)
           
 void thereExistsFontItalic(short operator, boolean[] filterValues)
           
 void thereExistsFontItalic(short operator, Collection filterValues)
           
 void thereExistsFontName(short operator, Collection filterValues)
           
 void thereExistsFontName(short operator, String[] filterValues)
           
 void thereExistsFontSize(short operator, BigDecimal[] filterValues)
           
 void thereExistsFontSize(short operator, Collection filterValues)
           
 void thereExistsFontStrikeout(short operator, boolean[] filterValues)
           
 void thereExistsFontStrikeout(short operator, Collection filterValues)
           
 void thereExistsFontUnderline(short operator, boolean[] filterValues)
           
 void thereExistsFontUnderline(short operator, Collection filterValues)
           
 
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

forAllBackColor

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

thereExistsBackColor

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

forAllBackColor

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

thereExistsBackColor

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

orderByBackColor

void orderByBackColor(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

forAllColor

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

thereExistsColor

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

forAllColor

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

thereExistsColor

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

orderByColor

void orderByColor(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

forAllFontBold

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

thereExistsFontBold

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

forAllFontBold

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

thereExistsFontBold

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

orderByFontBold

void orderByFontBold(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

forAllFontColor

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

thereExistsFontColor

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

forAllFontColor

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

thereExistsFontColor

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

orderByFontColor

void orderByFontColor(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

forAllFontItalic

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

thereExistsFontItalic

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

forAllFontItalic

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

thereExistsFontItalic

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

orderByFontItalic

void orderByFontItalic(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

forAllFontName

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

thereExistsFontName

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

forAllFontName

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

thereExistsFontName

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

orderByFontName

void orderByFontName(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

forAllFontSize

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

thereExistsFontSize

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

forAllFontSize

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

thereExistsFontSize

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

orderByFontSize

void orderByFontSize(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

forAllFontStrikeout

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

thereExistsFontStrikeout

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

forAllFontStrikeout

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

thereExistsFontStrikeout

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

orderByFontStrikeout

void orderByFontStrikeout(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

forAllFontUnderline

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

thereExistsFontUnderline

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

forAllFontUnderline

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

thereExistsFontUnderline

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

orderByFontUnderline

void orderByFontUnderline(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.