org.opencrx.application.shop1.cci2
Interface UpdateCustomerParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface UpdateCustomerParamsQuery
extends AnyTypePredicate


Method Summary
 CustomerTQuery customer()
           
 BooleanTypePredicate forAllUpdateAddressData()
          Adds a condition for the feature updateAddressData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateAddressData satisfies the given condition.
 BooleanTypePredicate forAllUpdateBookmarks()
          Adds a condition for the feature updateBookmarks to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateBookmarks satisfies the given condition.
 BooleanTypePredicate forAllUpdateGenericData()
          Adds a condition for the feature updateGenericData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateGenericData satisfies the given condition.
 BooleanTypePredicate forAllUpdateHobbyAndInterestData()
          Adds a condition for the feature updateHobbyAndInterestData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateHobbyAndInterestData satisfies the given condition.
 BooleanTypePredicate forAllUpdateMainData()
          Adds a condition for the feature updateMainData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateMainData satisfies the given condition.
 SimpleTypeOrder orderByUpdateAddressData()
          Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateAddressData Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUpdateBookmarks()
          Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateBookmarks Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUpdateGenericData()
          Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateGenericData Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUpdateHobbyAndInterestData()
          Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateHobbyAndInterestData Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUpdateMainData()
          Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateMainData Note: The order in which orderBy… instructions are given is relevant!
 BooleanTypePredicate thereExistsUpdateAddressData()
          Adds a condition for the feature updateAddressData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateAddressData satisfies the given condition.
 BooleanTypePredicate thereExistsUpdateBookmarks()
          Adds a condition for the feature updateBookmarks to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateBookmarks satisfies the given condition.
 BooleanTypePredicate thereExistsUpdateGenericData()
          Adds a condition for the feature updateGenericData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateGenericData satisfies the given condition.
 BooleanTypePredicate thereExistsUpdateHobbyAndInterestData()
          Adds a condition for the feature updateHobbyAndInterestData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateHobbyAndInterestData satisfies the given condition.
 BooleanTypePredicate thereExistsUpdateMainData()
          Adds a condition for the feature updateMainData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateMainData satisfies the given condition.
 OptionalFeaturePredicate updateAddressData()
          Adds a constraint to the predicate for UpdateCustomerParams testing whether the value of the feature updateAddressData is null or not.
 OptionalFeaturePredicate updateBookmarks()
          Adds a constraint to the predicate for UpdateCustomerParams testing whether the value of the feature updateBookmarks is null or not.
 OptionalFeaturePredicate updateGenericData()
          Adds a constraint to the predicate for UpdateCustomerParams testing whether the value of the feature updateGenericData is null or not.
 OptionalFeaturePredicate updateHobbyAndInterestData()
          Adds a constraint to the predicate for UpdateCustomerParams testing whether the value of the feature updateHobbyAndInterestData is null or not.
 OptionalFeaturePredicate updateMainData()
          Adds a constraint to the predicate for UpdateCustomerParams testing whether the value of the feature updateMainData is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customer

CustomerTQuery customer()

updateAddressData

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


thereExistsUpdateAddressData

BooleanTypePredicate thereExistsUpdateAddressData()
Adds a condition for the feature updateAddressData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateAddressData satisfies the given condition.

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


forAllUpdateAddressData

BooleanTypePredicate forAllUpdateAddressData()
Adds a condition for the feature updateAddressData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateAddressData satisfies the given condition.

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


orderByUpdateAddressData

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


updateBookmarks

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


thereExistsUpdateBookmarks

BooleanTypePredicate thereExistsUpdateBookmarks()
Adds a condition for the feature updateBookmarks to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateBookmarks satisfies the given condition.

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


forAllUpdateBookmarks

BooleanTypePredicate forAllUpdateBookmarks()
Adds a condition for the feature updateBookmarks to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateBookmarks satisfies the given condition.

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


orderByUpdateBookmarks

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


updateGenericData

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


thereExistsUpdateGenericData

BooleanTypePredicate thereExistsUpdateGenericData()
Adds a condition for the feature updateGenericData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateGenericData satisfies the given condition.

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


forAllUpdateGenericData

BooleanTypePredicate forAllUpdateGenericData()
Adds a condition for the feature updateGenericData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateGenericData satisfies the given condition.

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


orderByUpdateGenericData

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


updateHobbyAndInterestData

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


thereExistsUpdateHobbyAndInterestData

BooleanTypePredicate thereExistsUpdateHobbyAndInterestData()
Adds a condition for the feature updateHobbyAndInterestData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateHobbyAndInterestData satisfies the given condition.

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


forAllUpdateHobbyAndInterestData

BooleanTypePredicate forAllUpdateHobbyAndInterestData()
Adds a condition for the feature updateHobbyAndInterestData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateHobbyAndInterestData satisfies the given condition.

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


orderByUpdateHobbyAndInterestData

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


updateMainData

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


thereExistsUpdateMainData

BooleanTypePredicate thereExistsUpdateMainData()
Adds a condition for the feature updateMainData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateMainData satisfies the given condition.

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


forAllUpdateMainData

BooleanTypePredicate forAllUpdateMainData()
Adds a condition for the feature updateMainData to the predicate for UpdateCustomerParams, which evaluates to false unless the value of the feature updateMainData satisfies the given condition.

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


orderByUpdateMainData

SimpleTypeOrder orderByUpdateMainData()
Allows to adds a sort instruction for UpdateCustomerParams depending the feature updateMainData 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.