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