public interface VoucherConfigurationServiceLocal extends VoucherConfigurationService, CRUDServiceLocal<VoucherConfiguration,VoucherConfigurationDTO,VoucherConfigurationData,CurrencyVO>
VoucherConfigurationService| Modifier and Type | Method and Description |
|---|---|
java.util.List<VoucherConfiguration> |
listAll()
Returns a list with all voucher configurations
|
java.util.List<VoucherConfiguration> |
listEnabled(User user)
Returns a list the voucher configurations which are enabled for the given user
|
java.util.List<VoucherConfiguration> |
listVisible()
Returns a list the voucher configurations visible to the logged user
|
getListData, listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.util.List<VoucherConfiguration> listAll()
java.util.List<VoucherConfiguration> listEnabled(User user)
java.util.List<VoucherConfiguration> listVisible()