|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetSalesOrderPositionsParamsQuery
| Method Summary | |
|---|---|
StringTypePredicate |
customerNumber()
|
ComparableTypePredicate<Integer> |
forAllSalesOrderStatusThreshold()
Adds a condition for the feature salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold satisfies the given condition. |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetSalesOrderPositionsParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderBySalesOrderStatusThreshold()
Allows to adds a sort instruction for GetSalesOrderPositionsParams depending the feature salesOrderStatusThreshold
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
salesOrderStatusThreshold()
Adds a constraint to the predicate for GetSalesOrderPositionsParams testing whether the value of the feature salesOrderStatusThreshold is null or not. |
ComparableTypePredicate<Integer> |
thereExistsSalesOrderStatusThreshold()
Adds a condition for the feature salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
StringTypePredicate customerNumber()
SimpleTypeOrder orderByCustomerNumber()
GetSalesOrderPositionsParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate salesOrderStatusThreshold()
GetSalesOrderPositionsParams testing whether the value of the feature salesOrderStatusThreshold is null or not.
ComparableTypePredicate<Integer> thereExistsSalesOrderStatusThreshold()
salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllSalesOrderStatusThreshold()
salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderBySalesOrderStatusThreshold()
GetSalesOrderPositionsParams depending the feature salesOrderStatusThreshold
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 | |||||||||