org.opencrx.kernel.contract1.cci
Interface GetContractAmountsParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
GetContractAmountsParamsFilterImpl

public interface GetContractAmountsParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllContract(short operator, AbstractContract[] filterValues)
           
 void forAllContract(short operator, Collection filterValues)
           
 void forAllLineItemNumber(short operator, Collection filterValues)
           
 void forAllLineItemNumber(short operator, int[] filterValues)
           
 void forAllPositionAmount(short operator, BigDecimal[] filterValues)
           
 void forAllPositionAmount(short operator, Collection filterValues)
           
 void forAllPositionBaseAmount(short operator, BigDecimal[] filterValues)
           
 void forAllPositionBaseAmount(short operator, Collection filterValues)
           
 void forAllPositionDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void forAllPositionDiscountAmount(short operator, Collection filterValues)
           
 void forAllPositionTaxAmount(short operator, BigDecimal[] filterValues)
           
 void forAllPositionTaxAmount(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 orderByContract(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 orderByPositionAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPositionBaseAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPositionDiscountAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPositionTaxAmount(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 thereExistsContract(short operator, AbstractContract[] filterValues)
           
 void thereExistsContract(short operator, Collection filterValues)
           
 void thereExistsLineItemNumber(short operator, Collection filterValues)
           
 void thereExistsLineItemNumber(short operator, int[] filterValues)
           
 void thereExistsPositionAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsPositionAmount(short operator, Collection filterValues)
           
 void thereExistsPositionBaseAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsPositionBaseAmount(short operator, Collection filterValues)
           
 void thereExistsPositionDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsPositionDiscountAmount(short operator, Collection filterValues)
           
 void thereExistsPositionTaxAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsPositionTaxAmount(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)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllContract

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

thereExistsContract

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

forAllContract

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

thereExistsContract

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

orderByContract

void orderByContract(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,
                          int[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsLineItemNumber

void thereExistsLineItemNumber(short operator,
                               int[] 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

forAllPositionAmount

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

thereExistsPositionAmount

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

forAllPositionAmount

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

thereExistsPositionAmount

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

orderByPositionAmount

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

forAllPositionBaseAmount

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

thereExistsPositionBaseAmount

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

forAllPositionBaseAmount

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

thereExistsPositionBaseAmount

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

orderByPositionBaseAmount

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

forAllPositionDiscountAmount

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

thereExistsPositionDiscountAmount

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

forAllPositionDiscountAmount

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

thereExistsPositionDiscountAmount

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

orderByPositionDiscountAmount

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

forAllPositionTaxAmount

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

thereExistsPositionTaxAmount

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

forAllPositionTaxAmount

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

thereExistsPositionTaxAmount

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

orderByPositionTaxAmount

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


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