|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetCredentialsResultQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
credentials()
Adds a constraint to the predicate for GetCredentialsResult testing whether the value of the feature credentials is null or not. |
OptionalFeaturePredicate |
customerNumber()
Adds a constraint to the predicate for GetCredentialsResult testing whether the value of the feature customerNumber is null or not. |
CredentialsTQuery |
forAllCredentials()
Adds a condition for the feature credentials to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature credentials satisfies the given condition. |
StringTypePredicate |
forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetCredentialsResult depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
ReturnStatusTQuery |
status()
|
CredentialsTQuery |
thereExistsCredentials()
Adds a condition for the feature credentials to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature credentials satisfies the given condition. |
StringTypePredicate |
thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate credentials()
GetCredentialsResult testing whether the value of the feature credentials is null or not.
CredentialsTQuery thereExistsCredentials()
credentials to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature credentials satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
CredentialsTQuery forAllCredentials()
credentials to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature credentials satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate customerNumber()
GetCredentialsResult testing whether the value of the feature customerNumber is null or not.
StringTypePredicate thereExistsCustomerNumber()
customerNumber to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllCustomerNumber()
customerNumber to the predicate for GetCredentialsResult, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByCustomerNumber()
GetCredentialsResult depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant!
ReturnStatusTQuery status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||