org.opencrx.application.shop1.cci2
Interface DeliveryInformationTQuery

All Superinterfaces:
AnyTypePredicate

public interface DeliveryInformationTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate actualDeliveryOn()
          Adds a constraint to the predicate for DeliveryInformationT testing whether the value of the feature actualDeliveryOn is null or not.
 OptionalFeaturePredicate deliveryStatus()
          Adds a constraint to the predicate for DeliveryInformationT testing whether the value of the feature deliveryStatus is null or not.
 OptionalFeaturePredicate deliveryStatusDescription()
          Adds a constraint to the predicate for DeliveryInformationT testing whether the value of the feature deliveryStatusDescription is null or not.
 ComparableTypePredicate<Date> forAllActualDeliveryOn()
          Adds a condition for the feature actualDeliveryOn to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature actualDeliveryOn satisfies the given condition.
 ComparableTypePredicate<Integer> forAllDeliveryStatus()
          Adds a condition for the feature deliveryStatus to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatus satisfies the given condition.
 StringTypePredicate forAllDeliveryStatusDescription()
          Adds a condition for the feature deliveryStatusDescription to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatusDescription satisfies the given condition.
 ComparableTypePredicate<Date> forAllProductAssembledAt()
          Adds a condition for the feature productAssembledAt to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature productAssembledAt satisfies the given condition.
 StringTypePredicate forAllQuantityShipped()
          Adds a condition for the feature quantityShipped to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature quantityShipped satisfies the given condition.
 SimpleTypeOrder orderByActualDeliveryOn()
          Allows to adds a sort instruction for DeliveryInformationT depending the feature actualDeliveryOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDeliveryStatus()
          Allows to adds a sort instruction for DeliveryInformationT depending the feature deliveryStatus Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDeliveryStatusDescription()
          Allows to adds a sort instruction for DeliveryInformationT depending the feature deliveryStatusDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProductAssembledAt()
          Allows to adds a sort instruction for DeliveryInformationT depending the feature productAssembledAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantityShipped()
          Allows to adds a sort instruction for DeliveryInformationT depending the feature quantityShipped Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate productAssembledAt()
          Adds a constraint to the predicate for DeliveryInformationT testing whether the value of the feature productAssembledAt is null or not.
 OptionalFeaturePredicate quantityShipped()
          Adds a constraint to the predicate for DeliveryInformationT testing whether the value of the feature quantityShipped is null or not.
 ComparableTypePredicate<Date> thereExistsActualDeliveryOn()
          Adds a condition for the feature actualDeliveryOn to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature actualDeliveryOn satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsDeliveryStatus()
          Adds a condition for the feature deliveryStatus to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatus satisfies the given condition.
 StringTypePredicate thereExistsDeliveryStatusDescription()
          Adds a condition for the feature deliveryStatusDescription to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatusDescription satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsProductAssembledAt()
          Adds a condition for the feature productAssembledAt to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature productAssembledAt satisfies the given condition.
 StringTypePredicate thereExistsQuantityShipped()
          Adds a condition for the feature quantityShipped to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature quantityShipped satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

actualDeliveryOn

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


thereExistsActualDeliveryOn

ComparableTypePredicate<Date> thereExistsActualDeliveryOn()
Adds a condition for the feature actualDeliveryOn to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature actualDeliveryOn satisfies the given condition.

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


forAllActualDeliveryOn

ComparableTypePredicate<Date> forAllActualDeliveryOn()
Adds a condition for the feature actualDeliveryOn to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature actualDeliveryOn satisfies the given condition.

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


orderByActualDeliveryOn

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


deliveryStatus

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


thereExistsDeliveryStatus

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

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


forAllDeliveryStatus

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

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


orderByDeliveryStatus

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


deliveryStatusDescription

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


thereExistsDeliveryStatusDescription

StringTypePredicate thereExistsDeliveryStatusDescription()
Adds a condition for the feature deliveryStatusDescription to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatusDescription satisfies the given condition.

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


forAllDeliveryStatusDescription

StringTypePredicate forAllDeliveryStatusDescription()
Adds a condition for the feature deliveryStatusDescription to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature deliveryStatusDescription satisfies the given condition.

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


orderByDeliveryStatusDescription

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


productAssembledAt

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


thereExistsProductAssembledAt

ComparableTypePredicate<Date> thereExistsProductAssembledAt()
Adds a condition for the feature productAssembledAt to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature productAssembledAt satisfies the given condition.

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


forAllProductAssembledAt

ComparableTypePredicate<Date> forAllProductAssembledAt()
Adds a condition for the feature productAssembledAt to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature productAssembledAt satisfies the given condition.

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


orderByProductAssembledAt

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


quantityShipped

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


thereExistsQuantityShipped

StringTypePredicate thereExistsQuantityShipped()
Adds a condition for the feature quantityShipped to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature quantityShipped satisfies the given condition.

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


forAllQuantityShipped

StringTypePredicate forAllQuantityShipped()
Adds a condition for the feature quantityShipped to the predicate for DeliveryInformationT, which evaluates to false unless the value of the feature quantityShipped satisfies the given condition.

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


orderByQuantityShipped

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



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