Uses of Class
de.hybris.platform.europe1.model.AbstractDiscountRowModel
Packages that use AbstractDiscountRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
-
Uses of AbstractDiscountRowModel in de.hybris.platform.europe1.model
Subclasses of AbstractDiscountRowModel in de.hybris.platform.europe1.modelModifier and TypeClassDescriptionclassGenerated model class for type DiscountRow first defined at extension europe1.classGenerated model class for type GlobalDiscountRow first defined at extension europe1. -
Uses of AbstractDiscountRowModel in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl that return types with arguments of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDefaultDiscountRowMatchComparatorProvider.comparator(DiscountValueInfoCriteria criteria) Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type AbstractDiscountRowModelModifier and TypeMethodDescriptionintDefaultDiscountRowMatchComparatorProvider.DiscountRowMatchComparator.compare(AbstractDiscountRowModel row1, AbstractDiscountRowModel row2) -
Uses of AbstractDiscountRowModel in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl with parameters of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDefaultDiscountInfoConverter.convert(AbstractDiscountRowModel abstractDiscountRowModel, DiscountValueInfoCriteria criteria) DefaultDiscountValueConverter.convert(AbstractDiscountRowModel abstractDiscountRowModel, DiscountValueInfoCriteria criteria) -
Uses of AbstractDiscountRowModel in de.hybris.platform.order.strategies.calculation.pdt.filter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.filter.impl that return types with arguments of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDefaultDiscountRowFilter.filter(Collection<AbstractDiscountRowModel> collection, DiscountValueInfoCriteria criteria) Method parameters in de.hybris.platform.order.strategies.calculation.pdt.filter.impl with type arguments of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDefaultDiscountRowFilter.filter(Collection<AbstractDiscountRowModel> collection, DiscountValueInfoCriteria criteria) -
Uses of AbstractDiscountRowModel in de.hybris.platform.servicelayer
Methods in de.hybris.platform.servicelayer with parameters of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDiscountValueConverter.discountToValue(AbstractDiscountRowModel discountRow) Method parameters in de.hybris.platform.servicelayer with type arguments of type AbstractDiscountRowModelModifier and TypeMethodDescriptionDiscountValueConverter.discountsToValues(List<AbstractDiscountRowModel> discountRows) -
Uses of AbstractDiscountRowModel in de.hybris.platform.servicelayer.model.attribute
Methods in de.hybris.platform.servicelayer.model.attribute with parameters of type AbstractDiscountRowModelModifier and TypeMethodDescriptionAbstractDiscountRowAbsoluteHandler.get(AbstractDiscountRowModel model) DiscountStringHandler.get(AbstractDiscountRowModel model) voidAbstractDiscountRowAbsoluteHandler.set(AbstractDiscountRowModel model, Boolean aBoolean) voidDiscountStringHandler.set(AbstractDiscountRowModel model, String aBoolean)