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