org.opencrx.kernel.contract1.cci
Interface GetPositionAmountsResultFilter

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

public interface GetPositionAmountsResultFilter
extends RefFilter_1_0


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 forAllDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void forAllDiscountAmount(short operator, Collection filterValues)
           
 void forAllStatusCode(short operator, Collection filterValues)
           
 void forAllStatusCode(short operator, short[] filterValues)
           
 void forAllStatusMessage(short operator, Collection filterValues)
           
 void forAllStatusMessage(short operator, String[] filterValues)
           
 void forAllTaxAmount(short operator, BigDecimal[] filterValues)
           
 void forAllTaxAmount(short operator, Collection 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 orderByDiscountAmount(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStatusCode(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStatusMessage(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 thereExistsAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsAmount(short operator, Collection filterValues)
           
 void thereExistsBaseAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsBaseAmount(short operator, Collection filterValues)
           
 void thereExistsDiscountAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsDiscountAmount(short operator, Collection filterValues)
           
 void thereExistsStatusCode(short operator, Collection filterValues)
           
 void thereExistsStatusCode(short operator, short[] filterValues)
           
 void thereExistsStatusMessage(short operator, Collection filterValues)
           
 void thereExistsStatusMessage(short operator, String[] filterValues)
           
 void thereExistsTaxAmount(short operator, BigDecimal[] filterValues)
           
 void thereExistsTaxAmount(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

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

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

forAllStatusCode

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

thereExistsStatusCode

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

forAllStatusCode

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

thereExistsStatusCode

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

orderByStatusCode

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

forAllStatusMessage

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

thereExistsStatusMessage

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

forAllStatusMessage

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

thereExistsStatusMessage

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

orderByStatusMessage

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


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