public interface VoucherTypeServiceLocal extends VoucherTypeService, CRUDServiceLocal<VoucherType,VoucherTypeDTO,VoucherTypeData,ConfigurationVO>
VoucherTypeService| Modifier and Type | Method and Description |
|---|---|
java.util.List<VoucherType> |
listEnabledByConfiguration(java.util.Collection<VoucherConfiguration> configurations,
java.lang.Boolean allowBuying)
Returns the voucher types that are enabled and are in the given configurations, optionally filtering by allow
buying
|
getListData, listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savejava.util.List<VoucherType> listEnabledByConfiguration(java.util.Collection<VoucherConfiguration> configurations, java.lang.Boolean allowBuying)