Class BTAlignProjectsDFSFromWBS
java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.project.bl.task.BTAlignProjectsDFSFromWBS
- All Implemented Interfaces:
Serializable,Tool
Task to align APACDFSORDERING on project activities starting from APACWBSCODE
on projects created before APACDFSORDERING introduction.
(After temporary usage to align actual environments, may be deleted)
(After temporary usage to align actual environments, may be deleted)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidImplements this method to write the specific task logic to handle the input parameter.protected booleanisProjectDFSUnalligned(DBView projectActivities) protected LongSetprotected DBViewloadProjectActivities(Long projectId, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAlignProjectsDFSFromWBS
public BTAlignProjectsDFSFromWBS()
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<Void>- 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
-
isProjectDFSUnalligned
-
loadNotDeletedProjects
- Throws:
DAExceptionDAValidateException
-
loadProjectActivities
protected DBView loadProjectActivities(Long projectId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
alignDFS
protected void alignDFS(DBView projectActivities, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-