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.order
Methods in de.hybris.platform.order that return DiscountModelModifier and TypeMethodDescriptionDiscountService.getDiscountForCode(String code) Gets theDiscountModelwith the specified code.Methods in de.hybris.platform.order that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionDiscountService.getDiscountsForCode(String matchedCode) Gets allDiscountModels which match the specified code.DiscountService.getDiscountsForCurrency(CurrencyModel currency) Gets allDiscountModels which match the specified currency.Methods in de.hybris.platform.order with parameters of type DiscountModelModifier and TypeMethodDescriptionprotected DiscountRowModelEurope1TargetPriceDiscountsTest.createAbsoluteDiscountRow(ProductDiscountGroup group, DiscountModel discount, String value) protected DiscountRowModelEurope1TargetPriceDiscountsTest.createRelativeDiscountRow(ProductDiscountGroup group, DiscountModel discount, int percent) protected DiscountRowModelEurope1TargetPriceDiscountsTest.createTargetPriceDiscountRow(ProductDiscountGroup group, DiscountModel discount, String price) -
Uses of DiscountModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionDiscountDao.findDiscountsByCode(String code) Finds theDiscountModelwith the specified code.DiscountDao.findDiscountsByCurrencyIsoCode(String currencyIsoCode) Finds allDiscountModels which match the specified currency.DiscountDao.findDiscountsByMatchedCode(String matchedCode) Finds allDiscountModels which match the specified code. -
Uses of DiscountModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionDefaultDiscountDao.findDiscountsByCode(String code) DefaultDiscountDao.findDiscountsByCurrencyIsoCode(String currencyIsoCode) DefaultDiscountDao.findDiscountsByMatchedCode(String matchedCode) -
Uses of DiscountModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return DiscountModelMethods in de.hybris.platform.order.impl that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionDefaultDiscountService.getDiscountsForCode(String matchedCode) DefaultDiscountService.getDiscountsForCurrency(CurrencyModel currency) -
Uses of DiscountModel in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl with parameters of type DiscountModelModifier and TypeMethodDescriptionprotected DiscountValueFindOrderDiscountValuesStrategy.getDiscountValue(DiscountModel discount, AbstractOrderModel order) -
Uses of DiscountModel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer with parameters of type DiscountModelModifier and TypeMethodDescriptionprotected DiscountValueDefaultSLFindOrderDiscountValuesStrategy.getDiscountValue(DiscountModel discount) -
Uses of DiscountModel in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl with parameters of type DiscountModelModifier and TypeMethodDescriptionprotected booleanDefaultPromotionsService.isDiscountAbsolute(DiscountModel discount) -
Uses of DiscountModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionprotected Converter<DiscountModel,DiscountValueRAO> AbstractOrderRaoPopulator.getDiscountConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type DiscountModelModifier and TypeMethodDescriptionvoidDiscountValueRaoPopulator.populate(DiscountModel source, DiscountValueRAO target) Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type DiscountModelModifier and TypeMethodDescriptionvoidAbstractOrderRaoPopulator.setDiscountConverter(Converter<DiscountModel, DiscountValueRAO> discountConverter) -
Uses of DiscountModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type DiscountModelMethod parameters in de.hybris.platform.ruleengineservices.ruleengine.impl with type arguments of type DiscountModelModifier and TypeMethodDescriptionCartTestContextBuilder.withDiscounts(List<DiscountModel> discounts) -
Uses of DiscountModel in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionVoucherService.getAppliedVouchers(AbstractOrderModel order) Given the order get a list of applied vouchers -
Uses of DiscountModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return types with arguments of type DiscountModelModifier and TypeMethodDescriptionDefaultVoucherService.getAppliedVouchers(AbstractOrderModel order) -
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.