org.opencrx.application.shop1.cci2
Interface GetCustomersByQueryParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetCustomersByQueryParamsQuery
extends AnyTypePredicate


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

emailAddress

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


thereExistsEmailAddress

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEmailAddress

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByEmailAddress

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!


legalName

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


thereExistsLegalName

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllLegalName

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByLegalName

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!



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