public interface FrontendObjectService
Modifier and Type | Method and Description |
---|---|
FrontendObject |
getFrontendObject(String workObjectId) |
FrontendObject |
getFrontendObjectByTypeAndKey(String type,
String key) |
List<FrontendObject> |
getFrontendObjects(List<com.edorasware.api.workobject.WorkObject> workObjects) |
String |
insertFrontendObject(FrontendObject frontendObject) |
Map<String,Set<com.edorasware.commons.core.field.FieldChange>> |
saveFrontendObject(FrontendObject frontendObject,
String changeComment) |
String insertFrontendObject(FrontendObject frontendObject) throws Exception
Exception
Map<String,Set<com.edorasware.commons.core.field.FieldChange>> saveFrontendObject(FrontendObject frontendObject, String changeComment) throws Exception
Exception
FrontendObject getFrontendObject(String workObjectId)
FrontendObject getFrontendObjectByTypeAndKey(String type, String key)
List<FrontendObject> getFrontendObjects(List<com.edorasware.api.workobject.WorkObject> workObjects)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.