Uses of Class
de.hybris.platform.voucher.jalo.util.VoucherEntrySet
-
Packages that use VoucherEntrySet Package Description de.hybris.platform.voucher de.hybris.platform.voucher.impl de.hybris.platform.voucher.jalo -
-
Uses of VoucherEntrySet in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that return VoucherEntrySet Modifier and Type Method Description VoucherEntrySetVoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)Returns all positions or parts of positions of the specified abstract order that are eligible for this voucher.VoucherEntrySetVoucherRestrictionService. getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order) -
Uses of VoucherEntrySet in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return VoucherEntrySet Modifier and Type Method Description VoucherEntrySetDefaultVoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)VoucherEntrySetDefaultVoucherRestrictionService. getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order) -
Uses of VoucherEntrySet in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return VoucherEntrySet Modifier and Type Method Description VoucherEntrySetProductCategoryRestriction. getApplicableEntries(AbstractOrder anOrder)VoucherEntrySetProductQuantityRestriction. getApplicableEntries(AbstractOrder anOrder)VoucherEntrySetProductRestriction. getApplicableEntries(AbstractOrder anOrder)VoucherEntrySetRestriction. getApplicableEntries(AbstractOrder anOrder)VoucherEntrySetVoucher. getApplicableEntries(AbstractOrder anOrder)Returns all positions or parts of positions of the specified abstract order that are eligible for this voucher.
-