org.opencrx.kernel.contract1.cci
Interface ContractPositionFilter

All Superinterfaces:
AddressContainerFilter, BookingOriginFilter, DeliveryRequestContainerFilter, DepotReferenceHolderFilter, RefFilter_1_0, Serializable, ShippingDetailFilter
All Known Subinterfaces:
AbstractInvoicePositionFilter, AbstractOpportunityPositionFilter, AbstractQuotePositionFilter, AbstractRemovedPositionFilter, AbstractSalesOrderPositionFilter, InvoiceBundledProductPositionFilter, InvoiceComplexProductBundlePositionFilter, InvoicePositionFilter, InvoiceProductBundlePositionFilter, InvoiceProductOfferingPositionFilter, OpportunityBundledProductPositionFilter, OpportunityComplexProductBundlePositionFilter, OpportunityPositionFilter, OpportunityProductBundlePositionFilter, OpportunityProductOfferingPositionFilter, QuoteBundledProductPositionFilter, QuoteComplexProductBundlePositionFilter, QuotePositionFilter, QuoteProductBundlePositionFilter, QuoteProductOfferingPositionFilter, RemovedBundledProductPositionFilter, RemovedComplexProductBundlePositionFilter, RemovedPositionFilter, RemovedProductBundlePositionFilter, RemovedProductOfferingPositionFilter, SalesOrderBundledProductPositionFilter, SalesOrderComplexProductBundlePositionFilter, SalesOrderPositionFilter, SalesOrderProductBundlePositionFilter, SalesOrderProductOfferingPositionFilter
All Known Implementing Classes:
AbstractInvoicePositionFilterImpl, AbstractOpportunityPositionFilterImpl, AbstractQuotePositionFilterImpl, AbstractRemovedPositionFilterImpl, AbstractSalesOrderPositionFilterImpl, ContractPositionFilterImpl, InvoiceBundledProductPositionFilterImpl, InvoiceComplexProductBundlePositionFilterImpl, InvoicePositionFilterImpl, InvoiceProductBundlePositionFilterImpl, InvoiceProductOfferingPositionFilterImpl, OpportunityBundledProductPositionFilterImpl, OpportunityComplexProductBundlePositionFilterImpl, OpportunityPositionFilterImpl, OpportunityProductBundlePositionFilterImpl, OpportunityProductOfferingPositionFilterImpl, QuoteBundledProductPositionFilterImpl, QuoteComplexProductBundlePositionFilterImpl, QuotePositionFilterImpl, QuoteProductBundlePositionFilterImpl, QuoteProductOfferingPositionFilterImpl, RemovedBundledProductPositionFilterImpl, RemovedComplexProductBundlePositionFilterImpl, RemovedPositionFilterImpl, RemovedProductBundlePositionFilterImpl, RemovedProductOfferingPositionFilterImpl, SalesOrderBundledProductPositionFilterImpl, SalesOrderComplexProductBundlePositionFilterImpl, SalesOrderPositionFilterImpl, SalesOrderProductBundlePositionFilterImpl, SalesOrderProductOfferingPositionFilterImpl

public interface ContractPositionFilter
extends AddressContainerFilter, DeliveryRequestContainerFilter, ShippingDetailFilter, BookingOriginFilter, DepotReferenceHolderFilter


Method Summary
 void forAllAmount(short operator, BigDecimal[] filterValues)
           
 void forAllAmount(short operator, Collection filterValues)
           
 void forAllBaseAmount(short operator, BigDecimal[] filterValues)
           
 void forAllBaseAmount(short operator, Collection filterValues)
           
 void forAllCalcRule(short operator, CalculationRule[] filterValues)
           
 void forAllCalcRule(short operator, Collection filterValues)
           
 void forAllContact(short operator, Collection filterValues)
           
 void forAllContact(short operator, Contact[] filterValues)
           
 void forAllContractPositionState(short operator, Collection filterValues)
           
 void forAllContractPositionState(short operator, short[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllDiscount(short operator, BigDecimal[] filterValues)
           
 void forAllDiscount(short operator, Collection filterValues)
           
 void forAllDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void forAllDiscountAmount(short operator, Collection filterValues)
           
 void forAllDiscountDescription(short operator, Collection filterValues)
           
 void forAllDiscountDescription(short operator, String[] filterValues)
           
 void forAllDiscountIsPercentage(short operator, boolean[] filterValues)
           
 void forAllDiscountIsPercentage(short operator, Collection filterValues)
           
 void forAllLineItemNumber(short operator, Collection filterValues)
           
 void forAllLineItemNumber(short operator, long[] filterValues)
           
 void forAllListPrice(short operator, Collection filterValues)
           
 void forAllListPrice(short operator, ProductBasePrice[] filterValues)
           
 void forAllMaxQuantity(short operator, BigDecimal[] filterValues)
           
 void forAllMaxQuantity(short operator, Collection filterValues)
           
 void forAllMinMaxQuantityHandling(short operator, Collection filterValues)
           
 void forAllMinMaxQuantityHandling(short operator, short[] filterValues)
           
 void forAllMinQuantity(short operator, BigDecimal[] filterValues)
           
 void forAllMinQuantity(short operator, Collection filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllOffsetQuantity(short operator, BigDecimal[] filterValues)
           
 void forAllOffsetQuantity(short operator, Collection filterValues)
           
 void forAllPositionNumber(short operator, Collection filterValues)
           
 void forAllPositionNumber(short operator, String[] filterValues)
           
 void forAllPriceLevel(short operator, Collection filterValues)
           
 void forAllPriceLevel(short operator, PriceLevel[] filterValues)
           
 void forAllPricePerUnit(short operator, BigDecimal[] filterValues)
           
 void forAllPricePerUnit(short operator, Collection filterValues)
           
 void forAllPriceUom(short operator, Collection filterValues)
           
 void forAllPriceUom(short operator, Uom[] filterValues)
           
 void forAllPriceUomDescription(short operator, Collection filterValues)
           
 void forAllPriceUomDescription(short operator, String[] filterValues)
           
 void forAllPriceUomDetailedDescription(short operator, Collection filterValues)
           
 void forAllPriceUomDetailedDescription(short operator, String[] filterValues)
           
 void forAllPricingDate(short operator, Collection filterValues)
           
 void forAllPricingDate(short operator, Date[] filterValues)
           
 void forAllPricingRule(short operator, Collection filterValues)
           
 void forAllPricingRule(short operator, PricingRule[] filterValues)
           
 void forAllPricingState(short operator, Collection filterValues)
           
 void forAllPricingState(short operator, short[] filterValues)
           
 void forAllProductDescription(short operator, Collection filterValues)
           
 void forAllProductDescription(short operator, String[] filterValues)
           
 void forAllProductDetailedDescription(short operator, Collection filterValues)
           
 void forAllProductDetailedDescription(short operator, String[] filterValues)
           
 void forAllQuantity(short operator, BigDecimal[] filterValues)
           
 void forAllQuantity(short operator, Collection filterValues)
           
 void forAllQuantityBackOrdered(short operator, BigDecimal[] filterValues)
           
 void forAllQuantityBackOrdered(short operator, Collection filterValues)
           
 void forAllQuantityShipped(short operator, BigDecimal[] filterValues)
           
 void forAllQuantityShipped(short operator, Collection filterValues)
           
 void forAllSalesCommission(short operator, BigDecimal[] filterValues)
           
 void forAllSalesCommission(short operator, Collection filterValues)
           
 void forAllSalesCommissionIsPercentage(short operator, boolean[] filterValues)
           
 void forAllSalesCommissionIsPercentage(short operator, Collection filterValues)
           
 void forAllSalesTaxType(short operator, Collection filterValues)
           
 void forAllSalesTaxType(short operator, SalesTaxType[] filterValues)
           
 void forAllSalesTaxTypeDescription(short operator, Collection filterValues)
           
 void forAllSalesTaxTypeDescription(short operator, String[] filterValues)
           
 void forAllSalesTaxTypeDetailedDescription(short operator, Collection filterValues)
           
 void forAllSalesTaxTypeDetailedDescription(short operator, String[] filterValues)
           
 void forAllTaxAmount(short operator, BigDecimal[] filterValues)
           
 void forAllTaxAmount(short operator, Collection filterValues)
           
 void forAllUom(short operator, Collection filterValues)
           
 void forAllUom(short operator, Uom[] filterValues)
           
 void forAllUomDescription(short operator, Collection filterValues)
           
 void forAllUomDescription(short operator, String[] filterValues)
           
 void forAllUomDetailedDescription(short operator, Collection filterValues)
           
 void forAllUomDetailedDescription(short operator, String[] filterValues)
           
 void orderByAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByBaseAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByContractPositionState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDiscount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDiscountAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDiscountDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDiscountIsPercentage(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByLineItemNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMaxQuantity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMinMaxQuantityHandling(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMinQuantity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByOffsetQuantity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPositionNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPricePerUnit(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPriceUomDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPriceUomDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPricingDate(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPricingState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByProductDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByProductDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByQuantity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByQuantityBackOrdered(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByQuantityShipped(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySalesCommission(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySalesCommissionIsPercentage(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySalesTaxTypeDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySalesTaxTypeDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTaxAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByUomDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByUomDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsAmount(short operator, Collection filterValues)
           
 void thereExistsBaseAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsBaseAmount(short operator, Collection filterValues)
           
 void thereExistsCalcRule(short operator, CalculationRule[] filterValues)
           
 void thereExistsCalcRule(short operator, Collection filterValues)
           
 void thereExistsContact(short operator, Collection filterValues)
           
 void thereExistsContact(short operator, Contact[] filterValues)
           
 void thereExistsContractPositionState(short operator, Collection filterValues)
           
 void thereExistsContractPositionState(short operator, short[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsDiscount(short operator, BigDecimal[] filterValues)
           
 void thereExistsDiscount(short operator, Collection filterValues)
           
 void thereExistsDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsDiscountAmount(short operator, Collection filterValues)
           
 void thereExistsDiscountDescription(short operator, Collection filterValues)
           
 void thereExistsDiscountDescription(short operator, String[] filterValues)
           
 void thereExistsDiscountIsPercentage(short operator, boolean[] filterValues)
           
 void thereExistsDiscountIsPercentage(short operator, Collection filterValues)
           
 void thereExistsLineItemNumber(short operator, Collection filterValues)
           
 void thereExistsLineItemNumber(short operator, long[] filterValues)
           
 void thereExistsListPrice(short operator, Collection filterValues)
           
 void thereExistsListPrice(short operator, ProductBasePrice[] filterValues)
           
 void thereExistsMaxQuantity(short operator, BigDecimal[] filterValues)
           
 void thereExistsMaxQuantity(short operator, Collection filterValues)
           
 void thereExistsMinMaxQuantityHandling(short operator, Collection filterValues)
           
 void thereExistsMinMaxQuantityHandling(short operator, short[] filterValues)
           
 void thereExistsMinQuantity(short operator, BigDecimal[] filterValues)
           
 void thereExistsMinQuantity(short operator, Collection filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsOffsetQuantity(short operator, BigDecimal[] filterValues)
           
 void thereExistsOffsetQuantity(short operator, Collection filterValues)
           
 void thereExistsPositionNumber(short operator, Collection filterValues)
           
 void thereExistsPositionNumber(short operator, String[] filterValues)
           
 void thereExistsPriceLevel(short operator, Collection filterValues)
           
 void thereExistsPriceLevel(short operator, PriceLevel[] filterValues)
           
 void thereExistsPricePerUnit(short operator, BigDecimal[] filterValues)
           
 void thereExistsPricePerUnit(short operator, Collection filterValues)
           
 void thereExistsPriceUom(short operator, Collection filterValues)
           
 void thereExistsPriceUom(short operator, Uom[] filterValues)
           
 void thereExistsPriceUomDescription(short operator, Collection filterValues)
           
 void thereExistsPriceUomDescription(short operator, String[] filterValues)
           
 void thereExistsPriceUomDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsPriceUomDetailedDescription(short operator, String[] filterValues)
           
 void thereExistsPricingDate(short operator, Collection filterValues)
           
 void thereExistsPricingDate(short operator, Date[] filterValues)
           
 void thereExistsPricingRule(short operator, Collection filterValues)
           
 void thereExistsPricingRule(short operator, PricingRule[] filterValues)
           
 void thereExistsPricingState(short operator, Collection filterValues)
           
 void thereExistsPricingState(short operator, short[] filterValues)
           
 void thereExistsProductDescription(short operator, Collection filterValues)
           
 void thereExistsProductDescription(short operator, String[] filterValues)
           
 void thereExistsProductDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsProductDetailedDescription(short operator, String[] filterValues)
           
 void thereExistsQuantity(short operator, BigDecimal[] filterValues)
           
 void thereExistsQuantity(short operator, Collection filterValues)
           
 void thereExistsQuantityBackOrdered(short operator, BigDecimal[] filterValues)
           
 void thereExistsQuantityBackOrdered(short operator, Collection filterValues)
           
 void thereExistsQuantityShipped(short operator, BigDecimal[] filterValues)
           
 void thereExistsQuantityShipped(short operator, Collection filterValues)
           
 void thereExistsSalesCommission(short operator, BigDecimal[] filterValues)
           
 void thereExistsSalesCommission(short operator, Collection filterValues)
           
 void thereExistsSalesCommissionIsPercentage(short operator, boolean[] filterValues)
           
 void thereExistsSalesCommissionIsPercentage(short operator, Collection filterValues)
           
 void thereExistsSalesTaxType(short operator, Collection filterValues)
           
 void thereExistsSalesTaxType(short operator, SalesTaxType[] filterValues)
           
 void thereExistsSalesTaxTypeDescription(short operator, Collection filterValues)
           
 void thereExistsSalesTaxTypeDescription(short operator, String[] filterValues)
           
 void thereExistsSalesTaxTypeDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsSalesTaxTypeDetailedDescription(short operator, String[] filterValues)
           
 void thereExistsTaxAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsTaxAmount(short operator, Collection filterValues)
           
 void thereExistsUom(short operator, Collection filterValues)
           
 void thereExistsUom(short operator, Uom[] filterValues)
           
 void thereExistsUomDescription(short operator, Collection filterValues)
           
 void thereExistsUomDescription(short operator, String[] filterValues)
           
 void thereExistsUomDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsUomDetailedDescription(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.opencrx.kernel.contract1.cci.ShippingDetailFilter
forAllCarrier, forAllCarrier, forAllGiftMessage, forAllGiftMessage, forAllIsGift, forAllIsGift, forAllShippingInstructions, forAllShippingInstructions, forAllShippingMethod, forAllShippingMethod, forAllShippingTrackingNumber, forAllShippingTrackingNumber, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, thereExistsCarrier, thereExistsCarrier, thereExistsGiftMessage, thereExistsGiftMessage, thereExistsIsGift, thereExistsIsGift, thereExistsShippingInstructions, thereExistsShippingInstructions, thereExistsShippingMethod, thereExistsShippingMethod, thereExistsShippingTrackingNumber, thereExistsShippingTrackingNumber
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllAmount

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

thereExistsAmount

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

forAllAmount

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

thereExistsAmount

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

orderByAmount

void orderByAmount(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

forAllBaseAmount

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

thereExistsBaseAmount

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

forAllBaseAmount

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

thereExistsBaseAmount

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

orderByBaseAmount

void orderByBaseAmount(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

forAllCalcRule

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

thereExistsCalcRule

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

forAllCalcRule

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

thereExistsCalcRule

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

forAllContact

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

thereExistsContact

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

forAllContact

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

thereExistsContact

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

forAllContractPositionState

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

thereExistsContractPositionState

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

forAllContractPositionState

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

thereExistsContractPositionState

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

orderByContractPositionState

void orderByContractPositionState(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

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

void orderByDescription(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

forAllDiscount

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

thereExistsDiscount

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

forAllDiscount

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

thereExistsDiscount

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

orderByDiscount

void orderByDiscount(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

forAllDiscountAmount

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

thereExistsDiscountAmount

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

forAllDiscountAmount

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

thereExistsDiscountAmount

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

orderByDiscountAmount

void orderByDiscountAmount(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

forAllDiscountDescription

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

thereExistsDiscountDescription

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

forAllDiscountDescription

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

thereExistsDiscountDescription

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

orderByDiscountDescription

void orderByDiscountDescription(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

forAllDiscountIsPercentage

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

thereExistsDiscountIsPercentage

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

forAllDiscountIsPercentage

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

thereExistsDiscountIsPercentage

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

orderByDiscountIsPercentage

void orderByDiscountIsPercentage(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

forAllLineItemNumber

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

thereExistsLineItemNumber

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

forAllLineItemNumber

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

thereExistsLineItemNumber

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

orderByLineItemNumber

void orderByLineItemNumber(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

forAllListPrice

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

thereExistsListPrice

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

forAllListPrice

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

thereExistsListPrice

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

forAllMaxQuantity

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

thereExistsMaxQuantity

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

forAllMaxQuantity

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

thereExistsMaxQuantity

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

orderByMaxQuantity

void orderByMaxQuantity(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

forAllMinMaxQuantityHandling

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

thereExistsMinMaxQuantityHandling

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

forAllMinMaxQuantityHandling

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

thereExistsMinMaxQuantityHandling

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

orderByMinMaxQuantityHandling

void orderByMinMaxQuantityHandling(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

forAllMinQuantity

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

thereExistsMinQuantity

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

forAllMinQuantity

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

thereExistsMinQuantity

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

orderByMinQuantity

void orderByMinQuantity(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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

void orderByName(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

forAllOffsetQuantity

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

thereExistsOffsetQuantity

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

forAllOffsetQuantity

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

thereExistsOffsetQuantity

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

orderByOffsetQuantity

void orderByOffsetQuantity(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

forAllPositionNumber

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

thereExistsPositionNumber

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

forAllPositionNumber

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

thereExistsPositionNumber

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

orderByPositionNumber

void orderByPositionNumber(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

forAllPriceLevel

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

thereExistsPriceLevel

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

forAllPriceLevel

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

thereExistsPriceLevel

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

forAllPricePerUnit

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

thereExistsPricePerUnit

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

forAllPricePerUnit

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

thereExistsPricePerUnit

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

orderByPricePerUnit

void orderByPricePerUnit(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

forAllPriceUom

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

thereExistsPriceUom

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

forAllPriceUom

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

thereExistsPriceUom

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

forAllPriceUomDescription

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

thereExistsPriceUomDescription

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

forAllPriceUomDescription

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

thereExistsPriceUomDescription

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

orderByPriceUomDescription

void orderByPriceUomDescription(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

forAllPriceUomDetailedDescription

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

thereExistsPriceUomDetailedDescription

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

forAllPriceUomDetailedDescription

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

thereExistsPriceUomDetailedDescription

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

orderByPriceUomDetailedDescription

void orderByPriceUomDetailedDescription(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

forAllPricingDate

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

thereExistsPricingDate

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

forAllPricingDate

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

thereExistsPricingDate

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

orderByPricingDate

void orderByPricingDate(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

forAllPricingRule

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

thereExistsPricingRule

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

forAllPricingRule

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

thereExistsPricingRule

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

forAllPricingState

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

thereExistsPricingState

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

forAllPricingState

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

thereExistsPricingState

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

orderByPricingState

void orderByPricingState(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

forAllProductDescription

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

thereExistsProductDescription

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

forAllProductDescription

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

thereExistsProductDescription

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

orderByProductDescription

void orderByProductDescription(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

forAllProductDetailedDescription

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

thereExistsProductDetailedDescription

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

forAllProductDetailedDescription

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

thereExistsProductDetailedDescription

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

orderByProductDetailedDescription

void orderByProductDetailedDescription(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

forAllQuantity

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

thereExistsQuantity

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

forAllQuantity

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

thereExistsQuantity

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

orderByQuantity

void orderByQuantity(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

forAllQuantityBackOrdered

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

thereExistsQuantityBackOrdered

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

forAllQuantityBackOrdered

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

thereExistsQuantityBackOrdered

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

orderByQuantityBackOrdered

void orderByQuantityBackOrdered(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

forAllQuantityShipped

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

thereExistsQuantityShipped

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

forAllQuantityShipped

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

thereExistsQuantityShipped

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

orderByQuantityShipped

void orderByQuantityShipped(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

forAllSalesCommission

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

thereExistsSalesCommission

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

forAllSalesCommission

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

thereExistsSalesCommission

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

orderBySalesCommission

void orderBySalesCommission(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

forAllSalesCommissionIsPercentage

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

thereExistsSalesCommissionIsPercentage

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

forAllSalesCommissionIsPercentage

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

thereExistsSalesCommissionIsPercentage

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

orderBySalesCommissionIsPercentage

void orderBySalesCommissionIsPercentage(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

forAllSalesTaxType

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

thereExistsSalesTaxType

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

forAllSalesTaxType

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

thereExistsSalesTaxType

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

forAllSalesTaxTypeDescription

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

thereExistsSalesTaxTypeDescription

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

forAllSalesTaxTypeDescription

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

thereExistsSalesTaxTypeDescription

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

orderBySalesTaxTypeDescription

void orderBySalesTaxTypeDescription(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

forAllSalesTaxTypeDetailedDescription

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

thereExistsSalesTaxTypeDetailedDescription

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

forAllSalesTaxTypeDetailedDescription

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

thereExistsSalesTaxTypeDetailedDescription

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

orderBySalesTaxTypeDetailedDescription

void orderBySalesTaxTypeDetailedDescription(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

forAllTaxAmount

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

thereExistsTaxAmount

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

forAllTaxAmount

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

thereExistsTaxAmount

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

orderByTaxAmount

void orderByTaxAmount(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

forAllUom

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

thereExistsUom

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

forAllUom

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

thereExistsUom

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

forAllUomDescription

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

thereExistsUomDescription

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

forAllUomDescription

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

thereExistsUomDescription

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

orderByUomDescription

void orderByUomDescription(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

forAllUomDetailedDescription

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

thereExistsUomDetailedDescription

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

forAllUomDetailedDescription

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

thereExistsUomDetailedDescription

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

orderByUomDetailedDescription

void orderByUomDetailedDescription(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.