org.opencrx.kernel.product1.cci
Interface SelectableProductConfigurationFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, SelectableItemFilter, Serializable, ViewCapableFilter
All Known Implementing Classes:
SelectableProductConfigurationFilterImpl

public interface SelectableProductConfigurationFilter
extends SelectableItemFilter


Method Summary
 void forAllBasedOn(short operator, AbstractProductConfiguration[] filterValues)
           
 void forAllBasedOn(short operator, Collection filterValues)
           
 void thereExistsBasedOn(short operator, AbstractProductConfiguration[] filterValues)
           
 void thereExistsBasedOn(short operator, Collection filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.product1.cci.SelectableItemFilter
forAllDescription, forAllDescription, forAllItemNumber, forAllItemNumber, forAllName, forAllName, forAllSelector, forAllSelector, orderByDescription, orderByItemNumber, orderByName, orderBySelector, thereExistsDescription, thereExistsDescription, thereExistsItemNumber, thereExistsItemNumber, thereExistsName, thereExistsName, thereExistsSelector, thereExistsSelector
 
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

forAllBasedOn

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

thereExistsBasedOn

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

forAllBasedOn

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

thereExistsBasedOn

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