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 VoucherEntrySet
VoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)
Returns all positions or parts of positions of the specified abstract order that are eligible for this voucher.VoucherEntrySet
VoucherRestrictionService. 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 VoucherEntrySet
DefaultVoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)
VoucherEntrySet
DefaultVoucherRestrictionService. 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 VoucherEntrySet
ProductCategoryRestriction. getApplicableEntries(AbstractOrder anOrder)
VoucherEntrySet
ProductQuantityRestriction. getApplicableEntries(AbstractOrder anOrder)
VoucherEntrySet
ProductRestriction. getApplicableEntries(AbstractOrder anOrder)
VoucherEntrySet
Restriction. getApplicableEntries(AbstractOrder anOrder)
VoucherEntrySet
Voucher. getApplicableEntries(AbstractOrder anOrder)
Returns all positions or parts of positions of the specified abstract order that are eligible for this voucher.
-