| Package | Description |
|---|---|
| de.hybris.platform.savedorderforms.model |
Contains generated models for each type of de.hybris.platform.savedorderforms.jalo package.
|
| de.hybris.platform.savedorderforms.resource |
| Modifier and Type | Method and Description |
|---|---|
List<OrderFormEntryModel> |
OrderFormModel.getEntries()
Generated method - Getter of the
OrderForm.entries attribute defined at extension savedorderforms. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderFormModel.setEntries(List<OrderFormEntryModel> value)
Generated method - Setter of
OrderForm.entries attribute defined at extension savedorderforms. |
| Constructor and Description |
|---|
OrderFormModel(String _code,
CurrencyModel _currency,
List<OrderFormEntryModel> _entries,
ItemModel _owner,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OrderFormModel(String _code,
CurrencyModel _currency,
List<OrderFormEntryModel> _entries,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
OrderFormEntryModel |
OrderFormEntryResource.getOrderFormEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected OrderFormEntryModel |
OrderFormEntryResource.readResource(String resourceId)
Gets the
OrderFormEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<OrderFormEntryModel> |
OrderFormEntriesResource.getOrderFormEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderFormEntryResource.setOrderFormEntryModel(OrderFormEntryModel value)
Convenience method which just delegates to
#setResourceValue(OrderFormEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderFormEntriesResource.setOrderFormEntriesCollection(Collection<OrderFormEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.