Class BTProjectActivityLoadTimeRangeConfiguration
java.lang.Object
overit.geocall.bl.BusinessTask<ProjectActivityLoadTimeRangeConfigurationEvent>
overit.geocallapp.wfm.project.bl.activity.task.BTProjectActivityLoadTimeRangeConfiguration
- All Implemented Interfaces:
Serializable,Tool
@Event(ProjectActivityLoadTimeRangeConfigurationEvent.class)
public class BTProjectActivityLoadTimeRangeConfiguration
extends BusinessTask<ProjectActivityLoadTimeRangeConfigurationEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplements this method to write the specific task logic to handle the input parameter.protected LonggetTimeRangeConfigurationId(BOProjectActivity projectActivity, PoolKit pk) protected overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfigurationloadTimeRangeConfiguration(Long id, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTProjectActivityLoadTimeRangeConfiguration
public BTProjectActivityLoadTimeRangeConfiguration()
-
-
Method Details
-
body
protected void body(ProjectActivityLoadTimeRangeConfigurationEvent 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<ProjectActivityLoadTimeRangeConfigurationEvent>- 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
-
loadTimeRangeConfiguration
protected overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration loadTimeRangeConfiguration(Long id, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getTimeRangeConfigurationId
protected Long getTimeRangeConfigurationId(BOProjectActivity projectActivity, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-