| Package | Description |
|---|---|
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| de.hybris.platform.core.model.order.delivery |
Contains generated models for each type of de.hybris.platform.jalo.order.delivery package.
|
| de.hybris.platform.core.resource.order.payment | |
| de.hybris.platform.paymentstandard.model |
Contains generated models for each type of de.hybris.platform.paymentstandard.jalo package.
|
| de.hybris.platform.ruleengineservices.converters.populator | |
| de.hybris.platform.ruleengineservices.ruleengine.impl | |
| de.hybris.platform.sap.sapmodel.model |
Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentModeModel |
AbstractOrderModel.getPaymentMode()
Generated method - Getter of the
AbstractOrder.paymentMode attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setPaymentMode(PaymentModeModel value)
Generated method - Setter of
AbstractOrder.paymentMode attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PaymentModeModel> |
DeliveryModeModel.getSupportedPaymentModes()
Generated method - Getter of the
DeliveryMode.supportedPaymentModes attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryModeModel.setSupportedPaymentModes(Collection<PaymentModeModel> value)
Generated method - Setter of
DeliveryMode.supportedPaymentModes attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
PaymentModeModel |
PaymentModeResource.getPaymentModeModel()
Convenience method which just delegates to
#getResourceValue() |
protected PaymentModeModel |
PaymentModeResource.readResource(String resourceId)
Gets the
PaymentModeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PaymentModeModel> |
PaymentModesResource.getPaymentModesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentModeResource.setPaymentModeModel(PaymentModeModel value)
Convenience method which just delegates to
#setResourceValue(PaymentModeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentModesResource.setPaymentModesCollection(Collection<PaymentModeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPaymentModeModel
Generated model class for type StandardPaymentMode first defined at extension paymentstandard.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PaymentModeModel,PaymentModeRAO> |
AbstractOrderRaoPopulator.getPaymentModeConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentModeRaoPopulator.populate(PaymentModeModel source,
PaymentModeRAO target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderRaoPopulator.setPaymentModeConverter(Converter<PaymentModeModel,PaymentModeRAO> paymentModeConverter) |
| Modifier and Type | Method and Description |
|---|---|
PaymentModeModel |
CartTestContextBuilder.getPaymentModeModel() |
| Modifier and Type | Method and Description |
|---|---|
PaymentModeModel |
SAPPaymentModeModel.getPaymentMode()
Generated method - Getter of the
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPPaymentModeModel.setPaymentMode(PaymentModeModel value)
Generated method - Setter of
SAPPaymentMode.paymentMode attribute defined at extension sapmodel. |
| Constructor and Description |
|---|
SAPPaymentModeModel(ItemModel _owner,
PaymentModeModel _paymentMode,
String _paymentName,
String _paymentValue,
SAPConfigurationModel _sapConfiguration)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPPaymentModeModel(PaymentModeModel _paymentMode,
String _paymentName,
String _paymentValue)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.