|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreateSalesOrderParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
customerContractNumber()
Adds a constraint to the predicate for CreateSalesOrderParams testing whether the value of the feature customerContractNumber is null or not. |
StringTypePredicate |
forAllCustomerContractNumber()
Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition. |
SimpleTypeOrder |
orderByCustomerContractNumber()
Allows to adds a sort instruction for CreateSalesOrderParams depending the feature customerContractNumber
Note: The order in which orderBy… instructions are given is relevant! |
SalesOrderTQuery |
salesOrder()
|
StringTypePredicate |
thereExistsCustomerContractNumber()
Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate customerContractNumber()
CreateSalesOrderParams testing whether the value of the feature customerContractNumber is null or not.
StringTypePredicate thereExistsCustomerContractNumber()
customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllCustomerContractNumber()
customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByCustomerContractNumber()
CreateSalesOrderParams depending the feature customerContractNumber
Note: The order in which orderBy… instructions are given is relevant!
SalesOrderTQuery salesOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||