org.opencrx.application.shop1.cci2
Interface MessengerAddressTQuery

All Superinterfaces:
AnyTypePredicate

public interface MessengerAddressTQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllMessengerId()
          Adds a condition for the feature messengerId to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature messengerId satisfies the given condition.
 ComparableTypePredicate<Integer> forAllProviderName()
          Adds a condition for the feature providerName to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerName satisfies the given condition.
 BooleanTypePredicate forAllProviderVerified()
          Adds a condition for the feature providerVerified to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.
 OptionalFeaturePredicate messengerId()
          Adds a constraint to the predicate for MessengerAddressT testing whether the value of the feature messengerId is null or not.
 SimpleTypeOrder orderByMessengerId()
          Allows to adds a sort instruction for MessengerAddressT depending the feature messengerId Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProviderName()
          Allows to adds a sort instruction for MessengerAddressT depending the feature providerName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProviderVerified()
          Allows to adds a sort instruction for MessengerAddressT depending the feature providerVerified Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate providerName()
          Adds a constraint to the predicate for MessengerAddressT testing whether the value of the feature providerName is null or not.
 OptionalFeaturePredicate providerVerified()
          Adds a constraint to the predicate for MessengerAddressT testing whether the value of the feature providerVerified is null or not.
 StringTypePredicate thereExistsMessengerId()
          Adds a condition for the feature messengerId to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature messengerId satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsProviderName()
          Adds a condition for the feature providerName to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerName satisfies the given condition.
 BooleanTypePredicate thereExistsProviderVerified()
          Adds a condition for the feature providerVerified to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

messengerId

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


thereExistsMessengerId

StringTypePredicate thereExistsMessengerId()
Adds a condition for the feature messengerId to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature messengerId satisfies the given condition.

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


forAllMessengerId

StringTypePredicate forAllMessengerId()
Adds a condition for the feature messengerId to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature messengerId satisfies the given condition.

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


orderByMessengerId

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


providerName

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


thereExistsProviderName

ComparableTypePredicate<Integer> thereExistsProviderName()
Adds a condition for the feature providerName to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerName satisfies the given condition.

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


forAllProviderName

ComparableTypePredicate<Integer> forAllProviderName()
Adds a condition for the feature providerName to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerName satisfies the given condition.

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


orderByProviderName

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


providerVerified

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


thereExistsProviderVerified

BooleanTypePredicate thereExistsProviderVerified()
Adds a condition for the feature providerVerified to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.

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


forAllProviderVerified

BooleanTypePredicate forAllProviderVerified()
Adds a condition for the feature providerVerified to the predicate for MessengerAddressT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.

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


orderByProviderVerified

SimpleTypeOrder orderByProviderVerified()
Allows to adds a sort instruction for MessengerAddressT depending the feature providerVerified 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.