|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetProductPricesParamsQuery
Method Summary | |
---|---|
OptionalFeaturePredicate |
customerNumber()
Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature customerNumber is null or not. |
StringTypePredicate |
forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllPricingDate()
Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams , which evaluates to false unless the values of the feature pricingDate satisfy the given condition. |
StringTypePredicate |
forAllProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductPricesParams , which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
StringTypePredicate |
forAllQuantity()
Adds a condition for the feature quantity to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature quantity satisfies the given condition. |
StringTypePredicate |
forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature salesTaxType satisfies the given condition. |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetProductPricesParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPriceCurrency()
Allows to adds a sort instruction for GetProductPricesParams depending the feature priceCurrency
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for GetProductPricesParams depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderBySalesTaxType()
Allows to adds a sort instruction for GetProductPricesParams depending the feature salesTaxType
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Integer> |
priceCurrency()
|
MultivaluedFeaturePredicate |
pricingDate()
Adds a constraint to the predicate for GetProductPricesParams testing whether the feature pricingDate has values or not. |
MultivaluedFeaturePredicate |
productNumber()
Adds a constraint to the predicate for GetProductPricesParams testing whether the feature productNumber has values or not. |
OptionalFeaturePredicate |
quantity()
Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature quantity is null or not. |
OptionalFeaturePredicate |
salesTaxType()
Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature salesTaxType is null or not. |
StringTypePredicate |
thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsPricingDate()
Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams , which evaluates to false unless the values of the feature pricingDate satisfy the given condition. |
StringTypePredicate |
thereExistsProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductPricesParams , which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
StringTypePredicate |
thereExistsQuantity()
Adds a condition for the feature quantity to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature quantity satisfies the given condition. |
StringTypePredicate |
thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for GetProductPricesParams , which evaluates to false unless the value of the feature salesTaxType satisfies the given condition. |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
OptionalFeaturePredicate customerNumber()
GetProductPricesParams
testing whether the value of the feature customerNumber
is null
or not.
StringTypePredicate thereExistsCustomerNumber()
customerNumber
to the predicate for GetProductPricesParams
, which evaluates to false
unless the value of the feature customerNumber
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllCustomerNumber()
customerNumber
to the predicate for GetProductPricesParams
, which evaluates to false
unless the value of the feature customerNumber
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByCustomerNumber()
GetProductPricesParams
depending the feature customerNumber
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Integer> priceCurrency()
SimpleTypeOrder orderByPriceCurrency()
GetProductPricesParams
depending the feature priceCurrency
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate pricingDate()
GetProductPricesParams
testing whether the feature pricingDate
has values or not.
ComparableTypePredicate<Date> thereExistsPricingDate()
pricingDate
to the predicate for GetProductPricesParams
, which evaluates to false
unless the values of the feature pricingDate
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<Date> forAllPricingDate()
pricingDate
to the predicate for GetProductPricesParams
, which evaluates to false
unless the values of the feature pricingDate
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
MultivaluedFeaturePredicate productNumber()
GetProductPricesParams
testing whether the feature productNumber
has values or not.
StringTypePredicate thereExistsProductNumber()
productNumber
to the predicate for GetProductPricesParams
, which evaluates to false
unless the values of the feature productNumber
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
StringTypePredicate forAllProductNumber()
productNumber
to the predicate for GetProductPricesParams
, which evaluates to false
unless the values of the feature productNumber
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
OptionalFeaturePredicate quantity()
GetProductPricesParams
testing whether the value of the feature quantity
is null
or not.
StringTypePredicate thereExistsQuantity()
quantity
to the predicate for GetProductPricesParams
, 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
StringTypePredicate forAllQuantity()
quantity
to the predicate for GetProductPricesParams
, 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()
GetProductPricesParams
depending the feature quantity
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate salesTaxType()
GetProductPricesParams
testing whether the value of the feature salesTaxType
is null
or not.
StringTypePredicate thereExistsSalesTaxType()
salesTaxType
to the predicate for GetProductPricesParams
, which evaluates to false
unless the value of the feature salesTaxType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllSalesTaxType()
salesTaxType
to the predicate for GetProductPricesParams
, which evaluates to false
unless the value of the feature salesTaxType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderBySalesTaxType()
GetProductPricesParams
depending the feature salesTaxType
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 |