org.opencrx.kernel.product1.cci
Interface ProductBundlePositionFilter

All Superinterfaces:
ProductPositionFilter, RefFilter_1_0, Serializable
All Known Subinterfaces:
InvoiceProductBundlePositionFilter, OpportunityProductBundlePositionFilter, ProductBundleDepotPositionFilter, QuoteProductBundlePositionFilter, RemovedProductBundlePositionFilter, SalesOrderProductBundlePositionFilter
All Known Implementing Classes:
InvoiceProductBundlePositionFilterImpl, OpportunityProductBundlePositionFilterImpl, ProductBundleDepotPositionFilterImpl, ProductBundlePositionFilterImpl, QuoteProductBundlePositionFilterImpl, RemovedProductBundlePositionFilterImpl, SalesOrderProductBundlePositionFilterImpl

public interface ProductBundlePositionFilter
extends ProductPositionFilter


Method Summary
 void forAllBasedOn(short operator, Collection filterValues)
           
 void forAllBasedOn(short operator, ProductBundle[] filterValues)
           
 void forAllParentPosition(short operator, Collection filterValues)
           
 void forAllParentPosition(short operator, ProductPosition[] filterValues)
           
 void thereExistsBasedOn(short operator, Collection filterValues)
           
 void thereExistsBasedOn(short operator, ProductBundle[] filterValues)
           
 void thereExistsParentPosition(short operator, Collection filterValues)
           
 void thereExistsParentPosition(short operator, ProductPosition[] filterValues)
           
 
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,
                   ProductBundle[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsBasedOn

void thereExistsBasedOn(short operator,
                        ProductBundle[] 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

forAllParentPosition

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

thereExistsParentPosition

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

forAllParentPosition

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

thereExistsParentPosition

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