Package service.container
Class SimpleFormServiceImpl
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.container.AbstractFormService
service.container.AbstractGraphFormService
service.container.SimpleFormServiceImpl
- All Implemented Interfaces:
FormService
@Deprecated
public class SimpleFormServiceImpl
extends AbstractGraphFormService
implements FormService
Deprecated.
Base Form service for simple pages without bpmn context, all "bpmn" methods throws
UnsupportedOperationException
- Author:
- kochetkov
-
Field Summary
FieldsFields inherited from class service.container.AbstractGraphFormService
formDao
Fields inherited from class service.container.AbstractFormService
formValidators, postActionHandlers
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) Deprecated.loadData()
Deprecated.saveData
(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) Deprecated.Methods inherited from class service.container.AbstractGraphFormService
deleteData, executeValidators, getEntityColumnToFieldGuidsMap, getMainEntityId, getValuesForSave, loadData, parseId, save, saveCustomFields, saveDataById
Methods inherited from class service.container.AbstractFormService
executePostActionHandlers, loadData, saveData
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.container.FormService
afterSave, deleteData, loadData, parseId, saveData
-
Field Details
-
mode
Deprecated.
-
-
Constructor Details
-
SimpleFormServiceImpl
public SimpleFormServiceImpl()Deprecated.
-
-
Method Details
-
saveData
public Object saveData(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) throws Exception Deprecated.- Specified by:
saveData
in interfaceFormService
- Throws:
Exception
-
loadData
Deprecated.- Specified by:
loadData
in interfaceFormService
-
deleteData
Deprecated.- Specified by:
deleteData
in interfaceFormService
-
FormServiceImpl