org.opencrx.application.shop1.cci2
Interface GetCredentialsByEmailAddressResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetCredentialsByEmailAddressResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate credentials()
          Adds a constraint to the predicate for GetCredentialsByEmailAddressResult testing whether the value of the feature credentials is null or not.
 OptionalFeaturePredicate customerNumber()
          Adds a constraint to the predicate for GetCredentialsByEmailAddressResult 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 GetCredentialsByEmailAddressResult, 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 GetCredentialsByEmailAddressResult, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
 SimpleTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for GetCredentialsByEmailAddressResult 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 GetCredentialsByEmailAddressResult, 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 GetCredentialsByEmailAddressResult, 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

credentials

OptionalFeaturePredicate credentials()
Adds a constraint to the predicate for GetCredentialsByEmailAddressResult testing whether the value of the feature credentials is null or not.


thereExistsCredentials

CredentialsTQuery thereExistsCredentials()
Adds a condition for the feature credentials to the predicate for GetCredentialsByEmailAddressResult, 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


forAllCredentials

CredentialsTQuery forAllCredentials()
Adds a condition for the feature credentials to the predicate for GetCredentialsByEmailAddressResult, 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


customerNumber

OptionalFeaturePredicate customerNumber()
Adds a constraint to the predicate for GetCredentialsByEmailAddressResult testing whether the value of the feature customerNumber is null or not.


thereExistsCustomerNumber

StringTypePredicate thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCredentialsByEmailAddressResult, 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


forAllCustomerNumber

StringTypePredicate forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCredentialsByEmailAddressResult, 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


orderByCustomerNumber

SimpleTypeOrder orderByCustomerNumber()
Allows to adds a sort instruction for GetCredentialsByEmailAddressResult depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!


status

ReturnStatusTQuery status()


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.