Uses of Class
de.hybris.platform.hmc.model.SavedValuesModel
-
Packages that use SavedValuesModel 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.platformbackoffice.labelproviders -
-
Uses of SavedValuesModel in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues that return types with arguments of type SavedValuesModel Modifier and Type Method Description java.util.List<SavedValuesModel>DefaultItemModificationHistoryService. getSavedValues(ItemModel item)java.util.List<SavedValuesModel>ItemModificationHistoryService. getSavedValues(ItemModel item)Gets the saved values -
Uses of SavedValuesModel in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return SavedValuesModel Modifier and Type Method Description SavedValuesModelSavedValueEntryModel. getParent()Generated method - Getter of theSavedValueEntry.parentattribute defined at extensioncore.Methods in de.hybris.platform.hmc.model with parameters of type SavedValuesModel Modifier and Type Method Description voidSavedValueEntryModel. setParent(SavedValuesModel value)Generated method - Initial setter ofSavedValueEntry.parentattribute defined at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type SavedValuesModel Constructor Description SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, java.lang.String _modifiedAttribute, ItemModel _owner, SavedValuesModel _parent)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, java.lang.String _modifiedAttribute, SavedValuesModel _parent)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SavedValuesModel in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type SavedValuesModel Modifier and Type Method Description java.lang.StringSavedValuesLabelProvider. getDescription(SavedValuesModel savedValues)java.lang.StringSavedValuesLabelProvider. getIconPath(SavedValuesModel savedValues)java.lang.StringSavedValuesLabelProvider. getLabel(SavedValuesModel savedValues)
-