| Package | Description |
|---|---|
| de.hybris.platform.paymentstandard.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<StandardPaymentModeValue> |
GeneratedStandardPaymentMode.PAYMENTMODEVALUESHANDLER
OneToManyHandler for handling 1:n PAYMENTMODEVALUES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
StandardPaymentModeValue |
StandardPaymentMode.addNewDeliveryModeValue(Currency currency,
double value)
Deprecated.
since the method name is plain wrong ;)
|
StandardPaymentModeValue |
StandardPaymentMode.addNewPaymentModeValue(Currency currency,
double value) |
protected StandardPaymentModeValue |
StandardPaymentMode.createPaymentModeValueInternal(Currency currency,
double value) |
StandardPaymentModeValue |
GeneratedStandardPaymentModeManager.createStandardPaymentModeValue(Map attributeValues) |
StandardPaymentModeValue |
GeneratedStandardPaymentModeManager.createStandardPaymentModeValue(SessionContext ctx,
Map attributeValues) |
StandardPaymentModeValue |
StandardPaymentMode.getPaymentModeValue(Currency curr)
Deprecated.
use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel,CurrencyModel )
|
StandardPaymentModeValue |
StandardPaymentModeManager.setCost(StandardPaymentMode mode,
Currency curr,
double value)
Deprecated.
use
StandardPaymentMode.setCost(Currency, double) directly |
| Modifier and Type | Method and Description |
|---|---|
Collection<StandardPaymentModeValue> |
GeneratedStandardPaymentMode.getPaymentModeValues()
Generated method - Getter of the
StandardPaymentMode.paymentModeValues attribute. |
Collection<StandardPaymentModeValue> |
GeneratedStandardPaymentMode.getPaymentModeValues(SessionContext ctx)
Generated method - Getter of the
StandardPaymentMode.paymentModeValues attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStandardPaymentMode.addToPaymentModeValues(SessionContext ctx,
StandardPaymentModeValue value)
Generated method - Adds
value to paymentModeValues. |
void |
GeneratedStandardPaymentMode.addToPaymentModeValues(StandardPaymentModeValue value)
Generated method - Adds
value to paymentModeValues. |
void |
GeneratedStandardPaymentMode.removeFromPaymentModeValues(SessionContext ctx,
StandardPaymentModeValue value)
Generated method - Removes
value from paymentModeValues. |
void |
GeneratedStandardPaymentMode.removeFromPaymentModeValues(StandardPaymentModeValue value)
Generated method - Removes
value from paymentModeValues. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStandardPaymentMode.setPaymentModeValues(Collection<StandardPaymentModeValue> value)
Generated method - Setter of the
StandardPaymentMode.paymentModeValues attribute. |
void |
GeneratedStandardPaymentMode.setPaymentModeValues(SessionContext ctx,
Collection<StandardPaymentModeValue> value)
Generated method - Setter of the
StandardPaymentMode.paymentModeValues attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.