org.opencrx.kernel.account1.cci
Interface AccountAssignmentFilter
- All Superinterfaces:
- RefFilter_1_0, Serializable
- All Known Subinterfaces:
- AccountAssignmentFilter, AccountAssignmentInventoryItemFilter, AccountAssignmentProductFilter, MemberFilter
- All Known Implementing Classes:
- AccountAssignmentFilterImpl, AccountAssignmentFilterImpl, AccountAssignmentInventoryItemFilterImpl, AccountAssignmentProductFilterImpl, MemberFilterImpl
public interface AccountAssignmentFilter
- extends RefFilter_1_0
|
Method Summary |
void |
forAllAccount(short operator,
Account[] filterValues)
|
void |
forAllAccount(short operator,
Collection filterValues)
|
void |
forAllValidFrom(short operator,
Collection filterValues)
|
void |
forAllValidFrom(short operator,
Date[] filterValues)
|
void |
forAllValidTo(short operator,
Collection filterValues)
|
void |
forAllValidTo(short operator,
Date[] filterValues)
|
void |
orderByValidFrom(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByValidTo(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsAccount(short operator,
Account[] filterValues)
|
void |
thereExistsAccount(short operator,
Collection filterValues)
|
void |
thereExistsValidFrom(short operator,
Collection filterValues)
|
void |
thereExistsValidFrom(short operator,
Date[] filterValues)
|
void |
thereExistsValidTo(short operator,
Collection filterValues)
|
void |
thereExistsValidTo(short operator,
Date[] filterValues)
|
forAllAccount
void forAllAccount(short operator,
Account[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsAccount
void thereExistsAccount(short operator,
Account[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllAccount
void forAllAccount(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsAccount
void thereExistsAccount(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllValidFrom
void forAllValidFrom(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValidFrom
void thereExistsValidFrom(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllValidFrom
void forAllValidFrom(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValidFrom
void thereExistsValidFrom(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByValidFrom
void orderByValidFrom(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
forAllValidTo
void forAllValidTo(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValidTo
void thereExistsValidTo(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllValidTo
void forAllValidTo(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValidTo
void thereExistsValidTo(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByValidTo
void orderByValidTo(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.