org.opencrx.kernel.address1.cci
Interface PostalAddressableFilter

All Superinterfaces:
PicturedFilter, RefFilter_1_0, Serializable
All Known Subinterfaces:
PostalAddressFilter, PostalAddressFilter, PostalAddressFilter, PostalAddressFilter
All Known Implementing Classes:
PostalAddressableFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl

public interface PostalAddressableFilter
extends PicturedFilter


Method Summary
 void forAllPostalAddressLine(short operator, Collection filterValues)
           
 void forAllPostalAddressLine(short operator, String[] filterValues)
           
 void forAllPostalCity(short operator, Collection filterValues)
           
 void forAllPostalCity(short operator, String[] filterValues)
           
 void forAllPostalCode(short operator, Collection filterValues)
           
 void forAllPostalCode(short operator, String[] filterValues)
           
 void forAllPostalCountry(short operator, Collection filterValues)
           
 void forAllPostalCountry(short operator, short[] filterValues)
           
 void forAllPostalCounty(short operator, Collection filterValues)
           
 void forAllPostalCounty(short operator, String[] filterValues)
           
 void forAllPostalFreightTerms(short operator, Collection filterValues)
           
 void forAllPostalFreightTerms(short operator, short[] filterValues)
           
 void forAllPostalLatitude(short operator, BigDecimal[] filterValues)
           
 void forAllPostalLatitude(short operator, Collection filterValues)
           
 void forAllPostalLongitude(short operator, BigDecimal[] filterValues)
           
 void forAllPostalLongitude(short operator, Collection filterValues)
           
 void forAllPostalState(short operator, Collection filterValues)
           
 void forAllPostalState(short operator, String[] filterValues)
           
 void forAllPostalStreet(short operator, Collection filterValues)
           
 void forAllPostalStreet(short operator, String[] filterValues)
           
 void forAllPostalStreetNumber(short operator, Collection filterValues)
           
 void forAllPostalStreetNumber(short operator, String[] filterValues)
           
 void forAllPostalUtcOffset(short operator, Collection filterValues)
           
 void forAllPostalUtcOffset(short operator, short[] filterValues)
           
 void orderByPostalAddressLine(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalCity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalCode(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalCountry(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalCounty(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalFreightTerms(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalLatitude(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalLongitude(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalStreet(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalStreetNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPostalUtcOffset(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsPostalAddressLine(short operator, Collection filterValues)
           
 void thereExistsPostalAddressLine(short operator, String[] filterValues)
           
 void thereExistsPostalCity(short operator, Collection filterValues)
           
 void thereExistsPostalCity(short operator, String[] filterValues)
           
 void thereExistsPostalCode(short operator, Collection filterValues)
           
 void thereExistsPostalCode(short operator, String[] filterValues)
           
 void thereExistsPostalCountry(short operator, Collection filterValues)
           
 void thereExistsPostalCountry(short operator, short[] filterValues)
           
 void thereExistsPostalCounty(short operator, Collection filterValues)
           
 void thereExistsPostalCounty(short operator, String[] filterValues)
           
 void thereExistsPostalFreightTerms(short operator, Collection filterValues)
           
 void thereExistsPostalFreightTerms(short operator, short[] filterValues)
           
 void thereExistsPostalLatitude(short operator, BigDecimal[] filterValues)
           
 void thereExistsPostalLatitude(short operator, Collection filterValues)
           
 void thereExistsPostalLongitude(short operator, BigDecimal[] filterValues)
           
 void thereExistsPostalLongitude(short operator, Collection filterValues)
           
 void thereExistsPostalState(short operator, Collection filterValues)
           
 void thereExistsPostalState(short operator, String[] filterValues)
           
 void thereExistsPostalStreet(short operator, Collection filterValues)
           
 void thereExistsPostalStreet(short operator, String[] filterValues)
           
 void thereExistsPostalStreetNumber(short operator, Collection filterValues)
           
 void thereExistsPostalStreetNumber(short operator, String[] filterValues)
           
 void thereExistsPostalUtcOffset(short operator, Collection filterValues)
           
 void thereExistsPostalUtcOffset(short operator, short[] filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.generic.cci.PicturedFilter
forAllPicture, forAllPicture, forAllPictureContent, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentMimeType, forAllPictureContentName, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, thereExistsPicture, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentMimeType, thereExistsPictureContentName, thereExistsPictureContentName
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllPostalAddressLine

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

thereExistsPostalAddressLine

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

forAllPostalAddressLine

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

thereExistsPostalAddressLine

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

orderByPostalAddressLine

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

forAllPostalCity

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

thereExistsPostalCity

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

forAllPostalCity

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

thereExistsPostalCity

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

orderByPostalCity

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

forAllPostalCode

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

thereExistsPostalCode

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

forAllPostalCode

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

thereExistsPostalCode

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

orderByPostalCode

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

forAllPostalCountry

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

thereExistsPostalCountry

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

forAllPostalCountry

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

thereExistsPostalCountry

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

orderByPostalCountry

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

forAllPostalCounty

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

thereExistsPostalCounty

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

forAllPostalCounty

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

thereExistsPostalCounty

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

orderByPostalCounty

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

forAllPostalFreightTerms

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

thereExistsPostalFreightTerms

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

forAllPostalFreightTerms

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

thereExistsPostalFreightTerms

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

orderByPostalFreightTerms

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

forAllPostalLatitude

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

thereExistsPostalLatitude

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

forAllPostalLatitude

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

thereExistsPostalLatitude

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

orderByPostalLatitude

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

forAllPostalLongitude

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

thereExistsPostalLongitude

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

forAllPostalLongitude

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

thereExistsPostalLongitude

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

orderByPostalLongitude

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

forAllPostalState

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

thereExistsPostalState

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

forAllPostalState

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

thereExistsPostalState

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

orderByPostalState

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

forAllPostalStreet

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

thereExistsPostalStreet

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

forAllPostalStreet

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

thereExistsPostalStreet

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

orderByPostalStreet

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

forAllPostalStreetNumber

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

thereExistsPostalStreetNumber

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

forAllPostalStreetNumber

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

thereExistsPostalStreetNumber

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

orderByPostalStreetNumber

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

forAllPostalUtcOffset

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

thereExistsPostalUtcOffset

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

forAllPostalUtcOffset

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

thereExistsPostalUtcOffset

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

orderByPostalUtcOffset

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