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.String
getAuthor(TypedObject savedValue)
UserModel
getLastModifyingUser(TypedObject item)
java.lang.String
getModificationTime(TypedObject savedValue)
java.lang.String
getModificationType(TypedObject savedValue)
java.lang.String
getModifiedAttribute(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:
getSavedValues
in interfaceSavedValuesService
-
getAuthor
public java.lang.String getAuthor(TypedObject savedValue)
- Specified by:
getAuthor
in interfaceSavedValuesService
-
getModificationTime
public java.lang.String getModificationTime(TypedObject savedValue)
- Specified by:
getModificationTime
in interfaceSavedValuesService
-
getModificationType
public java.lang.String getModificationType(TypedObject savedValue)
- Specified by:
getModificationType
in interfaceSavedValuesService
-
getModifiedAttribute
public java.lang.String getModifiedAttribute(TypedObject savedValueEntry)
- Specified by:
getModifiedAttribute
in interfaceSavedValuesService
-
getNewValues
public java.util.List<java.lang.String> getNewValues(TypedObject savedValueEntry)
- Specified by:
getNewValues
in interfaceSavedValuesService
-
getOldValues
public java.util.List<java.lang.String> getOldValues(TypedObject savedValueEntry)
- Specified by:
getOldValues
in interfaceSavedValuesService
-
getSavedValuesEntries
public java.util.List<TypedObject> getSavedValuesEntries(TypedObject savedValue)
- Specified by:
getSavedValuesEntries
in interfaceSavedValuesService
-
getLastModifyingUser
public UserModel getLastModifyingUser(TypedObject item)
- Specified by:
getLastModifyingUser
in interfaceSavedValuesService
-
-