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