|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractProductPriceQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature description is null or not. |
OptionalFeaturePredicate |
discount()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature discount is null or not. |
OptionalFeaturePredicate |
discountIsPercentage()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature discountIsPercentage is null or not. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
description satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllDiscount()
Adds a condition for the feature discount to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature
discount satisfies the given condition. |
BooleanTypePredicate |
forAllDiscountIsPercentage()
Adds a condition for the feature discountIsPercentage to
the predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
discountIsPercentage satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllPrice()
Adds a condition for the feature price to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature price
satisfies the given condition. |
AbstractPriceLevelQuery |
forAllPriceLevel()
Adds a condition for the feature priceLevel to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
priceLevel satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllQuantityFrom()
Adds a condition for the feature quantityFrom to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityFrom satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllQuantityTo()
Adds a condition for the feature quantityTo to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityTo satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllUsage()
Adds a condition for the feature usage to the predicate
for AbstractProductPrice, which evaluates to
false unless the values of the feature usage
satisfy the given condition. |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDiscount()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature discount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDiscountIsPercentage()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature discountIsPercentage
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByPrice()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature price
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByPriceCurrency()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature priceCurrency
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantityFrom()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature quantityFrom
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantityTo()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature quantityTo
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByUsage()
Allows to adds a sort instruction for AbstractProductPrice
depending the feature usage
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
price()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature price is null or not. |
ComparableTypePredicate<Short> |
priceCurrency()
|
MultivaluedFeaturePredicate |
priceLevel()
Adds a constraint to the predicate for AbstractProductPrice testing whether the feature
priceLevel has values or not. |
OptionalFeaturePredicate |
quantityFrom()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature quantityFrom is null or not. |
OptionalFeaturePredicate |
quantityTo()
Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the
feature quantityTo is null or not. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
description satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsDiscount()
Adds a condition for the feature discount to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature
discount satisfies the given condition. |
BooleanTypePredicate |
thereExistsDiscountIsPercentage()
Adds a condition for the feature discountIsPercentage to
the predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
discountIsPercentage satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsPrice()
Adds a condition for the feature price to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature price
satisfies the given condition. |
AbstractPriceLevelQuery |
thereExistsPriceLevel()
Adds a condition for the feature priceLevel to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
priceLevel satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsQuantityFrom()
Adds a condition for the feature quantityFrom to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityFrom satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsQuantityTo()
Adds a condition for the feature quantityTo to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityTo satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsUsage()
Adds a condition for the feature usage to the predicate
for AbstractProductPrice, which evaluates to
false unless the values of the feature usage
satisfy the given condition. |
UomQuery |
uom()
|
MultivaluedFeaturePredicate |
usage()
Adds a constraint to the predicate for AbstractProductPrice testing whether the feature
usage has values or not. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate description()
AbstractProductPrice testing whether the value of the
feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
description satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
description satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
AbstractProductPrice
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate discount()
AbstractProductPrice testing whether the value of the
feature discount is null or not.
ComparableTypePredicate<BigDecimal> thereExistsDiscount()
discount to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature
discount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllDiscount()
discount to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature
discount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByDiscount()
AbstractProductPrice
depending the feature discount
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate discountIsPercentage()
AbstractProductPrice testing whether the value of the
feature discountIsPercentage is null or not.
BooleanTypePredicate thereExistsDiscountIsPercentage()
discountIsPercentage to
the predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
discountIsPercentage satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
BooleanTypePredicate forAllDiscountIsPercentage()
discountIsPercentage to
the predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
discountIsPercentage satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByDiscountIsPercentage()
AbstractProductPrice
depending the feature discountIsPercentage
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate price()
AbstractProductPrice testing whether the value of the
feature price is null or not.
ComparableTypePredicate<BigDecimal> thereExistsPrice()
price to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature price
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllPrice()
price to the predicate
for AbstractProductPrice, which evaluates to
false unless the value of the feature price
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByPrice()
AbstractProductPrice
depending the feature price
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> priceCurrency()
SimpleTypeOrder orderByPriceCurrency()
AbstractProductPrice
depending the feature priceCurrency
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate priceLevel()
AbstractProductPrice testing whether the feature
priceLevel has values or not.
AbstractPriceLevelQuery thereExistsPriceLevel()
priceLevel to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
priceLevel satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
AbstractPriceLevelQuery forAllPriceLevel()
priceLevel to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
priceLevel satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate quantityFrom()
AbstractProductPrice testing whether the value of the
feature quantityFrom is null or not.
ComparableTypePredicate<BigDecimal> thereExistsQuantityFrom()
quantityFrom to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityFrom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllQuantityFrom()
quantityFrom to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityFrom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByQuantityFrom()
AbstractProductPrice
depending the feature quantityFrom
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate quantityTo()
AbstractProductPrice testing whether the value of the
feature quantityTo is null or not.
ComparableTypePredicate<BigDecimal> thereExistsQuantityTo()
quantityTo to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityTo satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllQuantityTo()
quantityTo to the
predicate for AbstractProductPrice, which evaluates to
false unless the value of the feature
quantityTo satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByQuantityTo()
AbstractProductPrice
depending the feature quantityTo
Note: The order in which orderBy…
instructions are given is relevant!
UomQuery uom()
MultivaluedFeaturePredicate usage()
AbstractProductPrice testing whether the feature
usage has values or not.
ComparableTypePredicate<Short> thereExistsUsage()
usage to the predicate
for AbstractProductPrice, which evaluates to
false unless the values of the feature usage
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllUsage()
usage to the predicate
for AbstractProductPrice, which evaluates to
false unless the values of the feature usage
satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByUsage()
AbstractProductPrice
depending the feature usage
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 | |||||||||