org.opencrx.kernel.product1.jmi1
Interface AbstractFilterProduct

All Superinterfaces:
AbstractFilter, AbstractFilterProduct, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
PriceLevel

public interface AbstractFilterProduct
extends AbstractFilterProduct, AbstractFilter

Abstract class AbstractFilterProduct


Method Summary
 void addProductFilterProperty(ProductFilterProperty newValue)
          
 void addProductFilterProperty(String id, ProductFilterProperty newValue)
          
<T extends CountFilteredObjectsResult>
T
countFilteredProduct(org.openmdx.base.cci2.Void params)
           
<T extends AbstractProduct>
List<T>
getFilteredProduct(AbstractProductQuery query)
          Retrieves the value for the reference filteredProduct for the specified query.
<T extends ProductFilterProperty>
List<T>
getProductFilterProperty(ProductFilterPropertyQuery query)
          Retrieves the value for the reference productFilterProperty for the specified query.
 void removeProductFilterProperty(String id)
          
 
Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractFilterProduct
countFilteredProduct, getFilteredProduct, getProductFilterProperty
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

countFilteredProduct

<T extends CountFilteredObjectsResult> T countFilteredProduct(org.openmdx.base.cci2.Void params)
                                                          throws RefException
Throws:
RefException

getFilteredProduct

<T extends AbstractProduct> List<T> getFilteredProduct(AbstractProductQuery query)
Retrieves the value for the reference filteredProduct for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getProductFilterProperty

<T extends ProductFilterProperty> List<T> getProductFilterProperty(ProductFilterPropertyQuery query)
Retrieves the value for the reference productFilterProperty for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

addProductFilterProperty

void addProductFilterProperty(String id,
                              ProductFilterProperty newValue)

Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addProductFilterProperty

void addProductFilterProperty(ProductFilterProperty newValue)

Parameters:
newValue - The element to be appended.

removeProductFilterProperty

void removeProductFilterProperty(String id)



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