public class SavedValuesServiceImpl extends AbstractServiceImpl implements SavedValuesService
modelService, typeService| Constructor and Description |
|---|
SavedValuesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor(TypedObject savedValue) |
UserModel |
getLastModifyingUser(TypedObject item) |
String |
getModificationTime(TypedObject savedValue) |
String |
getModificationType(TypedObject savedValue) |
String |
getModifiedAttribute(TypedObject savedValueEntry) |
List<String> |
getNewValues(TypedObject savedValueEntry) |
List<String> |
getOldValues(TypedObject savedValueEntry) |
Set<TypedObject> |
getSavedValues(TypedObject wrappedProduct) |
List<TypedObject> |
getSavedValuesEntries(TypedObject savedValue) |
getEnum, getEnums, getLocalizedLabel, getLocalizedLabel, getModelService, getTypeService, setCockpitTypeService, setLabelResolver, setModelServicepublic Set<TypedObject> getSavedValues(TypedObject wrappedProduct)
getSavedValues in interface SavedValuesServicepublic String getAuthor(TypedObject savedValue)
getAuthor in interface SavedValuesServicepublic String getModificationTime(TypedObject savedValue)
getModificationTime in interface SavedValuesServicepublic String getModificationType(TypedObject savedValue)
getModificationType in interface SavedValuesServicepublic String getModifiedAttribute(TypedObject savedValueEntry)
getModifiedAttribute in interface SavedValuesServicepublic List<String> getNewValues(TypedObject savedValueEntry)
getNewValues in interface SavedValuesServicepublic List<String> getOldValues(TypedObject savedValueEntry)
getOldValues in interface SavedValuesServicepublic List<TypedObject> getSavedValuesEntries(TypedObject savedValue)
getSavedValuesEntries in interface SavedValuesServicepublic UserModel getLastModifyingUser(TypedObject item)
getLastModifyingUser in interface SavedValuesServiceCopyright © 2017 SAP SE. All Rights Reserved.