org.opencrx.kernel.uom1.cci
Interface UomFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, DescriptionContainerFilter, ExtentCapableFilter, ImporterFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter, XmlExporterFilter
All Known Implementing Classes:
UomFilterImpl

public interface UomFilter
extends ImporterFilter, SecureObjectFilter, XmlExporterFilter, DescriptionContainerFilter, BasicObjectFilter


Method Summary
 void forAllBaseUom(short operator, Collection filterValues)
           
 void forAllBaseUom(short operator, Uom[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllDetailedDescription(short operator, Collection filterValues)
           
 void forAllDetailedDescription(short operator, String[] filterValues)
           
 void forAllIsScheduleBaseUom(short operator, boolean[] filterValues)
           
 void forAllIsScheduleBaseUom(short operator, Collection filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllQuantity(short operator, BigDecimal[] filterValues)
           
 void forAllQuantity(short operator, Collection filterValues)
           
 void forAllUomSchedule(short operator, Collection filterValues)
           
 void forAllUomSchedule(short operator, UomSchedule[] filterValues)
           
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIsScheduleBaseUom(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 orderByQuantity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsBaseUom(short operator, Collection filterValues)
           
 void thereExistsBaseUom(short operator, Uom[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsDetailedDescription(short operator, String[] filterValues)
           
 void thereExistsIsScheduleBaseUom(short operator, boolean[] filterValues)
           
 void thereExistsIsScheduleBaseUom(short operator, Collection filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsQuantity(short operator, BigDecimal[] filterValues)
           
 void thereExistsQuantity(short operator, Collection filterValues)
           
 void thereExistsUomSchedule(short operator, Collection filterValues)
           
 void thereExistsUomSchedule(short operator, UomSchedule[] filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllBaseUom

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

thereExistsBaseUom

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

forAllBaseUom

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

thereExistsBaseUom

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

forAllDetailedDescription

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

thereExistsDetailedDescription

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

forAllDetailedDescription

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

thereExistsDetailedDescription

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

orderByDetailedDescription

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

forAllIsScheduleBaseUom

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

thereExistsIsScheduleBaseUom

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

forAllIsScheduleBaseUom

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

thereExistsIsScheduleBaseUom

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

orderByIsScheduleBaseUom

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

forAllQuantity

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

thereExistsQuantity

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

forAllQuantity

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

thereExistsQuantity

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

orderByQuantity

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

forAllUomSchedule

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

thereExistsUomSchedule

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

forAllUomSchedule

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

thereExistsUomSchedule

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


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.