|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinearPriceModifierQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<BigDecimal> |
forAllPriceMultiplier()
Adds a condition for the feature priceMultiplier to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceMultiplier satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllPriceOffset()
Adds a condition for the feature priceOffset to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceOffset satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllRoundingFactor()
Adds a condition for the feature roundingFactor to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
roundingFactor satisfies the given condition. |
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<BigDecimal> |
thereExistsPriceMultiplier()
Adds a condition for the feature priceMultiplier to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceMultiplier satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsPriceOffset()
Adds a condition for the feature priceOffset to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceOffset satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsRoundingFactor()
Adds a condition for the feature roundingFactor to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
roundingFactor satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.PriceModifierQuery |
|---|
description, forAllQuantityFrom, forAllQuantityTo, orderByDescription, orderByQuantityFrom, orderByQuantityTo, quantityFrom, quantityTo, thereExistsQuantityFrom, thereExistsQuantityTo |
| Methods inherited from interface org.opencrx.kernel.base.cci2.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.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.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<BigDecimal> thereExistsPriceMultiplier()
priceMultiplier to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceMultiplier satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllPriceMultiplier()
priceMultiplier to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceMultiplier satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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<BigDecimal> thereExistsPriceOffset()
priceOffset to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceOffset satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllPriceOffset()
priceOffset to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
priceOffset satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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<BigDecimal> thereExistsRoundingFactor()
roundingFactor to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
roundingFactor satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllRoundingFactor()
roundingFactor to the
predicate for LinearPriceModifier, which evaluates to
false unless the value of the feature
roundingFactor satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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 | |||||||||