|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinearPriceModifierQuery
| Method Summary | |
|---|---|
ComparableTypePredicate |
forAllPriceMultiplier()
Adds a constraint for the feature priceMultiplier to the
predicate. |
ComparableTypePredicate |
forAllPriceOffset()
Adds a constraint for the feature priceOffset to the
predicate. |
ComparableTypePredicate |
forAllRoundingFactor()
Adds a constraint for the feature roundingFactor to the
predicate. |
SimpleTypeOrder |
orderByPriceMultiplier()
Allows to adds a sort instruction for LinearPriceModifier
depending the feature priceMultiplier
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByPriceOffset()
Allows to adds a sort instruction for LinearPriceModifier
depending the feature priceOffset
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByRoundingFactor()
Allows to adds a sort instruction for LinearPriceModifier
depending the feature roundingFactor
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
priceMultiplier()
Adds a constraint to the predicate for LinearPriceModifier
testing whether the value of the feature priceMultiplier
is null or not. |
OptionalFeaturePredicate |
priceOffset()
Adds a constraint to the predicate for LinearPriceModifier
testing whether the value of the feature priceOffset is
null or not. |
OptionalFeaturePredicate |
roundingFactor()
Adds a constraint to the predicate for LinearPriceModifier
testing whether the value of the feature roundingFactor is
null or not. |
ComparableTypePredicate |
thereExistsPriceMultiplier()
Adds a constraint for the feature priceMultiplier to the
predicate. |
ComparableTypePredicate |
thereExistsPriceOffset()
Adds a constraint for the feature priceOffset to the
predicate. |
ComparableTypePredicate |
thereExistsRoundingFactor()
Adds a constraint for the feature roundingFactor to the
predicate. |
| Methods inherited from interface org.opencrx.kernel.product1.query.PriceModifierQuery |
|---|
description, forAllQuantityFrom, forAllQuantityTo, orderByDescription, orderByQuantityFrom, orderByQuantityTo, quantityFrom, quantityTo, thereExistsQuantityFrom, thereExistsQuantityTo |
| Methods inherited from interface org.opencrx.kernel.base.query.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate priceMultiplier()
LinearPriceModifier
testing whether the value of the feature priceMultiplier
is null or not.
ComparableTypePredicate thereExistsPriceMultiplier()
priceMultiplier to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature priceMultiplier
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!
ComparableTypePredicate forAllPriceMultiplier()
priceMultiplier to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature priceMultiplier
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!
SimpleTypeOrder orderByPriceMultiplier()
LinearPriceModifier
depending the feature priceMultiplier
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate priceOffset()
LinearPriceModifier
testing whether the value of the feature priceOffset is
null or not.
ComparableTypePredicate thereExistsPriceOffset()
priceOffset to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature priceOffset
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!
ComparableTypePredicate forAllPriceOffset()
priceOffset to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature priceOffset
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!
SimpleTypeOrder orderByPriceOffset()
LinearPriceModifier
depending the feature priceOffset
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate roundingFactor()
LinearPriceModifier
testing whether the value of the feature roundingFactor is
null or not.
ComparableTypePredicate thereExistsRoundingFactor()
roundingFactor to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature roundingFactor
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!
ComparableTypePredicate forAllRoundingFactor()
roundingFactor to the
predicate. The predicate for LinearPriceModifier evaluates
true if its value of feature roundingFactor
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!
SimpleTypeOrder orderByRoundingFactor()
LinearPriceModifier
depending the feature roundingFactor
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||