Package service.container
Class VariableFormService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.container.AbstractFormService
service.container.AbstractGraphFormService
service.container.AbstractBpmnFormService
service.container.VariableFormService
- All Implemented Interfaces:
FormService
- Author:
- a.petrov
-
Field Summary
Fields inherited from class service.container.AbstractBpmnFormService
bpmnContext, bpmnVariableSaveService, processNavigationService, variableService
Fields 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
(Object id) deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) loadData()
saveData
(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) Methods inherited from class service.container.AbstractBpmnFormService
completeTask, convertVariablesForSave, saveBpmnVariables
Methods inherited from class service.container.AbstractGraphFormService
executeValidators, getEntityColumnToFieldGuidsMap, getMainEntityId, getValuesForSave, loadData, save, saveCustomFields, saveDataById
Methods inherited from class service.container.AbstractFormService
executePostActionHandlers, 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, saveData
-
Constructor Details
-
VariableFormService
public VariableFormService()
-
-
Method Details
-
saveData
@Transactional public Object saveData(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) throws Exception - Throws:
Exception
-
loadData
-
loadData
- Specified by:
loadData
in interfaceFormService
- Overrides:
loadData
in classAbstractFormService
-
deleteData
- Specified by:
deleteData
in interfaceFormService
- Overrides:
deleteData
in classAbstractGraphFormService
-
deleteData
-
parseId
- Specified by:
parseId
in interfaceFormService
- Overrides:
parseId
in classAbstractGraphFormService
-