org.opencrx.kernel.contract1.cci
Interface ShippingDetailFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AbstractContractFilter, AbstractInvoicePositionFilter, AbstractOpportunityPositionFilter, AbstractQuotePositionFilter, AbstractRemovedPositionFilter, AbstractSalesOrderPositionFilter, ContractPositionFilter, InvoiceBundledProductPositionFilter, InvoiceComplexProductBundlePositionFilter, InvoiceFilter, InvoicePositionFilter, InvoiceProductBundlePositionFilter, InvoiceProductOfferingPositionFilter, LeadFilter, OpportunityBundledProductPositionFilter, OpportunityComplexProductBundlePositionFilter, OpportunityFilter, OpportunityPositionFilter, OpportunityProductBundlePositionFilter, OpportunityProductOfferingPositionFilter, QuoteBundledProductPositionFilter, QuoteComplexProductBundlePositionFilter, QuoteFilter, QuotePositionFilter, QuoteProductBundlePositionFilter, QuoteProductOfferingPositionFilter, RemovedBundledProductPositionFilter, RemovedComplexProductBundlePositionFilter, RemovedPositionFilter, RemovedProductBundlePositionFilter, RemovedProductOfferingPositionFilter, SalesOrderBundledProductPositionFilter, SalesOrderComplexProductBundlePositionFilter, SalesOrderFilter, SalesOrderPositionFilter, SalesOrderProductBundlePositionFilter, SalesOrderProductOfferingPositionFilter
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 ShippingDetailFilter
extends RefFilter_1_0


Method Summary
 void forAllCarrier(short operator, Account[] filterValues)
           
 void forAllCarrier(short operator, Collection filterValues)
           
 void forAllGiftMessage(short operator, Collection filterValues)
           
 void forAllGiftMessage(short operator, String[] filterValues)
           
 void forAllIsGift(short operator, boolean[] filterValues)
           
 void forAllIsGift(short operator, Collection filterValues)
           
 void forAllShippingInstructions(short operator, Collection filterValues)
           
 void forAllShippingInstructions(short operator, String[] filterValues)
           
 void forAllShippingMethod(short operator, Collection filterValues)
           
 void forAllShippingMethod(short operator, short[] filterValues)
           
 void forAllShippingTrackingNumber(short operator, Collection filterValues)
           
 void forAllShippingTrackingNumber(short operator, String[] filterValues)
           
 void orderByGiftMessage(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIsGift(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByShippingInstructions(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByShippingMethod(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByShippingTrackingNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsCarrier(short operator, Account[] filterValues)
           
 void thereExistsCarrier(short operator, Collection filterValues)
           
 void thereExistsGiftMessage(short operator, Collection filterValues)
           
 void thereExistsGiftMessage(short operator, String[] filterValues)
           
 void thereExistsIsGift(short operator, boolean[] filterValues)
           
 void thereExistsIsGift(short operator, Collection filterValues)
           
 void thereExistsShippingInstructions(short operator, Collection filterValues)
           
 void thereExistsShippingInstructions(short operator, String[] filterValues)
           
 void thereExistsShippingMethod(short operator, Collection filterValues)
           
 void thereExistsShippingMethod(short operator, short[] filterValues)
           
 void thereExistsShippingTrackingNumber(short operator, Collection filterValues)
           
 void thereExistsShippingTrackingNumber(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllCarrier

void forAllCarrier(short operator,
                   Account[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsCarrier

void thereExistsCarrier(short operator,
                        Account[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllCarrier

void forAllCarrier(short operator,
                   Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsCarrier

void thereExistsCarrier(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllGiftMessage

void forAllGiftMessage(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsGiftMessage

void thereExistsGiftMessage(short operator,
                            String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllGiftMessage

void forAllGiftMessage(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsGiftMessage

void thereExistsGiftMessage(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByGiftMessage

void orderByGiftMessage(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllIsGift

void forAllIsGift(short operator,
                  boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIsGift

void thereExistsIsGift(short operator,
                       boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllIsGift

void forAllIsGift(short operator,
                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIsGift

void thereExistsIsGift(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByIsGift

void orderByIsGift(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllShippingInstructions

void forAllShippingInstructions(short operator,
                                String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingInstructions

void thereExistsShippingInstructions(short operator,
                                     String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllShippingInstructions

void forAllShippingInstructions(short operator,
                                Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingInstructions

void thereExistsShippingInstructions(short operator,
                                     Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByShippingInstructions

void orderByShippingInstructions(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllShippingMethod

void forAllShippingMethod(short operator,
                          short[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingMethod

void thereExistsShippingMethod(short operator,
                               short[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllShippingMethod

void forAllShippingMethod(short operator,
                          Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingMethod

void thereExistsShippingMethod(short operator,
                               Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByShippingMethod

void orderByShippingMethod(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllShippingTrackingNumber

void forAllShippingTrackingNumber(short operator,
                                  String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingTrackingNumber

void thereExistsShippingTrackingNumber(short operator,
                                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllShippingTrackingNumber

void forAllShippingTrackingNumber(short operator,
                                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsShippingTrackingNumber

void thereExistsShippingTrackingNumber(short operator,
                                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByShippingTrackingNumber

void orderByShippingTrackingNumber(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


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