Class SavedValuesServiceImpl
- java.lang.Object
-
- de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
-
- de.hybris.platform.cockpit.services.SavedValuesServiceImpl
-
- All Implemented Interfaces:
SavedValuesService
public class SavedValuesServiceImpl extends AbstractServiceImpl implements SavedValuesService
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
modelService, typeService
-
-
Constructor Summary
Constructors Constructor Description SavedValuesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthor(TypedObject savedValue)UserModelgetLastModifyingUser(TypedObject item)java.lang.StringgetModificationTime(TypedObject savedValue)java.lang.StringgetModificationType(TypedObject savedValue)java.lang.StringgetModifiedAttribute(TypedObject savedValueEntry)java.util.List<java.lang.String>getNewValues(TypedObject savedValueEntry)java.util.List<java.lang.String>getOldValues(TypedObject savedValueEntry)java.util.Set<TypedObject>getSavedValues(TypedObject wrappedProduct)java.util.List<TypedObject>getSavedValuesEntries(TypedObject savedValue)-
Methods inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
getEnum, getEnums, getLocalizedLabel, getLocalizedLabel, getModelService, getTypeService, setCockpitTypeService, setLabelResolver, setModelService
-
-
-
-
Method Detail
-
getSavedValues
public java.util.Set<TypedObject> getSavedValues(TypedObject wrappedProduct)
- Specified by:
getSavedValuesin interfaceSavedValuesService
-
getAuthor
public java.lang.String getAuthor(TypedObject savedValue)
- Specified by:
getAuthorin interfaceSavedValuesService
-
getModificationTime
public java.lang.String getModificationTime(TypedObject savedValue)
- Specified by:
getModificationTimein interfaceSavedValuesService
-
getModificationType
public java.lang.String getModificationType(TypedObject savedValue)
- Specified by:
getModificationTypein interfaceSavedValuesService
-
getModifiedAttribute
public java.lang.String getModifiedAttribute(TypedObject savedValueEntry)
- Specified by:
getModifiedAttributein interfaceSavedValuesService
-
getNewValues
public java.util.List<java.lang.String> getNewValues(TypedObject savedValueEntry)
- Specified by:
getNewValuesin interfaceSavedValuesService
-
getOldValues
public java.util.List<java.lang.String> getOldValues(TypedObject savedValueEntry)
- Specified by:
getOldValuesin interfaceSavedValuesService
-
getSavedValuesEntries
public java.util.List<TypedObject> getSavedValuesEntries(TypedObject savedValue)
- Specified by:
getSavedValuesEntriesin interfaceSavedValuesService
-
getLastModifyingUser
public UserModel getLastModifyingUser(TypedObject item)
- Specified by:
getLastModifyingUserin interfaceSavedValuesService
-
-