public interface TransferFilterService extends CRUDService<TransferFilterDTO,TransferFilterData,AccountTypeVO>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransferFilterWithAccountTypeVO> |
list(AccountTypeVO fromAccountTypeVO,
AccountTypeVO toAccountTypeVO)
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(AccountTypeVO fromAccountTypeVO, AccountTypeVO toAccountTypeVO) throws FrameworkException
FrameworkExceptionPage<TransferFilterVO> search(TransferFilterQuery query) throws FrameworkException
FrameworkException