|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterProduct
Abstract class AbstractFilterProduct
| Method Summary | ||
|---|---|---|
void |
addProductFilterProperty(boolean idIsPersistent,
String id,
ProductFilterProperty productFilterProperty)
Adds the specified element to the set of the values for the reference productFilterProperty. |
|
CountFilteredObjectsResult |
countFilteredProduct()
|
|
|
getFilteredProduct()
Retrieves a set containing all the elements for the reference filteredProduct. |
|
AbstractProduct |
getFilteredProduct(boolean idIsPersistent,
String id)
Retrieves the value for the reference filteredProduct for
the specified qualifier attribute value. |
|
|
getProductFilterProperty()
Retrieves a set containing all the elements for the reference productFilterProperty. |
|
ProductFilterProperty |
getProductFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference productFilterProperty for the specified qualifier
attribute value. |
|
| Method Detail |
|---|
CountFilteredObjectsResult countFilteredProduct()
<T extends AbstractProduct> Collection<T> getFilteredProduct()
filteredProduct.
AbstractProduct getFilteredProduct(boolean idIsPersistent,
String id)
filteredProduct for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends ProductFilterProperty> Collection<T> getProductFilterProperty()
productFilterProperty.
ProductFilterProperty getProductFilterProperty(boolean idIsPersistent,
String id)
productFilterProperty for the specified qualifier
attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addProductFilterProperty(boolean idIsPersistent,
String id,
ProductFilterProperty productFilterProperty)
productFilterProperty.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.productFilterProperty - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||