Class BTLoadProjectHeaderTO
java.lang.Object
overit.geocall.bl.BusinessTask<LoadProjectHeaderTOEvent>
overit.geocallapp.wfm.project.bl.configuration.task.BTLoadProjectHeaderTO
- All Implemented Interfaces:
Serializable,Tool
@Event(LoadProjectHeaderTOEvent.class)
public class BTLoadProjectHeaderTO
extends BusinessTask<LoadProjectHeaderTOEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(LoadProjectHeaderTOEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected DBViewloadProjectHeaderTO(Long projectId, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTLoadProjectHeaderTO
public BTLoadProjectHeaderTO()
-
-
Method Details
-
body
protected void body(LoadProjectHeaderTOEvent 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<LoadProjectHeaderTOEvent>- 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
-
loadProjectHeaderTO
protected DBView loadProjectHeaderTO(Long projectId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-