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