| Package | Description |
|---|---|
| com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues | |
| 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.labelproviders |
| Modifier and Type | Method and Description |
|---|---|
List<SavedValuesModel> |
DefaultItemModificationHistoryService.getSavedValues(ItemModel item) |
List<SavedValuesModel> |
ItemModificationHistoryService.getSavedValues(ItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
SavedValuesModel |
SavedValueEntryModel.getParent()
Generated method - Getter of the
SavedValueEntry.parent attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedValueEntryModel.setParent(SavedValuesModel value)
Generated method - Initial setter of
SavedValueEntry.parent attribute defined at extension core. |
| Constructor and Description |
|---|
SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor,
String _modifiedAttribute,
ItemModel _owner,
SavedValuesModel _parent)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor,
String _modifiedAttribute,
SavedValuesModel _parent)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SavedValuesModel |
SavedValuesResource.getSavedValuesModel()
Convenience method which just delegates to
#getResourceValue() |
protected SavedValuesModel |
SavedValuesResource.readResource(String resourceId)
Gets the
SavedValuesModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SavedValuesModel> |
SavedValuesesResource.getSavedValuesesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedValuesResource.setSavedValuesModel(SavedValuesModel value)
Convenience method which just delegates to
#setResourceValue(SavedValuesModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedValuesesResource.setSavedValuesesCollection(Collection<SavedValuesModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
SavedValuesLabelProvider.getDescription(SavedValuesModel savedValues) |
String |
SavedValuesLabelProvider.getIconPath(SavedValuesModel savedValues) |
String |
SavedValuesLabelProvider.getLabel(SavedValuesModel savedValues) |
Copyright © 2017 SAP SE. All Rights Reserved.