| Package | Description |
|---|---|
| de.hybris.platform.hmc.model |
Contains generated models for each type of de.hybris.platform.hmc.jalo package.
|
| de.hybris.platform.hmc.resource | |
| de.hybris.platform.platformbackoffice.renderers |
| Modifier and Type | Method and Description |
|---|---|
Set<SavedValueEntryModel> |
SavedValuesModel.getSavedValuesEntries()
Generated method - Getter of the
SavedValues.savedValuesEntries attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
SavedValueEntryModel |
SavedValueEntryResource.getSavedValueEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected SavedValueEntryModel |
SavedValueEntryResource.readResource(String resourceId)
Gets the
SavedValueEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SavedValueEntryModel> |
SavedValueEntriesResource.getSavedValueEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedValueEntryResource.setSavedValueEntryModel(SavedValueEntryModel value)
Convenience method which just delegates to
#setResourceValue(SavedValueEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedValueEntriesResource.setSavedValueEntriesCollection(Collection<SavedValueEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
SavedValueEntrySectionRenderer.createEditor(WidgetInstanceManager widgetInstanceManager,
SavedValueEntryModel savedValueEntryModel,
String modifiedAttributeName,
String qualifier) |
void |
SavedValueEntrySectionRenderer.render(Component component,
AbstractSection abstractSection,
SavedValueEntryModel savedValueEntryModel,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
Copyright © 2017 SAP SE. All Rights Reserved.