|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeliveryInformationTQuery
| 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 |
|---|
OptionalFeaturePredicate actualDeliveryOn()
DeliveryInformationT testing whether the value of the feature actualDeliveryOn is null or not.
ComparableTypePredicate<Date> thereExistsActualDeliveryOn()
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
ComparableTypePredicate<Date> forAllActualDeliveryOn()
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
SimpleTypeOrder orderByActualDeliveryOn()
DeliveryInformationT depending the feature actualDeliveryOn
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate deliveryStatus()
DeliveryInformationT testing whether the value of the feature deliveryStatus is null or not.
ComparableTypePredicate<Integer> thereExistsDeliveryStatus()
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
ComparableTypePredicate<Integer> forAllDeliveryStatus()
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
SimpleTypeOrder orderByDeliveryStatus()
DeliveryInformationT depending the feature deliveryStatus
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate deliveryStatusDescription()
DeliveryInformationT testing whether the value of the feature deliveryStatusDescription is null or not.
StringTypePredicate thereExistsDeliveryStatusDescription()
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
StringTypePredicate forAllDeliveryStatusDescription()
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
SimpleTypeOrder orderByDeliveryStatusDescription()
DeliveryInformationT depending the feature deliveryStatusDescription
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate productAssembledAt()
DeliveryInformationT testing whether the value of the feature productAssembledAt is null or not.
ComparableTypePredicate<Date> thereExistsProductAssembledAt()
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
ComparableTypePredicate<Date> forAllProductAssembledAt()
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
SimpleTypeOrder orderByProductAssembledAt()
DeliveryInformationT depending the feature productAssembledAt
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate quantityShipped()
DeliveryInformationT testing whether the value of the feature quantityShipped is null or not.
StringTypePredicate thereExistsQuantityShipped()
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
StringTypePredicate forAllQuantityShipped()
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
SimpleTypeOrder orderByQuantityShipped()
DeliveryInformationT depending the feature quantityShipped
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||