public interface CurrencyServiceLocal extends CurrencyService, CRUDServiceLocal<Currency,CurrencyDTO,CurrencyData,java.lang.Void>
CurrencyService| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Currency> |
getCurrencies(java.util.Collection<AccountType> accountTypes)
gets the currencies from a Collection of accountTypes
|
java.util.List<Currency> |
listAccessible(java.util.Collection<? extends BasicGroup> basicGroups)
Returns a list of currencies visible to the given groups
|
java.util.List<Currency> |
listAccessible(User user)
Returns a list of currencies visible to the given user
|
java.util.List<Currency> |
listOnThisNetwork()
Returns a list of currencies exactly on this network - excludes global currencies if on network, or return global
currencies if on global mode
|
listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.util.Set<Currency> getCurrencies(java.util.Collection<AccountType> accountTypes)
java.util.List<Currency> listAccessible(java.util.Collection<? extends BasicGroup> basicGroups)
java.util.List<Currency> listAccessible(User user)
java.util.List<Currency> listOnThisNetwork()