org.opencrx.kernel.building1.cci
Interface AbstractBuildingUnitFilter

All Superinterfaces:
PicturedFilter, RefFilter_1_0, Serializable
All Known Subinterfaces:
BuildingComplexFilter, BuildingFilter, BuildingUnitFilter
All Known Implementing Classes:
AbstractBuildingUnitFilterImpl, BuildingComplexFilterImpl, BuildingFilterImpl, BuildingUnitFilterImpl

public interface AbstractBuildingUnitFilter
extends PicturedFilter


Method Summary
 void forAllDepot(short operator, Collection filterValues)
           
 void forAllDepot(short operator, Depot[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllSizeInCubicMeter(short operator, BigDecimal[] filterValues)
           
 void forAllSizeInCubicMeter(short operator, Collection filterValues)
           
 void forAllSizeInSquareMeter(short operator, BigDecimal[] filterValues)
           
 void forAllSizeInSquareMeter(short operator, Collection filterValues)
           
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySizeInCubicMeter(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySizeInSquareMeter(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsDepot(short operator, Collection filterValues)
           
 void thereExistsDepot(short operator, Depot[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsSizeInCubicMeter(short operator, BigDecimal[] filterValues)
           
 void thereExistsSizeInCubicMeter(short operator, Collection filterValues)
           
 void thereExistsSizeInSquareMeter(short operator, BigDecimal[] filterValues)
           
 void thereExistsSizeInSquareMeter(short operator, Collection 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

forAllDepot

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

thereExistsDepot

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

forAllDepot

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

thereExistsDepot

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

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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

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

forAllSizeInCubicMeter

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

thereExistsSizeInCubicMeter

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

forAllSizeInCubicMeter

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

thereExistsSizeInCubicMeter

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

orderBySizeInCubicMeter

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

forAllSizeInSquareMeter

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

thereExistsSizeInSquareMeter

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

forAllSizeInSquareMeter

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

thereExistsSizeInSquareMeter

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

orderBySizeInSquareMeter

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