Uses of Interface
de.hybris.platform.voucher.VoucherModelService
-
-
Uses of VoucherModelService in de.hybris.platform.commercefacades.voucher.converters.populator
Methods in de.hybris.platform.commercefacades.voucher.converters.populator that return VoucherModelService Modifier and Type Method Description VoucherModelService
VoucherAppliedValuePopulator. getVoucherModelService()
Methods in de.hybris.platform.commercefacades.voucher.converters.populator with parameters of type VoucherModelService Modifier and Type Method Description void
VoucherAppliedValuePopulator. setVoucherModelService(VoucherModelService voucherModelService)
-
Uses of VoucherModelService in de.hybris.platform.commercefacades.voucher.impl
Methods in de.hybris.platform.commercefacades.voucher.impl that return VoucherModelService Modifier and Type Method Description VoucherModelService
DefaultVoucherFacade. getVoucherModelService()
Methods in de.hybris.platform.commercefacades.voucher.impl with parameters of type VoucherModelService Modifier and Type Method Description void
DefaultVoucherFacade. setVoucherModelService(VoucherModelService voucherModelService)
-
Uses of VoucherModelService in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl that return VoucherModelService Modifier and Type Method Description VoucherModelService
DefaultVoucherRedeemableCartValidationMethodHook. getVoucherModelService()
Methods in de.hybris.platform.commerceservices.order.hook.impl with parameters of type VoucherModelService Modifier and Type Method Description void
DefaultVoucherRedeemableCartValidationMethodHook. setVoucherModelService(VoucherModelService voucherModelService)
-
Uses of VoucherModelService in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets
Methods in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets that return VoucherModelService Modifier and Type Method Description protected VoucherModelService
SerialVoucherCodesGeneratorInset. getVoucherModelService()
protected VoucherModelService
VoucherApplierInset. getVoucherModelService()
protected VoucherModelService
VoucherCodeGeneratorInset. getVoucherModelService()
Methods in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets with parameters of type VoucherModelService Modifier and Type Method Description void
SerialVoucherCodesGeneratorInset. setVoucherModelService(VoucherModelService voucherModelService)
void
VoucherApplierInset. setVoucherModelService(VoucherModelService voucherModelService)
void
VoucherCodeGeneratorInset. setVoucherModelService(VoucherModelService voucherModelService)
-
Uses of VoucherModelService in de.hybris.platform.voucher.impl
Classes in de.hybris.platform.voucher.impl that implement VoucherModelService Modifier and Type Class Description class
DefaultVoucherModelService
-