| Package | Description |
|---|---|
| de.hybris.platform.europe1.constants | |
| de.hybris.platform.europe1.jalo |
| Modifier and Type | Method and Description |
|---|---|
static DiscountValue |
Europe1Tools.createDiscountValue(AbstractDiscountRow discountRow)
Deprecated.
since 6.2.0 - use
DiscountValueConverter.discountToValue(AbstractDiscountRowModel) instead |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
Europe1Tools.createDiscountValueList(java.util.List<AbstractDiscountRow> discountRows)
Deprecated.
since 6.1.0 - use
DiscountValueConverter.discountsToValues(java.util.List) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscountRow
DiscountRow defines discount rules in the Europe1 Price Factory.
|
class |
GeneratedDiscountRow
Generated class for type
DiscountRow. |
class |
GeneratedGlobalDiscountRow
Generated class for type
GlobalDiscountRow. |
class |
GlobalDiscountRow
GlobalDiscountRow defines discount rules in the Europe1 Price Factory.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDiscountRow |
Europe1DiscountInformation.getDiscountRow() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<? extends AbstractDiscountRow> |
Europe1PriceFactory.filterDiscountRows4Price(java.util.Collection<? extends AbstractDiscountRow> rows,
java.util.Date date)
Filters discount rows which do not match the given parameters.
|
protected java.util.Collection<? extends AbstractDiscountRow> |
Europe1PriceFactory.queryDiscounts4Price(SessionContext ctx,
Product product,
EnumerationValue productGroup,
User user,
EnumerationValue userGroup)
Runs database query for fetching discount rows for calculating entry and order discount values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Europe1PriceFactory.DiscountRowMatchComparator.compare(AbstractDiscountRow row1,
AbstractDiscountRow row2) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<? extends AbstractDiscountRow> |
Europe1PriceFactory.filterDiscountRows4Price(java.util.Collection<? extends AbstractDiscountRow> rows,
java.util.Date date)
Filters discount rows which do not match the given parameters.
|
| Constructor and Description |
|---|
Europe1DiscountInformation(AbstractDiscountRow discountRow) |
Copyright © 2018 SAP SE. All Rights Reserved.