public interface TransferFilterService extends CRUDService<TransferFilterDTO,TransferFilterData,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransferFilterWithAccountTypeVO> |
list(java.lang.Long fromAccountTypeId,
java.lang.Long toAccountTypeId)
Returns the transfer filters from the given source account type to the given destination account type
|
Page<TransferFilterVO> |
search(TransferFilterQuery query)
Searches for transfer filters, according to the given query
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<TransferFilterWithAccountTypeVO> list(java.lang.Long fromAccountTypeId, java.lang.Long toAccountTypeId) throws FrameworkException
FrameworkExceptionPage<TransferFilterVO> search(TransferFilterQuery query) throws FrameworkException
FrameworkException