org.opencrx.kernel.address1.cci
Interface EMailAddressableFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
EMailAddressFilter, EMailAddressFilter, EMailAddressFilter, EMailAddressFilter
All Known Implementing Classes:
EMailAddressableFilterImpl, EMailAddressFilterImpl, EMailAddressFilterImpl, EMailAddressFilterImpl, EMailAddressFilterImpl

public interface EMailAddressableFilter
extends RefFilter_1_0


Method Summary
 void forAllEmailAddress(short operator, Collection filterValues)
           
 void forAllEmailAddress(short operator, String[] filterValues)
           
 void forAllEmailFormat(short operator, Collection filterValues)
           
 void forAllEmailFormat(short operator, short[] filterValues)
           
 void forAllEmailType(short operator, Collection filterValues)
           
 void forAllEmailType(short operator, short[] filterValues)
           
 void orderByEmailAddress(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByEmailFormat(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByEmailType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsEmailAddress(short operator, Collection filterValues)
           
 void thereExistsEmailAddress(short operator, String[] filterValues)
           
 void thereExistsEmailFormat(short operator, Collection filterValues)
           
 void thereExistsEmailFormat(short operator, short[] filterValues)
           
 void thereExistsEmailType(short operator, Collection filterValues)
           
 void thereExistsEmailType(short operator, short[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllEmailAddress

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

thereExistsEmailAddress

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

forAllEmailAddress

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

thereExistsEmailAddress

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

orderByEmailAddress

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

forAllEmailFormat

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

thereExistsEmailFormat

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

forAllEmailFormat

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

thereExistsEmailFormat

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

orderByEmailFormat

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

forAllEmailType

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

thereExistsEmailType

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

forAllEmailType

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

thereExistsEmailType

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

orderByEmailType

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