| Package | Description |
|---|---|
| de.hybris.platform.paymentstandard.model |
Contains generated models for each type of de.hybris.platform.paymentstandard.jalo package.
|
| de.hybris.platform.paymentstandard.resource |
| Modifier and Type | Method and Description |
|---|---|
StandardPaymentModeModel |
StandardPaymentModeValueModel.getPaymentMode()
Generated method - Getter of the
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPaymentModeValueModel.setPaymentMode(StandardPaymentModeModel value)
Generated method - Initial setter of
StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. |
| Constructor and Description |
|---|
StandardPaymentModeValueModel(CurrencyModel _currency,
ItemModel _owner,
StandardPaymentModeModel _paymentMode,
java.lang.Double _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StandardPaymentModeValueModel(CurrencyModel _currency,
StandardPaymentModeModel _paymentMode,
java.lang.Double _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
StandardPaymentModeModel |
StandardPaymentModeResource.getStandardPaymentModeModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected StandardPaymentModeModel |
StandardPaymentModeResource.readResource(java.lang.String resourceId)
Gets the
StandardPaymentModeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StandardPaymentModeModel> |
StandardPaymentModesResource.getStandardPaymentModesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPaymentModeResource.setStandardPaymentModeModel(StandardPaymentModeModel value)
Convenience method which just delegates to
#setResourceValue(StandardPaymentModeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPaymentModesResource.setStandardPaymentModesCollection(java.util.Collection<StandardPaymentModeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.