Package service.container
Class ChangePasswordFormServiceImpl
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.container.AbstractFormService
service.container.ChangePasswordFormServiceImpl
- All Implemented Interfaces:
FormService
-
Field Summary
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 selectedId) deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) protected Map<EntityColumn,
Object> getValuesForSave
(Object selectedId, List<FieldData> fieldData) loadData()
saveData
(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) protected Object
saveDataById
(Object selectedId, List<FieldData> fieldData) Methods inherited from class service.container.AbstractFormService
executePostActionHandlers, executeValidators, loadData
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, loadData
-
Constructor Details
-
ChangePasswordFormServiceImpl
public ChangePasswordFormServiceImpl()
-
-
Method Details
-
loadData
- Specified by:
loadData
in classAbstractFormService
-
loadData
- Specified by:
loadData
in interfaceFormService
-
saveDataById
- Specified by:
saveDataById
in classAbstractFormService
-
saveData
public Object saveData(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) throws Exception - Specified by:
saveData
in interfaceFormService
- Throws:
Exception
-
getValuesForSave
- Specified by:
getValuesForSave
in classAbstractFormService
-
deleteData
- Specified by:
deleteData
in interfaceFormService
-
deleteData
- Specified by:
deleteData
in interfaceFormService
- Specified by:
deleteData
in classAbstractFormService
-
saveData
- Specified by:
saveData
in interfaceFormService
- Overrides:
saveData
in classAbstractFormService
- Throws:
Exception
-
parseId
- Specified by:
parseId
in interfaceFormService
- Specified by:
parseId
in classAbstractFormService
-