org.opencrx.kernel.account1.cci
Interface AbstractAccountFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AbstractGroupFilter, AccountFilter, ContactFilter, ContractRoleFilter, CustomerContractRoleFilter, GroupFilter, LegalEntityFilter, UnspecifiedAccountFilter
All Known Implementing Classes:
AbstractAccountFilterImpl, AbstractGroupFilterImpl, AccountFilterImpl, ContactFilterImpl, ContractRoleFilterImpl, CustomerContractRoleFilterImpl, GroupFilterImpl, LegalEntityFilterImpl, UnspecifiedAccountFilterImpl

public interface AbstractAccountFilter
extends RefFilter_1_0


Method Summary
 void forAllAccountCategory(short operator, Collection filterValues)
           
 void forAllAccountCategory(short operator, short[] filterValues)
           
 void forAllAccountRating(short operator, Collection filterValues)
           
 void forAllAccountRating(short operator, short[] filterValues)
           
 void forAllAccountState(short operator, Collection filterValues)
           
 void forAllAccountState(short operator, short[] filterValues)
           
 void forAllAccountType(short operator, Collection filterValues)
           
 void forAllAccountType(short operator, short[] filterValues)
           
 void forAllAliasName(short operator, Collection filterValues)
           
 void forAllAliasName(short operator, String[] filterValues)
           
 void forAllBusinessType(short operator, Collection filterValues)
           
 void forAllBusinessType(short operator, short[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllFullName(short operator, Collection filterValues)
           
 void forAllFullName(short operator, String[] filterValues)
           
 void orderByAccountCategory(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByAccountRating(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByAccountState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByAccountType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByAliasName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByBusinessType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFullName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAccountCategory(short operator, Collection filterValues)
           
 void thereExistsAccountCategory(short operator, short[] filterValues)
           
 void thereExistsAccountRating(short operator, Collection filterValues)
           
 void thereExistsAccountRating(short operator, short[] filterValues)
           
 void thereExistsAccountState(short operator, Collection filterValues)
           
 void thereExistsAccountState(short operator, short[] filterValues)
           
 void thereExistsAccountType(short operator, Collection filterValues)
           
 void thereExistsAccountType(short operator, short[] filterValues)
           
 void thereExistsAliasName(short operator, Collection filterValues)
           
 void thereExistsAliasName(short operator, String[] filterValues)
           
 void thereExistsBusinessType(short operator, Collection filterValues)
           
 void thereExistsBusinessType(short operator, short[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsFullName(short operator, Collection filterValues)
           
 void thereExistsFullName(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

forAllAccountCategory

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

thereExistsAccountCategory

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

forAllAccountCategory

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

thereExistsAccountCategory

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

orderByAccountCategory

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

forAllAccountRating

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

thereExistsAccountRating

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

forAllAccountRating

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

thereExistsAccountRating

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

orderByAccountRating

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

forAllAccountState

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

thereExistsAccountState

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

forAllAccountState

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

thereExistsAccountState

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

orderByAccountState

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

forAllAccountType

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

thereExistsAccountType

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

forAllAccountType

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

thereExistsAccountType

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

orderByAccountType

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

forAllAliasName

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

thereExistsAliasName

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

forAllAliasName

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

thereExistsAliasName

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

orderByAliasName

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

forAllBusinessType

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

thereExistsBusinessType

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

forAllBusinessType

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

thereExistsBusinessType

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

orderByBusinessType

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

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

forAllFullName

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

thereExistsFullName

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

forAllFullName

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

thereExistsFullName

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

orderByFullName

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