org.opencrx.kernel.base.cci
Interface AbstractFilterPropertyFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AccountCategoryFilterPropertyFilter, AccountFilterPropertyFilter, AccountTypeFilterPropertyFilter, ActivityFilterPropertyFilter, ActivityGroupFilterPropertyFilter, ActivityNumberFilterPropertyFilter, ActivityProcessStateFilterPropertyFilter, ActivityStateFilterPropertyFilter, ActivityTypeFilterPropertyFilter, CategoryFilterPropertyFilter, CategoryFilterPropertyFilter, DefaultSalesTaxTypeFilterPropertyFilter, DisabledFilterPropertyFilter, DisabledFilterPropertyFilter, DisabledFilterPropertyFilter, PriceUomFilterPropertyFilter, ProductClassificationFilterPropertyFilter, ProductFilterPropertyFilter, ResourceFilterPropertyFilter, ResourceNameFilterPropertyFilter, ResourceRoleFilterPropertyFilter, ScheduledEndFilterPropertyFilter, ScheduledStartFilterPropertyFilter
All Known Implementing Classes:
AbstractFilterPropertyFilterImpl, AccountCategoryFilterPropertyFilterImpl, AccountFilterPropertyFilterImpl, AccountTypeFilterPropertyFilterImpl, ActivityFilterPropertyFilterImpl, ActivityGroupFilterPropertyFilterImpl, ActivityNumberFilterPropertyFilterImpl, ActivityProcessStateFilterPropertyFilterImpl, ActivityStateFilterPropertyFilterImpl, ActivityTypeFilterPropertyFilterImpl, CategoryFilterPropertyFilterImpl, CategoryFilterPropertyFilterImpl, DefaultSalesTaxTypeFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, PriceUomFilterPropertyFilterImpl, ProductClassificationFilterPropertyFilterImpl, ProductFilterPropertyFilterImpl, ResourceFilterPropertyFilterImpl, ResourceNameFilterPropertyFilterImpl, ResourceRoleFilterPropertyFilterImpl, ScheduledEndFilterPropertyFilterImpl, ScheduledStartFilterPropertyFilterImpl

public interface AbstractFilterPropertyFilter
extends RefFilter_1_0


Method Summary
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllFilterOperator(short operator, Collection filterValues)
           
 void forAllFilterOperator(short operator, short[] filterValues)
           
 void forAllFilterQuantor(short operator, Collection filterValues)
           
 void forAllFilterQuantor(short operator, short[] filterValues)
           
 void forAllIsActive(short operator, boolean[] filterValues)
           
 void forAllIsActive(short operator, Collection filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFilterOperator(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFilterQuantor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIsActive(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 thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsFilterOperator(short operator, Collection filterValues)
           
 void thereExistsFilterOperator(short operator, short[] filterValues)
           
 void thereExistsFilterQuantor(short operator, Collection filterValues)
           
 void thereExistsFilterQuantor(short operator, short[] filterValues)
           
 void thereExistsIsActive(short operator, boolean[] filterValues)
           
 void thereExistsIsActive(short operator, Collection filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

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

forAllFilterOperator

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

thereExistsFilterOperator

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

forAllFilterOperator

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

thereExistsFilterOperator

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

orderByFilterOperator

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

forAllFilterQuantor

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

thereExistsFilterQuantor

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

forAllFilterQuantor

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

thereExistsFilterQuantor

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

orderByFilterQuantor

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

forAllIsActive

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

thereExistsIsActive

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

forAllIsActive

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

thereExistsIsActive

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

orderByIsActive

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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

void orderByName(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 © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.