Uses of Class
de.hybris.platform.voucher.model.PromotionVoucherModel
-
Packages that use PromotionVoucherModel Package Description de.hybris.platform.voucher de.hybris.platform.voucher.impl de.hybris.platform.voucher.jalo -
-
Uses of PromotionVoucherModel in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that return types with arguments of type PromotionVoucherModel Modifier and Type Method Description java.util.Collection<PromotionVoucherModel>VoucherService. getPromotionVouchers(java.lang.String voucherCode)given the voucher code get a collection of related promotion vouchers -
Uses of PromotionVoucherModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return types with arguments of type PromotionVoucherModel Modifier and Type Method Description java.util.Collection<PromotionVoucherModel>DefaultVoucherService. getPromotionVouchers(java.lang.String voucherCode) -
Uses of PromotionVoucherModel in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return PromotionVoucherModel Modifier and Type Method Description protected PromotionVoucherModelAbstractVoucherTest. getPromotionVoucher()Methods in de.hybris.platform.voucher.jalo with parameters of type PromotionVoucherModel Modifier and Type Method Description protected voidAbstractVoucherTest. setPromotionVoucher(PromotionVoucherModel promotionVoucher)
-