|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetPriceLevelParamsQuery
| Method Summary | |
|---|---|
AbstractContractQuery |
contract()
|
UomQuery |
forAllPriceUom()
Adds a condition for the feature priceUom to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
priceUom satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllPricingDate()
Adds a condition for the feature pricingDate to the
predicate for GetPriceLevelParams, which evaluates to
false unless the value of the feature
pricingDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllQuantity()
Adds a condition for the feature quantity to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
quantity satisfies the given condition. |
SimpleTypeOrder |
orderByPricingDate()
Allows to adds a sort instruction for GetPriceLevelParams
depending the feature pricingDate
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for GetPriceLevelParams
depending the feature quantity
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
priceUom()
Adds a constraint to the predicate for GetPriceLevelParams
testing whether the value of the feature priceUom is
null or not. |
OptionalFeaturePredicate |
pricingDate()
Adds a constraint to the predicate for GetPriceLevelParams
testing whether the value of the feature pricingDate is
null or not. |
AbstractProductQuery |
product()
|
OptionalFeaturePredicate |
quantity()
Adds a constraint to the predicate for GetPriceLevelParams
testing whether the value of the feature quantity is
null or not. |
UomQuery |
thereExistsPriceUom()
Adds a condition for the feature priceUom to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
priceUom satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsPricingDate()
Adds a condition for the feature pricingDate to the
predicate for GetPriceLevelParams, which evaluates to
false unless the value of the feature
pricingDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsQuantity()
Adds a condition for the feature quantity to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
quantity satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
AbstractContractQuery contract()
OptionalFeaturePredicate priceUom()
GetPriceLevelParams
testing whether the value of the feature priceUom is
null or not.
UomQuery thereExistsPriceUom()
priceUom to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
priceUom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
UomQuery forAllPriceUom()
priceUom to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
priceUom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate pricingDate()
GetPriceLevelParams
testing whether the value of the feature pricingDate is
null or not.
ComparableTypePredicate<Date> thereExistsPricingDate()
pricingDate to the
predicate for GetPriceLevelParams, which evaluates to
false unless the value of the feature
pricingDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllPricingDate()
pricingDate to the
predicate for GetPriceLevelParams, which evaluates to
false unless the value of the feature
pricingDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByPricingDate()
GetPriceLevelParams
depending the feature pricingDate
Note: The order in which orderBy…
instructions are given is relevant!
AbstractProductQuery product()
OptionalFeaturePredicate quantity()
GetPriceLevelParams
testing whether the value of the feature quantity is
null or not.
ComparableTypePredicate<BigDecimal> thereExistsQuantity()
quantity to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
quantity satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllQuantity()
quantity to the predicate
for GetPriceLevelParams, which evaluates to
false unless the value of the feature
quantity satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByQuantity()
GetPriceLevelParams
depending the feature quantity
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 | |||||||||