public interface AccountFeeServiceLocal extends AccountFeeService, CRUDServiceLocal<AccountFee,AccountFeeDTO,AccountFeeData,AccountTypeVO>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccountFee> |
listScheduledFeesReservingAmount(UserAccount account)
Returns, for the given account, the fees which are scheduled, enabled and set to reserve the amount
|
java.util.List<AccountFee> |
listVisible()
Returns all visible account fees (on all managed account types)
|
java.lang.Integer |
resolveBigDecimalScale(AccountType accountType,
AccountFeeChargeMode chargeMode)
It resolves the scale for the specified account fee's account type and charge mode
|
<T> Page<T> |
search(java.lang.Class<T> returnType,
AccountFeeQuery query)
Searches for account fees returning a page of the specified type.
|
searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.util.List<AccountFee> listScheduledFeesReservingAmount(UserAccount account)
java.util.List<AccountFee> listVisible()
java.lang.Integer resolveBigDecimalScale(AccountType accountType, AccountFeeChargeMode chargeMode)
<T> Page<T> search(java.lang.Class<T> returnType, AccountFeeQuery query)