Package org.cyclos.services.banking
Interface TransferTypeService
-
- All Superinterfaces:
CRUDService<TransferTypeDTO,TransferTypeData,TransferTypeDataParams>,Service
- All Known Subinterfaces:
TransferTypeServiceLocal
public interface TransferTypeService extends CRUDService<TransferTypeDTO,TransferTypeData,TransferTypeDataParams>
Service interface for transfer types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page<TransferTypeVO>search(@NotNull TransferTypeQuery query)Searches for transfer types, according to the specified query parameters-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
search
Page<TransferTypeVO> search(@NotNull @NotNull TransferTypeQuery query) throws FrameworkException
Searches for transfer types, according to the specified query parameters- Throws:
FrameworkException
-
-