org.opencrx.kernel.depot1.cci
Interface DepotReportItemFilter
- All Superinterfaces:
- BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter
- All Known Subinterfaces:
- DepotReportItemBookingFilter, DepotReportItemCreditFilter, DepotReportItemDebitFilter, DepotReportItemPositionFilter
- All Known Implementing Classes:
- DepotReportItemBookingFilterImpl, DepotReportItemCreditFilterImpl, DepotReportItemDebitFilterImpl, DepotReportItemFilterImpl, DepotReportItemPositionFilterImpl
public interface DepotReportItemFilter
- extends SecureObjectFilter, BasicObjectFilter
|
Method Summary |
void |
forAllPosition(short operator,
Collection filterValues)
|
void |
forAllPosition(short operator,
DepotPosition[] filterValues)
|
void |
forAllPositionName(short operator,
Collection filterValues)
|
void |
forAllPositionName(short operator,
String[] filterValues)
|
void |
forAllValueDate(short operator,
Collection filterValues)
|
void |
forAllValueDate(short operator,
Date[] filterValues)
|
void |
orderByPositionName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByValueDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsPosition(short operator,
Collection filterValues)
|
void |
thereExistsPosition(short operator,
DepotPosition[] filterValues)
|
void |
thereExistsPositionName(short operator,
Collection filterValues)
|
void |
thereExistsPositionName(short operator,
String[] filterValues)
|
void |
thereExistsValueDate(short operator,
Collection filterValues)
|
void |
thereExistsValueDate(short operator,
Date[] filterValues)
|
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter |
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
forAllPosition
void forAllPosition(short operator,
DepotPosition[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsPosition
void thereExistsPosition(short operator,
DepotPosition[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllPosition
void forAllPosition(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsPosition
void thereExistsPosition(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllPositionName
void forAllPositionName(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsPositionName
void thereExistsPositionName(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllPositionName
void forAllPositionName(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsPositionName
void thereExistsPositionName(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByPositionName
void orderByPositionName(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
forAllValueDate
void forAllValueDate(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValueDate
void thereExistsValueDate(short operator,
Date[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllValueDate
void forAllValueDate(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsValueDate
void thereExistsValueDate(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByValueDate
void orderByValueDate(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.