Class BTAlignProjectWBSandDFS
java.lang.Object
overit.geocall.bl.BusinessTask<AlignProjectWBSandDFSEvent>
overit.geocallapp.wfm.project.bl.task.BTAlignProjectWBSandDFS
- All Implemented Interfaces:
Serializable,Tool
@Event(AlignProjectWBSandDFSEvent.class)
public class BTAlignProjectWBSandDFS
extends BusinessTask<AlignProjectWBSandDFSEvent>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Projectprotected ProjectTreeprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidbody(AlignProjectWBSandDFSEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected StringcalculateNodeWBS(ProjectTree node) protected voidinit(AlignProjectWBSandDFSEvent event, PoolKit pk) protected voidupdateNodeWBSandDFS(ProjectTree node, String wbsCode) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
SEPARATOR
- See Also:
-
projectTree
-
project
-
dfsOrder
-
-
Constructor Details
-
BTAlignProjectWBSandDFS
public BTAlignProjectWBSandDFS()
-
-
Method Details
-
body
protected void body(AlignProjectWBSandDFSEvent event, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<AlignProjectWBSandDFSEvent>- Parameters:
event- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
init
protected void init(AlignProjectWBSandDFSEvent event, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
alignNodeWBSandDFS
-
calculateNodeWBS
-
updateNodeWBSandDFS
-