org.opencrx.kernel.contract1.query
Interface ShippingDetailQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate
All Known Subinterfaces:
AbstractContractQuery, AbstractInvoicePositionQuery, AbstractOpportunityPositionQuery, AbstractQuotePositionQuery, AbstractRemovedPositionQuery, AbstractSalesOrderPositionQuery, ContractPositionQuery, InvoiceBundledProductPositionQuery, InvoiceComplexProductBundlePositionQuery, InvoicePositionQuery, InvoiceProductBundlePositionQuery, InvoiceProductOfferingPositionQuery, InvoiceQuery, LeadQuery, OpportunityBundledProductPositionQuery, OpportunityComplexProductBundlePositionQuery, OpportunityPositionQuery, OpportunityProductBundlePositionQuery, OpportunityProductOfferingPositionQuery, OpportunityQuery, QuoteBundledProductPositionQuery, QuoteComplexProductBundlePositionQuery, QuotePositionQuery, QuoteProductBundlePositionQuery, QuoteProductOfferingPositionQuery, QuoteQuery, RemovedBundledProductPositionQuery, RemovedComplexProductBundlePositionQuery, RemovedPositionQuery, RemovedProductBundlePositionQuery, RemovedProductOfferingPositionQuery, SalesOrderBundledProductPositionQuery, SalesOrderComplexProductBundlePositionQuery, SalesOrderPositionQuery, SalesOrderProductBundlePositionQuery, SalesOrderProductOfferingPositionQuery, SalesOrderQuery
All Known Implementing Classes:
AbstractContractFilterImpl, AbstractInvoicePositionFilterImpl, AbstractOpportunityPositionFilterImpl, AbstractQuotePositionFilterImpl, AbstractRemovedPositionFilterImpl, AbstractSalesOrderPositionFilterImpl, ContractPositionFilterImpl, InvoiceBundledProductPositionFilterImpl, InvoiceComplexProductBundlePositionFilterImpl, InvoiceFilterImpl, InvoicePositionFilterImpl, InvoiceProductBundlePositionFilterImpl, InvoiceProductOfferingPositionFilterImpl, LeadFilterImpl, OpportunityBundledProductPositionFilterImpl, OpportunityComplexProductBundlePositionFilterImpl, OpportunityFilterImpl, OpportunityPositionFilterImpl, OpportunityProductBundlePositionFilterImpl, OpportunityProductOfferingPositionFilterImpl, QuoteBundledProductPositionFilterImpl, QuoteComplexProductBundlePositionFilterImpl, QuoteFilterImpl, QuotePositionFilterImpl, QuoteProductBundlePositionFilterImpl, QuoteProductOfferingPositionFilterImpl, RemovedBundledProductPositionFilterImpl, RemovedComplexProductBundlePositionFilterImpl, RemovedPositionFilterImpl, RemovedProductBundlePositionFilterImpl, RemovedProductOfferingPositionFilterImpl, SalesOrderBundledProductPositionFilterImpl, SalesOrderComplexProductBundlePositionFilterImpl, SalesOrderFilterImpl, SalesOrderPositionFilterImpl, SalesOrderProductBundlePositionFilterImpl, SalesOrderProductOfferingPositionFilterImpl, ShippingDetailFilterImpl

public interface ShippingDetailQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 AccountQuery carrier()
           
 org.w3c.cci2.StringTypePredicate forAllGiftMessage()
          Adds a constraint for the feature giftMessage to the predicate.
 org.w3c.cci2.StringTypePredicate forAllShippingInstructions()
          Adds a constraint for the feature shippingInstructions to the predicate.
 org.w3c.cci2.StringTypePredicate forAllShippingTrackingNumber()
          Adds a constraint for the feature shippingTrackingNumber to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate giftMessage()
          Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature giftMessage is null or not.
 org.w3c.cci2.BooleanTypePredicate isGift()
           
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.OptionalFeaturePredicate shippingInstructions()
          Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature shippingInstructions is null or not.
 org.w3c.cci2.ComparableTypePredicate shippingMethod()
           
 org.w3c.cci2.OptionalFeaturePredicate shippingTrackingNumber()
          Adds a constraint to the predicate for ShippingDetail testing whether the value of the feature shippingTrackingNumber is null or not.
 org.w3c.cci2.StringTypePredicate thereExistsGiftMessage()
          Adds a constraint for the feature giftMessage to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsShippingInstructions()
          Adds a constraint for the feature shippingInstructions to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsShippingTrackingNumber()
          Adds a constraint for the feature shippingTrackingNumber to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

carrier

AccountQuery carrier()

giftMessage

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


thereExistsGiftMessage

org.w3c.cci2.StringTypePredicate thereExistsGiftMessage()
Adds a constraint for the feature giftMessage to the predicate. The predicate for ShippingDetail evaluates true if its value of feature giftMessage satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllGiftMessage

org.w3c.cci2.StringTypePredicate forAllGiftMessage()
Adds a constraint for the feature giftMessage to the predicate. The predicate for ShippingDetail evaluates true if its value of feature giftMessage satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByGiftMessage

org.w3c.cci2.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

org.w3c.cci2.BooleanTypePredicate isGift()

orderByIsGift

org.w3c.cci2.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

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


thereExistsShippingInstructions

org.w3c.cci2.StringTypePredicate thereExistsShippingInstructions()
Adds a constraint for the feature shippingInstructions to the predicate. The predicate for ShippingDetail evaluates true if its value of feature shippingInstructions satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllShippingInstructions

org.w3c.cci2.StringTypePredicate forAllShippingInstructions()
Adds a constraint for the feature shippingInstructions to the predicate. The predicate for ShippingDetail evaluates true if its value of feature shippingInstructions satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByShippingInstructions

org.w3c.cci2.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

org.w3c.cci2.ComparableTypePredicate shippingMethod()

orderByShippingMethod

org.w3c.cci2.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

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


thereExistsShippingTrackingNumber

org.w3c.cci2.StringTypePredicate thereExistsShippingTrackingNumber()
Adds a constraint for the feature shippingTrackingNumber to the predicate. The predicate for ShippingDetail evaluates true if its value of feature shippingTrackingNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllShippingTrackingNumber

org.w3c.cci2.StringTypePredicate forAllShippingTrackingNumber()
Adds a constraint for the feature shippingTrackingNumber to the predicate. The predicate for ShippingDetail evaluates true if its value of feature shippingTrackingNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByShippingTrackingNumber

org.w3c.cci2.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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.