Package org.cyclos.services.banking
Interface AccountFeeService
-
- All Superinterfaces:
CRUDService<AccountFeeDTO,AccountFeeData,AccountTypeVO>,Service
- All Known Subinterfaces:
AccountFeeServiceLocal
public interface AccountFeeService extends CRUDService<AccountFeeDTO,AccountFeeData,AccountTypeVO>
Service interface for account fees
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page<AccountFeeVO>search(@NotNull AccountFeeQuery query)Searches for account fees-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
search
Page<AccountFeeVO> search(@NotNull @NotNull AccountFeeQuery query) throws FrameworkException
Searches for account fees- Throws:
FrameworkException
-
-