Uses of Class
de.hybris.platform.ruleengineservices.rao.DiscountValueRAO
-
Packages that use DiscountValueRAO Package Description de.hybris.platform.ruleengineservices.converters.populator de.hybris.platform.ruleengineservices.rao -
-
Uses of DiscountValueRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type DiscountValueRAO Modifier and Type Method Description protected Converter<DiscountModel,DiscountValueRAO>AbstractOrderRaoPopulator. getDiscountConverter()protected Converter<DiscountValue,DiscountValueRAO>OrderEntryRaoPopulator. getDiscountValueConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type DiscountValueRAO Modifier and Type Method Description voidDiscountValueRaoFromDiscountValuePopulator. populate(DiscountValue source, DiscountValueRAO target)voidDiscountValueRaoPopulator. populate(DiscountModel source, DiscountValueRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type DiscountValueRAO Modifier and Type Method Description voidAbstractOrderRaoPopulator. setDiscountConverter(Converter<DiscountModel,DiscountValueRAO> discountConverter)voidOrderEntryRaoPopulator. setDiscountValueConverter(Converter<DiscountValue,DiscountValueRAO> discountValueConverter) -
Uses of DiscountValueRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return types with arguments of type DiscountValueRAO Modifier and Type Method Description java.util.List<DiscountValueRAO>AbstractOrderRAO. getDiscountValues()java.util.List<DiscountValueRAO>OrderEntryRAO. getDiscountValues()Method parameters in de.hybris.platform.ruleengineservices.rao with type arguments of type DiscountValueRAO Modifier and Type Method Description voidAbstractOrderRAO. setDiscountValues(java.util.List<DiscountValueRAO> discountValues)voidOrderEntryRAO. setDiscountValues(java.util.List<DiscountValueRAO> discountValues)
-