public interface TransferTypeService extends CRUDService<TransferTypeDTO,TransferTypeData,TransferTypeDataParams>
| Modifier and Type | Method and Description |
|---|---|
Page<TransferTypeVO> |
search(TransferTypeQuery query)
Searches for transfer types, according to the specified query parameters
|
getData, getDataForNew, load, remove, removeAll, savePage<TransferTypeVO> search(TransferTypeQuery query) throws FrameworkException
FrameworkException