public class FrontendObjectManagerUtils extends Object
Shared utility functions for working with FrontendObject
instances in manager implementations.
Constructor and Description |
---|
FrontendObjectManagerUtils(FrontendObjectService frontendObjectService,
WorkObjectService workObjectService,
NotificationService notificationService) |
Modifier and Type | Method and Description |
---|---|
void |
changeWorkObjectState(WorkObject workObject,
String activeState,
String comment) |
FrontendObject |
createFromFrontendObject(FrontendObject frontendObject,
String comment) |
void |
genericRawSaveObject(FrontendObject frontendObject,
String comment,
boolean allowEmptyNotification) |
FrontendObject |
genericSaveObject(FrontendObject frontendObject,
String comment,
boolean allowEmptyNotification) |
WorkObject |
getWorkObjectNoRelations(String id) |
WorkObject |
getWorkObjectNoRelationsByGlobalId(String globalId) |
FrontendObject |
localizeNewFrontendObject(FrontendObject frontendObject) |
public FrontendObjectManagerUtils(FrontendObjectService frontendObjectService, WorkObjectService workObjectService, NotificationService notificationService)
public FrontendObject genericSaveObject(FrontendObject frontendObject, String comment, boolean allowEmptyNotification) throws Exception
Exception
public void genericRawSaveObject(FrontendObject frontendObject, String comment, boolean allowEmptyNotification) throws Exception
Exception
public WorkObject getWorkObjectNoRelations(String id)
public WorkObject getWorkObjectNoRelationsByGlobalId(String globalId)
public void changeWorkObjectState(WorkObject workObject, String activeState, String comment)
public FrontendObject localizeNewFrontendObject(FrontendObject frontendObject)
public FrontendObject createFromFrontendObject(FrontendObject frontendObject, String comment) throws Exception
Exception
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.