public interface AccountTypeServiceLocal extends AccountTypeService, CRUDServiceLocal<AccountType,AccountTypeDTO,AccountTypeData,AccountTypeNature>
AccountTypeService| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccountType> |
list(InternalAccountOwner accountOwner)
Lists all accounts of the given owner the logged user has access
|
java.util.List<AccountType> |
listAll()
Returns a list of all account types
|
java.util.List<AccountType> |
listAllVisible()
Returns a list of all visible account types, both system and user
|
java.util.List<AccountType> |
listByCurrency(Currency currency)
Returns a list of all account types of the given currency
|
<T> Page<T> |
search(java.lang.Class<T> resultType,
AccountTypeQuery query)
Searches using a custom result type
|
searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.util.List<AccountType> list(InternalAccountOwner accountOwner)
java.util.List<AccountType> listAll()
java.util.List<AccountType> listAllVisible()
java.util.List<AccountType> listByCurrency(Currency currency)
<T> Page<T> search(java.lang.Class<T> resultType, AccountTypeQuery query)