Package org.cyclos.impl.banking
Interface TransferFilterServiceLocal
-
- All Superinterfaces:
CRUDService<TransferFilterDTO,TransferFilterData,AccountTypeVO>,CRUDServiceLocal<TransferFilter,TransferFilterDTO,TransferFilterData,AccountTypeVO>,Service,TransferFilterService
public interface TransferFilterServiceLocal extends TransferFilterService, CRUDServiceLocal<TransferFilter,TransferFilterDTO,TransferFilterData,AccountTypeVO>
Local interface forTransferFilterService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Page<T>search(Class<T> resultType, TransferFilterQuery query)Searches for transfer filters, according to the given query returning a page of the specified type.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.banking.TransferFilterService
list, search
-
-
-
-
Method Detail
-
search
<T> Page<T> search(Class<T> resultType, TransferFilterQuery query)
Searches for transfer filters, according to the given query returning a page of the specified type.
-
-