public abstract class AbstractFrontendObjectRestService extends Object
Modifier and Type | Field and Description |
---|---|
protected com.edorasware.commons.core.any.AnyWorkObjectService |
anyWorkObjectService |
protected FrontendObjectService |
frontendObjectService |
protected NotificationService |
notificationService |
protected StateMachineManager |
stateMachineManager |
protected CloudWorkObjectWriteService |
workObjectWriteService |
Constructor and Description |
---|
AbstractFrontendObjectRestService() |
Modifier and Type | Method and Description |
---|---|
protected static FrontendObject |
addLastActionCommentToFrontendObject(FrontendObject frontendObject,
String actionComment) |
protected void |
changeWorkObjectState(com.edorasware.commons.core.entity.WorkObject<?,?,?> workObject,
com.edorasware.commons.core.entity.State activeState,
String comment) |
protected FrontendObject |
genericSaveObject(FrontendObject frontendObject,
boolean allowEmptyNotification) |
protected String |
getActionComment(ActionComment actionComment) |
protected String |
getActionComment(FrontendObject frontendObject) |
protected FrontendObject |
localizeNewFrontendObject(FrontendObject frontendObject) |
@Autowired protected FrontendObjectService frontendObjectService
@Autowired protected CloudWorkObjectWriteService workObjectWriteService
@Autowired protected com.edorasware.commons.core.any.AnyWorkObjectService anyWorkObjectService
@Autowired protected NotificationService notificationService
@Autowired protected StateMachineManager stateMachineManager
protected static FrontendObject addLastActionCommentToFrontendObject(FrontendObject frontendObject, String actionComment)
protected void changeWorkObjectState(com.edorasware.commons.core.entity.WorkObject<?,?,?> workObject, com.edorasware.commons.core.entity.State activeState, String comment)
protected String getActionComment(FrontendObject frontendObject)
protected String getActionComment(ActionComment actionComment)
protected FrontendObject genericSaveObject(FrontendObject frontendObject, boolean allowEmptyNotification) throws Exception
Exception
protected FrontendObject localizeNewFrontendObject(FrontendObject frontendObject)
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.