|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShippingDetailQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
carrier()
Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature carrier is null or not. |
AccountQuery |
forAllCarrier()
Adds a condition for the feature carrier to the predicate for ShippingDetail, which evaluates to false unless the value of the feature carrier satisfies the given condition. |
StringTypePredicate |
forAllGiftMessage()
Adds a condition for the feature giftMessage to the predicate for ShippingDetail, which evaluates to false unless the value of the feature giftMessage satisfies the given condition. |
StringTypePredicate |
forAllShippingInstructions()
Adds a condition for the feature shippingInstructions to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingInstructions satisfies the given condition. |
StringTypePredicate |
forAllShippingTrackingNumber()
Adds a condition for the feature shippingTrackingNumber to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingTrackingNumber satisfies the given condition. |
OptionalFeaturePredicate |
giftMessage()
Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature giftMessage is null or not. |
BooleanTypePredicate |
isGift()
|
SimpleTypeOrder |
orderByGiftMessage()
Allows to adds a sort instruction for ShippingDetail depending the feature giftMessage
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsGift()
Allows to adds a sort instruction for ShippingDetail depending the feature isGift
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByShippingInstructions()
Allows to adds a sort instruction for ShippingDetail depending the feature shippingInstructions
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByShippingMethod()
Allows to adds a sort instruction for ShippingDetail depending the feature shippingMethod
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByShippingTrackingNumber()
Allows to adds a sort instruction for ShippingDetail depending the feature shippingTrackingNumber
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
shippingInstructions()
Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature shippingInstructions is null or not. |
ComparableTypePredicate<Short> |
shippingMethod()
|
OptionalFeaturePredicate |
shippingTrackingNumber()
Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature shippingTrackingNumber is null or not. |
AccountQuery |
thereExistsCarrier()
Adds a condition for the feature carrier to the predicate for ShippingDetail, which evaluates to false unless the value of the feature carrier satisfies the given condition. |
StringTypePredicate |
thereExistsGiftMessage()
Adds a condition for the feature giftMessage to the predicate for ShippingDetail, which evaluates to false unless the value of the feature giftMessage satisfies the given condition. |
StringTypePredicate |
thereExistsShippingInstructions()
Adds a condition for the feature shippingInstructions to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingInstructions satisfies the given condition. |
StringTypePredicate |
thereExistsShippingTrackingNumber()
Adds a condition for the feature shippingTrackingNumber to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingTrackingNumber satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate carrier()
ShippingDetail testing whether the value of the feature carrier is null or not.
AccountQuery thereExistsCarrier()
carrier to the predicate for ShippingDetail, which evaluates to false unless the value of the feature carrier satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllCarrier()
carrier to the predicate for ShippingDetail, which evaluates to false unless the value of the feature carrier satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate giftMessage()
ShippingDetail testing whether the value of the feature giftMessage is null or not.
StringTypePredicate thereExistsGiftMessage()
giftMessage to the predicate for ShippingDetail, which evaluates to false unless the value of the feature giftMessage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllGiftMessage()
giftMessage to the predicate for ShippingDetail, which evaluates to false unless the value of the feature giftMessage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByGiftMessage()
ShippingDetail depending the feature giftMessage
Note: The order in which orderBy… instructions are given is relevant!
BooleanTypePredicate isGift()
SimpleTypeOrder orderByIsGift()
ShippingDetail depending the feature isGift
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate shippingInstructions()
ShippingDetail testing whether the value of the feature shippingInstructions is null or not.
StringTypePredicate thereExistsShippingInstructions()
shippingInstructions to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingInstructions satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllShippingInstructions()
shippingInstructions to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingInstructions satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByShippingInstructions()
ShippingDetail depending the feature shippingInstructions
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> shippingMethod()
SimpleTypeOrder orderByShippingMethod()
ShippingDetail depending the feature shippingMethod
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate shippingTrackingNumber()
ShippingDetail testing whether the value of the feature shippingTrackingNumber is null or not.
StringTypePredicate thereExistsShippingTrackingNumber()
shippingTrackingNumber to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingTrackingNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllShippingTrackingNumber()
shippingTrackingNumber to the predicate for ShippingDetail, which evaluates to false unless the value of the feature shippingTrackingNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByShippingTrackingNumber()
ShippingDetail depending the feature shippingTrackingNumber
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 | |||||||||