public interface AccountTypeService extends CRUDService<AccountTypeDTO,AccountTypeData,AccountTypeNature>
| Modifier and Type | Method and Description |
|---|---|
Page<AccountTypeWithCurrencyVO> |
search(AccountTypeQuery query)
Searches for account types, according to the specified query parameters
|
getData, getDataForNew, load, remove, removeAll, savePage<AccountTypeWithCurrencyVO> search(AccountTypeQuery query) throws FrameworkException
FrameworkException