Uses of Class
de.hybris.platform.jalo.order.price.Discount
Packages that use Discount
Package
Description
-
Uses of Discount in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return DiscountModifier and TypeMethodDescriptionGeneratedAbstractDiscountRow.getDiscount()Generated method - Getter of theAbstractDiscountRow.discountattribute.GeneratedAbstractDiscountRow.getDiscount(SessionContext ctx) Generated method - Getter of theAbstractDiscountRow.discountattribute.Methods in de.hybris.platform.europe1.jalo with parameters of type DiscountModifier and TypeMethodDescriptionEurope1PriceFactory.createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Creates a new DiscountRow.Europe1PriceFactory.createDiscountRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.Europe1PriceFactory.createGlobalDiscountRow(SessionContext ctx, User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.Europe1PriceFactory.createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, Double value, DateRange dateRange, Discount discount) Creates a new global DiscountRow.protected voidEurope1PriceFactory.removeRowsFor(SessionContext ctx, Discount discount) protected voidAbstractDiscountRow.setDiscount(SessionContext ctx, Discount value) protected voidGeneratedAbstractDiscountRow.setDiscount(Discount value) Generated method - Setter of theAbstractDiscountRow.discountattribute.protected voidGeneratedAbstractDiscountRow.setDiscount(SessionContext ctx, Discount value) Generated method - Setter of theAbstractDiscountRow.discountattribute. -
Uses of Discount in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return DiscountModifier and TypeMethodDescriptionOrderManager.createDiscount(String code) Deprecated.since ages - Use ModelService to create Discounts and standard setters to provide attribute values.OrderManager.getDiscountByCode(String code) Deprecated.since ages - Use DiscountService.getDiscountForCode(String).Methods in de.hybris.platform.jalo.order that return types with arguments of type DiscountModifier and TypeMethodDescriptionGeneratedAbstractOrder.getDiscounts()Generated method - Getter of theAbstractOrder.discountsattribute.GeneratedAbstractOrder.getDiscounts(SessionContext ctx) Generated method - Getter of theAbstractOrder.discountsattribute.Methods in de.hybris.platform.jalo.order with parameters of type DiscountModifier and TypeMethodDescriptionvoidAbstractOrder.addDiscount(Discount discount) Deprecated.since ages - useGeneratedAbstractOrder.addToDiscounts(Discount)voidGeneratedAbstractOrder.addToDiscounts(Discount value) Generated method - Addsvalueto discounts.voidGeneratedAbstractOrder.addToDiscounts(SessionContext ctx, Discount value) Generated method - Addsvalueto discounts.OrderManager.createDiscountValue(String code, String description, double value, int priority, boolean absolute, Discount discount) Deprecated.since ages - just instantiateDiscountValuevoidAbstractOrder.removeDiscount(Discount discount) Deprecated.since ages - useGeneratedAbstractOrder.removeFromDiscounts(Discount)voidGeneratedAbstractOrder.removeFromDiscounts(Discount value) Generated method - Removesvaluefrom discounts.voidGeneratedAbstractOrder.removeFromDiscounts(SessionContext ctx, Discount value) Generated method - Removesvaluefrom discounts.Method parameters in de.hybris.platform.jalo.order with type arguments of type DiscountModifier and TypeMethodDescriptionvoidGeneratedAbstractOrder.setDiscounts(SessionContext ctx, List<Discount> value) Generated method - Setter of theAbstractOrder.discountsattribute.voidGeneratedAbstractOrder.setDiscounts(List<Discount> value) Generated method - Setter of theAbstractOrder.discountsattribute. -
Uses of Discount in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return DiscountModifier and TypeMethodDescriptionGeneratedServicelayerManager.createDiscount(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createDiscount(Map attributeValues) -
Uses of Discount in de.hybris.platform.voucher.jalo
Subclasses of Discount in de.hybris.platform.voucher.jaloModifier and TypeClassDescriptionclassGenerated class for typePromotionVoucher.classGenerated class for typeSerialVoucher.classGenerated class for typeVoucher.classA promotion voucher can be redeemed once or more times up to a user-defined limit.classA serial voucher provides a set of unique (system-generated) voucher codes (ID) that could be delivered to customers, employees or something to enable them to redeem the voucher in an order.classThe vouchers are redeemed on the total value of an order.Methods in de.hybris.platform.voucher.jalo with parameters of type DiscountModifier and TypeMethodDescriptionprotected voidVoucher.createAndStoreKey(SessionContext ctx, Discount item)