org.opencrx.kernel.address1.cci
Interface RoomAddressableFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
RoomFilter, RoomFilter, RoomFilter
All Known Implementing Classes:
RoomAddressableFilterImpl, RoomFilterImpl, RoomFilterImpl, RoomFilterImpl

public interface RoomAddressableFilter
extends RefFilter_1_0


Method Summary
 void forAllRoomNumber(short operator, Collection filterValues)
           
 void forAllRoomNumber(short operator, String[] filterValues)
           
 void orderByRoomNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsRoomNumber(short operator, Collection filterValues)
           
 void thereExistsRoomNumber(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

forAllRoomNumber

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

thereExistsRoomNumber

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

forAllRoomNumber

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

thereExistsRoomNumber

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

orderByRoomNumber

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