| Package | Description |
|---|---|
| de.hybris.platform.paymentstandard.jalo |
| Modifier and Type | Method and Description |
|---|---|
StandardPaymentMode |
GeneratedStandardPaymentModeManager.createStandardPaymentMode(Map attributeValues) |
StandardPaymentMode |
GeneratedStandardPaymentModeManager.createStandardPaymentMode(SessionContext ctx,
Map attributeValues) |
StandardPaymentMode |
GeneratedStandardPaymentModeValue.getPaymentMode()
Generated method - Getter of the
StandardPaymentModeValue.paymentMode attribute. |
StandardPaymentMode |
GeneratedStandardPaymentModeValue.getPaymentMode(SessionContext ctx)
Generated method - Getter of the
StandardPaymentModeValue.paymentMode attribute. |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
StandardPaymentModeManager.getCost(SessionContext ctx,
StandardPaymentMode mode,
AbstractOrder order)
Deprecated.
use
PaymentMode.getCost(AbstractOrder) directly |
Map |
StandardPaymentModeManager.getValues(StandardPaymentMode mode)
Deprecated.
use
getValues() directly |
boolean |
StandardPaymentModeManager.isNet(StandardPaymentMode mode)
Deprecated.
use
GeneratedStandardPaymentMode.isNetAsPrimitive() directly |
boolean |
StandardPaymentModeManager.removeCost(StandardPaymentMode mode,
Currency curr)
Deprecated.
use
removeCost(Currency) directly |
StandardPaymentModeValue |
StandardPaymentModeManager.setCost(StandardPaymentMode mode,
Currency curr,
double value)
Deprecated.
use
setCost(Currency, double) directly |
void |
StandardPaymentModeManager.setNet(StandardPaymentMode mode,
boolean net)
Deprecated.
use
GeneratedStandardPaymentMode.setNet(boolean) directly |
protected void |
StandardPaymentModeValue.setPaymentMode(SessionContext ctx,
StandardPaymentMode value) |
protected void |
GeneratedStandardPaymentModeValue.setPaymentMode(SessionContext ctx,
StandardPaymentMode value)
Generated method - Setter of the
StandardPaymentModeValue.paymentMode attribute. |
protected void |
GeneratedStandardPaymentModeValue.setPaymentMode(StandardPaymentMode value)
Generated method - Setter of the
StandardPaymentModeValue.paymentMode attribute. |
void |
StandardPaymentModeManager.setValues(StandardPaymentMode mode,
Map values)
Deprecated.
use
setValues(Map) directly |
Copyright © 2017 SAP SE. All Rights Reserved.