Uses of Class
de.hybris.platform.core.model.order.price.DiscountModel
Packages that use DiscountModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
-
Uses of DiscountModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionAbstractOrderModel.getDiscounts()Generated method - Getter of theAbstractOrder.discountsattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.order with type arguments of type DiscountModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setDiscounts(List<DiscountModel> value) Generated method - Setter ofAbstractOrder.discountsattribute defined at extensioncore. -
Uses of DiscountModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return DiscountModelModifier and TypeMethodDescriptionAbstractDiscountRowModel.getDiscount()Generated method - Getter of theAbstractDiscountRow.discountattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type DiscountModelModifier and TypeMethodDescriptionvoidAbstractDiscountRowModel.setDiscount(DiscountModel value) Generated method - Initial setter ofAbstractDiscountRow.discountattribute defined at extensioneurope1.Constructors in de.hybris.platform.europe1.model with parameters of type DiscountModelModifierConstructorDescriptionAbstractDiscountRowModel(DiscountModel _discount) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDiscountRowModel(DiscountModel _discount) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGlobalDiscountRowModel(DiscountModel _discount) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGlobalDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DiscountModel in de.hybris.platform.voucher.model
Subclasses of DiscountModel in de.hybris.platform.voucher.modelModifier and TypeClassDescriptionclassGenerated model class for type PromotionVoucher first defined at extension voucher.classGenerated model class for type SerialVoucher first defined at extension voucher.classGenerated model class for type Voucher first defined at extension voucher.