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