org.opencrx.kernel.contract1.cci2
Interface ShippingDetailQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbstractContractQuery, AbstractInvoicePositionQuery, AbstractOpportunityPositionQuery, AbstractQuotePositionQuery, AbstractRemovedPositionQuery, AbstractSalesOrderPositionQuery, ContractPositionQuery, InvoicePositionQuery, InvoiceQuery, LeadQuery, OpportunityPositionQuery, OpportunityQuery, QuotePositionQuery, QuoteQuery, RemovedPositionQuery, SalesOrderPositionQuery, SalesOrderQuery

public interface ShippingDetailQuery
extends AnyTypePredicate


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

carrier

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


thereExistsCarrier

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.

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


forAllCarrier

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.

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


giftMessage

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


thereExistsGiftMessage

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.

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


forAllGiftMessage

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.

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


orderByGiftMessage

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!


isGift

BooleanTypePredicate isGift()

orderByIsGift

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!


shippingInstructions

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


thereExistsShippingInstructions

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.

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


forAllShippingInstructions

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.

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


orderByShippingInstructions

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!


shippingMethod

ComparableTypePredicate<Short> shippingMethod()

orderByShippingMethod

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!


shippingTrackingNumber

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


thereExistsShippingTrackingNumber

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.

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


forAllShippingTrackingNumber

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.

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


orderByShippingTrackingNumber

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!



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