Interface for data processing components that can retrieve a list of data items through the use of a filter.
Description
The IFilteredReader interface is used by data processing components that can retrieve a list of data items through the use of a filter.
Instance methods
getListByFilter
Gets a list of data items using filter parameters.
List
getListByFilter(IContext context, FilterParams filter, SortParams sort) throws ApplicationException
- context: IContext - (optional) a context to trace execution through a call chain.
- filter: FilterParams - (optional) filter parameters
- sort: SortParams - (optional) sort parameters
- returns: List
- list of items