org.opencrx.kernel.account1.cci
Interface CreateQuoteResultFilter

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

public interface CreateQuoteResultFilter
extends RefFilter_1_0


Method Summary
 void forAllQuote(short operator, Collection filterValues)
           
 void forAllQuote(short operator, Quote[] filterValues)
           
 void orderByQuote(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsQuote(short operator, Collection filterValues)
           
 void thereExistsQuote(short operator, Quote[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllQuote

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

thereExistsQuote

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

forAllQuote

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

thereExistsQuote

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

orderByQuote

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