| Package | Description |
|---|---|
| de.hybris.platform.ruleengineservices.converters.populator | |
| de.hybris.platform.ruleengineservices.rao |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<DiscountModel,DiscountValueRAO> |
AbstractOrderRaoPopulator.getDiscountConverter() |
protected Converter<DiscountValue,DiscountValueRAO> |
OrderEntryRaoPopulator.getDiscountValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscountValueRaoPopulator.populate(DiscountModel source,
DiscountValueRAO target) |
void |
DiscountValueRaoFromDiscountValuePopulator.populate(DiscountValue source,
DiscountValueRAO target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderRaoPopulator.setDiscountConverter(Converter<DiscountModel,DiscountValueRAO> discountConverter) |
void |
OrderEntryRaoPopulator.setDiscountValueConverter(Converter<DiscountValue,DiscountValueRAO> discountValueConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValueRAO> |
AbstractOrderRAO.getDiscountValues() |
java.util.List<DiscountValueRAO> |
OrderEntryRAO.getDiscountValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderRAO.setDiscountValues(java.util.List<DiscountValueRAO> discountValues) |
void |
OrderEntryRAO.setDiscountValues(java.util.List<DiscountValueRAO> discountValues) |
Copyright © 2018 SAP SE. All Rights Reserved.