org.opencrx.application.shop1.cci2
Interface CreateCustomerAsContactParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateCustomerAsContactParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate emailAddressBusiness()
          Adds a constraint to the predicate for CreateCustomerAsContactParams testing whether the value of the feature emailAddressBusiness is null or not.
 OptionalFeaturePredicate emailAddressHome()
          Adds a constraint to the predicate for CreateCustomerAsContactParams testing whether the value of the feature emailAddressHome is null or not.
 OptionalFeaturePredicate firstName()
          Adds a constraint to the predicate for CreateCustomerAsContactParams testing whether the value of the feature firstName is null or not.
 StringTypePredicate forAllEmailAddressBusiness()
          Adds a condition for the feature emailAddressBusiness to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.
 StringTypePredicate forAllEmailAddressHome()
          Adds a condition for the feature emailAddressHome to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressHome satisfies the given condition.
 StringTypePredicate forAllFirstName()
          Adds a condition for the feature firstName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature firstName satisfies the given condition.
 StringTypePredicate forAllMiddleName()
          Adds a condition for the feature middleName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature middleName satisfies the given condition.
 StringTypePredicate lastName()
           
 OptionalFeaturePredicate middleName()
          Adds a constraint to the predicate for CreateCustomerAsContactParams testing whether the value of the feature middleName is null or not.
 SimpleTypeOrder orderByEmailAddressBusiness()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature emailAddressBusiness Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByEmailAddressHome()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature emailAddressHome Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFirstName()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature firstName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByLastName()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature lastName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMiddleName()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature middleName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUserName()
          Allows to adds a sort instruction for CreateCustomerAsContactParams depending the feature userName Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsEmailAddressBusiness()
          Adds a condition for the feature emailAddressBusiness to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.
 StringTypePredicate thereExistsEmailAddressHome()
          Adds a condition for the feature emailAddressHome to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressHome satisfies the given condition.
 StringTypePredicate thereExistsFirstName()
          Adds a condition for the feature firstName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature firstName satisfies the given condition.
 StringTypePredicate thereExistsMiddleName()
          Adds a condition for the feature middleName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature middleName satisfies the given condition.
 StringTypePredicate userName()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

emailAddressBusiness

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


thereExistsEmailAddressBusiness

StringTypePredicate thereExistsEmailAddressBusiness()
Adds a condition for the feature emailAddressBusiness to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.

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


forAllEmailAddressBusiness

StringTypePredicate forAllEmailAddressBusiness()
Adds a condition for the feature emailAddressBusiness to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.

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


orderByEmailAddressBusiness

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


emailAddressHome

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


thereExistsEmailAddressHome

StringTypePredicate thereExistsEmailAddressHome()
Adds a condition for the feature emailAddressHome to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressHome satisfies the given condition.

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


forAllEmailAddressHome

StringTypePredicate forAllEmailAddressHome()
Adds a condition for the feature emailAddressHome to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature emailAddressHome satisfies the given condition.

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


orderByEmailAddressHome

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


firstName

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


thereExistsFirstName

StringTypePredicate thereExistsFirstName()
Adds a condition for the feature firstName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature firstName satisfies the given condition.

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


forAllFirstName

StringTypePredicate forAllFirstName()
Adds a condition for the feature firstName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature firstName satisfies the given condition.

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


orderByFirstName

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


lastName

StringTypePredicate lastName()

orderByLastName

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


middleName

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


thereExistsMiddleName

StringTypePredicate thereExistsMiddleName()
Adds a condition for the feature middleName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature middleName satisfies the given condition.

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


forAllMiddleName

StringTypePredicate forAllMiddleName()
Adds a condition for the feature middleName to the predicate for CreateCustomerAsContactParams, which evaluates to false unless the value of the feature middleName satisfies the given condition.

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


orderByMiddleName

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


userName

StringTypePredicate userName()

orderByUserName

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



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