| Package | Description |
|---|---|
| de.hybris.platform.europe1.jalo | |
| de.hybris.platform.jalo.order | |
| de.hybris.platform.servicelayer.internal.jalo | |
| de.hybris.platform.voucher.jalo |
| Modifier and Type | Method and Description |
|---|---|
Discount |
GeneratedAbstractDiscountRow.getDiscount()
Generated method - Getter of the
AbstractDiscountRow.discount attribute. |
Discount |
GeneratedAbstractDiscountRow.getDiscount(SessionContext ctx)
Generated method - Getter of the
AbstractDiscountRow.discount attribute. |
| Modifier and Type | Method and Description |
|---|---|
DiscountRow |
Europe1PriceFactory.createDiscountRow(Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Currency currency,
Double value,
DateRange dateRange,
Discount discount)
Creates a new DiscountRow.
|
DiscountRow |
Europe1PriceFactory.createDiscountRow(SessionContext ctx,
Product product,
EnumerationValue productPriceGroup,
User user,
EnumerationValue userPriceGroup,
Currency currency,
Double value,
DateRange dateRange,
Discount discount)
Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a
specific SessionContext.
|
GlobalDiscountRow |
Europe1PriceFactory.createGlobalDiscountRow(SessionContext ctx,
User user,
EnumerationValue userPriceGroup,
Currency currency,
Double value,
DateRange dateRange,
Discount discount)
Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific
SessionContext.
|
GlobalDiscountRow |
Europe1PriceFactory.createGlobalDiscountRow(User user,
EnumerationValue userPriceGroup,
Currency currency,
Double value,
DateRange dateRange,
Discount discount)
Creates a new global DiscountRow.
|
protected void |
Europe1PriceFactory.removeRowsFor(SessionContext ctx,
Discount discount) |
protected void |
GeneratedAbstractDiscountRow.setDiscount(Discount value)
Generated method - Setter of the
AbstractDiscountRow.discount attribute. |
protected void |
AbstractDiscountRow.setDiscount(SessionContext ctx,
Discount value) |
protected void |
GeneratedAbstractDiscountRow.setDiscount(SessionContext ctx,
Discount value)
Generated method - Setter of the
AbstractDiscountRow.discount attribute. |
| Modifier and Type | Method and Description |
|---|---|
Discount |
OrderManager.createDiscount(String code)
Deprecated.
Use ModelService to create Discounts and standard setters to provide attribute values.
|
Discount |
OrderManager.getDiscountByCode(String code)
Deprecated.
Use DiscountService.getDiscountForCode(String).
|
| Modifier and Type | Method and Description |
|---|---|
List<Discount> |
GeneratedAbstractOrder.getDiscounts()
Generated method - Getter of the
AbstractOrder.discounts attribute. |
List<Discount> |
GeneratedAbstractOrder.getDiscounts(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discounts attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrder.addDiscount(Discount discount)
Deprecated.
|
void |
GeneratedAbstractOrder.addToDiscounts(Discount value)
Generated method - Adds
value to discounts. |
void |
GeneratedAbstractOrder.addToDiscounts(SessionContext ctx,
Discount value)
Generated method - Adds
value to discounts. |
DiscountValue |
OrderManager.createDiscountValue(String code,
String description,
double value,
int priority,
boolean absolute,
Discount discount)
Deprecated.
just instantiate
DiscountValue |
void |
AbstractOrder.removeDiscount(Discount discount)
Deprecated.
|
void |
GeneratedAbstractOrder.removeFromDiscounts(Discount value)
Generated method - Removes
value from discounts. |
void |
GeneratedAbstractOrder.removeFromDiscounts(SessionContext ctx,
Discount value)
Generated method - Removes
value from discounts. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractOrder.setDiscounts(List<Discount> value)
Generated method - Setter of the
AbstractOrder.discounts attribute. |
void |
GeneratedAbstractOrder.setDiscounts(SessionContext ctx,
List<Discount> value)
Generated method - Setter of the
AbstractOrder.discounts attribute. |
| Modifier and Type | Method and Description |
|---|---|
Discount |
GeneratedServicelayerManager.createDiscount(Map attributeValues) |
Discount |
GeneratedServicelayerManager.createDiscount(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedPromotionVoucher
Generated class for type
PromotionVoucher. |
class |
GeneratedSerialVoucher
Generated class for type
SerialVoucher. |
class |
GeneratedVoucher
Generated class for type
Voucher. |
class |
PromotionVoucher
A promotion voucher can be redeemed once or more times up to a user-defined limit.
|
class |
SerialVoucher
A serial voucher provides a set of unique (system-generated) voucher codes (ID) that could be delivered to
customers, employees or something to enable them to redeem the voucher in an order.
|
class |
Voucher
The vouchers are redeemed on the total value of an order.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Voucher.createAndStoreKey(SessionContext ctx,
Discount item) |
Copyright © 2017 SAP SE. All Rights Reserved.