Uses of Class
de.hybris.platform.servicelayer.internal.model.impl.ModelValueHistory
-
-
Uses of ModelValueHistory in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues with parameters of type ModelValueHistory Modifier and Type Method Description protected ItemModificationInfoDefaultItemModificationHistoryService. computeModificationsForModifiedItem(ItemModel itemModel, ModelValueHistory modelHistory, boolean isNew)protected java.lang.ObjectDefaultItemModificationHistoryService. getOriginalValue(ItemModel model, java.lang.String attribute, ModelValueHistory history)protected java.lang.ObjectDefaultItemModificationHistoryService. getOriginalValue(ItemModel model, java.lang.String attribute, java.util.Locale locale, ModelValueHistory history) -
Uses of ModelValueHistory in de.hybris.platform.cockpit.helpers.impl
Methods in de.hybris.platform.cockpit.helpers.impl with parameters of type ModelValueHistory Modifier and Type Method Description protected java.lang.ObjectDefaultModelHelper. getOriginalValue(ItemModel model, java.lang.String attribute, ModelValueHistory history)protected java.lang.ObjectDefaultModelHelper. getOriginalValue(ItemModel model, java.lang.String attribute, java.util.Locale locale, ModelValueHistory history) -
Uses of ModelValueHistory in de.hybris.platform.servicelayer.internal.converter.impl
Constructors in de.hybris.platform.servicelayer.internal.converter.impl with parameters of type ModelValueHistory Constructor Description ModifiedAttributeValues(AbstractItemModel model, ModelValueHistory history, boolean forCreate) -
Uses of ModelValueHistory in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that return ModelValueHistory Modifier and Type Method Description ModelValueHistoryItemContextBuilder. getValueHistory()ModelValueHistoryItemModelContextImpl. getValueHistory()Methods in de.hybris.platform.servicelayer.model with parameters of type ModelValueHistory Modifier and Type Method Description voidItemContextBuilder. setValueHistory(ModelValueHistory valueHistory)
-