org.opencrx.kernel.contract1.cci
Interface InvoiceMarkAsClosedParamsFilter

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

public interface InvoiceMarkAsClosedParamsFilter
extends RefFilter_1_0


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

Method Detail

forAllInvoiceState

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

thereExistsInvoiceState

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

forAllInvoiceState

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

thereExistsInvoiceState

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

orderByInvoiceState

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