org.opencrx.kernel.address1.cci
Interface PhoneNumberAddressableFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
PhoneNumberFilter, PhoneNumberFilter, PhoneNumberFilter, PhoneNumberFilter
All Known Implementing Classes:
PhoneNumberAddressableFilterImpl, PhoneNumberFilterImpl, PhoneNumberFilterImpl, PhoneNumberFilterImpl, PhoneNumberFilterImpl

public interface PhoneNumberAddressableFilter
extends RefFilter_1_0


Method Summary
 void forAllAutomaticParsing(short operator, boolean[] filterValues)
           
 void forAllAutomaticParsing(short operator, Collection filterValues)
           
 void forAllPhoneCityArea(short operator, Collection filterValues)
           
 void forAllPhoneCityArea(short operator, String[] filterValues)
           
 void forAllPhoneCountryPrefix(short operator, Collection filterValues)
           
 void forAllPhoneCountryPrefix(short operator, short[] filterValues)
           
 void forAllPhoneExtension(short operator, Collection filterValues)
           
 void forAllPhoneExtension(short operator, String[] filterValues)
           
 void forAllPhoneLocalNumber(short operator, Collection filterValues)
           
 void forAllPhoneLocalNumber(short operator, String[] filterValues)
           
 void forAllPhoneNumberFull(short operator, Collection filterValues)
           
 void forAllPhoneNumberFull(short operator, String[] filterValues)
           
 void orderByAutomaticParsing(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPhoneCityArea(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPhoneCountryPrefix(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPhoneExtension(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPhoneLocalNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPhoneNumberFull(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAutomaticParsing(short operator, boolean[] filterValues)
           
 void thereExistsAutomaticParsing(short operator, Collection filterValues)
           
 void thereExistsPhoneCityArea(short operator, Collection filterValues)
           
 void thereExistsPhoneCityArea(short operator, String[] filterValues)
           
 void thereExistsPhoneCountryPrefix(short operator, Collection filterValues)
           
 void thereExistsPhoneCountryPrefix(short operator, short[] filterValues)
           
 void thereExistsPhoneExtension(short operator, Collection filterValues)
           
 void thereExistsPhoneExtension(short operator, String[] filterValues)
           
 void thereExistsPhoneLocalNumber(short operator, Collection filterValues)
           
 void thereExistsPhoneLocalNumber(short operator, String[] filterValues)
           
 void thereExistsPhoneNumberFull(short operator, Collection filterValues)
           
 void thereExistsPhoneNumberFull(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

forAllAutomaticParsing

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

thereExistsAutomaticParsing

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

forAllAutomaticParsing

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

thereExistsAutomaticParsing

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

orderByAutomaticParsing

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

forAllPhoneCityArea

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

thereExistsPhoneCityArea

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

forAllPhoneCityArea

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

thereExistsPhoneCityArea

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

orderByPhoneCityArea

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

forAllPhoneCountryPrefix

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

thereExistsPhoneCountryPrefix

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

forAllPhoneCountryPrefix

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

thereExistsPhoneCountryPrefix

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

orderByPhoneCountryPrefix

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

forAllPhoneExtension

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

thereExistsPhoneExtension

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

forAllPhoneExtension

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

thereExistsPhoneExtension

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

orderByPhoneExtension

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

forAllPhoneLocalNumber

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

thereExistsPhoneLocalNumber

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

forAllPhoneLocalNumber

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

thereExistsPhoneLocalNumber

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

orderByPhoneLocalNumber

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

forAllPhoneNumberFull

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

thereExistsPhoneNumberFull

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

forAllPhoneNumberFull

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

thereExistsPhoneNumberFull

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

orderByPhoneNumberFull

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