|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetInvoicePositionsParamsQuery
| Method Summary | |
|---|---|
StringTypePredicate |
customerNumber()
|
ComparableTypePredicate<Integer> |
forAllInvoiceStatusThreshold()
Adds a condition for the feature invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold satisfies the given condition. |
OptionalFeaturePredicate |
invoiceStatusThreshold()
Adds a constraint to the predicate for GetInvoicePositionsParams testing whether the value of the feature invoiceStatusThreshold is null or not. |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetInvoicePositionsParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByInvoiceStatusThreshold()
Allows to adds a sort instruction for GetInvoicePositionsParams depending the feature invoiceStatusThreshold
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Integer> |
thereExistsInvoiceStatusThreshold()
Adds a condition for the feature invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold 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()
GetInvoicePositionsParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate invoiceStatusThreshold()
GetInvoicePositionsParams testing whether the value of the feature invoiceStatusThreshold is null or not.
ComparableTypePredicate<Integer> thereExistsInvoiceStatusThreshold()
invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllInvoiceStatusThreshold()
invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByInvoiceStatusThreshold()
GetInvoicePositionsParams depending the feature invoiceStatusThreshold
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 | |||||||||