org.opencrx.kernel.product1.query
Interface SelectableBundledProductQuery
- All Superinterfaces:
- AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SelectableItemQuery, SelectableItemWithQuantityQuery, ViewCapableQuery
- All Known Implementing Classes:
- SelectableBundledProductFilterImpl
public interface SelectableBundledProductQuery
- extends SelectableItemWithQuantityQuery
| Methods inherited from interface org.opencrx.kernel.product1.query.SelectableItemQuery |
description, forAllDescription, forAllSelector, itemNumber, name, orderByDescription, orderByItemNumber, orderByName, orderBySelector, selector, thereExistsDescription, thereExistsSelector |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
basedOn
OptionalFeaturePredicate basedOn()
- Adds a constraint to the predicate for
SelectableBundledProduct testing whether the value of the
feature basedOn is null or not.
thereExistsBasedOn
BundledProductQuery thereExistsBasedOn()
- Adds a constraint for the feature
basedOn to the
predicate. The predicate for SelectableBundledProduct
evaluates true if its value of feature
basedOn satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
forAllBasedOn
BundledProductQuery forAllBasedOn()
- Adds a constraint for the feature
basedOn to the
predicate. The predicate for SelectableBundledProduct
evaluates true if its value of feature
basedOn satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.