org.opencrx.kernel.account1.cci
Interface CreateInvoiceResultFilter
- All Superinterfaces:
- RefFilter_1_0, Serializable
- All Known Implementing Classes:
- CreateInvoiceResultFilterImpl
public interface CreateInvoiceResultFilter
- extends RefFilter_1_0
forAllInvoice
void forAllInvoice(short operator,
Invoice[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsInvoice
void thereExistsInvoice(short operator,
Invoice[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllInvoice
void forAllInvoice(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsInvoice
void thereExistsInvoice(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByInvoice
void orderByInvoice(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.