Uses of Class
de.hybris.platform.jalo.order.price.Discount
-
Packages that use Discount Package Description de.hybris.platform.europe1.jalo de.hybris.platform.jalo.order de.hybris.platform.servicelayer.internal.jalo de.hybris.platform.voucher.jalo -
-
Uses of Discount in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return Discount Modifier and Type Method Description DiscountGeneratedAbstractDiscountRow. getDiscount()Generated method - Getter of theAbstractDiscountRow.discountattribute.DiscountGeneratedAbstractDiscountRow. getDiscount(SessionContext ctx)Generated method - Getter of theAbstractDiscountRow.discountattribute.Methods in de.hybris.platform.europe1.jalo with parameters of type Discount Modifier and Type Method Description DiscountRowEurope1PriceFactory. createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Creates a new DiscountRow.DiscountRowEurope1PriceFactory. createDiscountRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(SessionContext ctx, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, java.lang.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 Discount Modifier and Type Method Description DiscountOrderManager. createDiscount(java.lang.String code)Deprecated.since ages - Use ModelService to create Discounts and standard setters to provide attribute values.DiscountOrderManager. getDiscountByCode(java.lang.String code)Deprecated.since ages - Use DiscountService.getDiscountForCode(String).Methods in de.hybris.platform.jalo.order that return types with arguments of type Discount Modifier and Type Method Description java.util.List<Discount>GeneratedAbstractOrder. getDiscounts()Generated method - Getter of theAbstractOrder.discountsattribute.java.util.List<Discount>GeneratedAbstractOrder. getDiscounts(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsattribute.Methods in de.hybris.platform.jalo.order with parameters of type Discount Modifier and Type Method Description voidAbstractOrder. 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.DiscountValueOrderManager. createDiscountValue(java.lang.String code, java.lang.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 Discount Modifier and Type Method Description voidGeneratedAbstractOrder. setDiscounts(SessionContext ctx, java.util.List<Discount> value)Generated method - Setter of theAbstractOrder.discountsattribute.voidGeneratedAbstractOrder. setDiscounts(java.util.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 Discount Modifier and Type Method Description DiscountGeneratedServicelayerManager. createDiscount(SessionContext ctx, java.util.Map attributeValues)DiscountGeneratedServicelayerManager. createDiscount(java.util.Map attributeValues) -
Uses of Discount in de.hybris.platform.voucher.jalo
Subclasses of Discount in de.hybris.platform.voucher.jalo Modifier and Type Class Description classGeneratedPromotionVoucherGenerated class for typePromotionVoucher.classGeneratedSerialVoucherGenerated class for typeSerialVoucher.classGeneratedVoucherGenerated class for typeVoucher.classPromotionVoucherA promotion voucher can be redeemed once or more times up to a user-defined limit.classSerialVoucherA 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.classVoucherThe vouchers are redeemed on the total value of an order.Methods in de.hybris.platform.voucher.jalo with parameters of type Discount Modifier and Type Method Description protected voidVoucher. createAndStoreKey(SessionContext ctx, Discount item)
-