Class BTCheckOperationPlanPlanningParameters
java.lang.Object
overit.geocall.bl.BusinessTask<CheckOperationPlanPlanningParametersEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTCheckOperationPlanPlanningParameters
- All Implemented Interfaces:
Serializable,Tool
@Event(CheckOperationPlanPlanningParametersEvent.class)
public class BTCheckOperationPlanPlanningParameters
extends BusinessTask<CheckOperationPlanPlanningParametersEvent>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OperationPlanSlotPlanningParametersprotected List<OperationTimeRange> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CheckOperationPlanPlanningParametersEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected voidprotected voidprotected booleanhasActivityCalendar(BOProjectActivity activity, PoolKit pk) protected voidinit(CheckOperationPlanPlanningParametersEvent event, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
timeRanges
-
planningParameters
-
-
Constructor Details
-
BTCheckOperationPlanPlanningParameters
public BTCheckOperationPlanPlanningParameters()
-
-
Method Details
-
body
protected void body(CheckOperationPlanPlanningParametersEvent 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<CheckOperationPlanPlanningParametersEvent>- 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(CheckOperationPlanPlanningParametersEvent event, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
doChecks
- Throws:
DAExceptionDAValidateException
-
checkBindToActivityCalendar
- Throws:
DAExceptionDAValidateException
-
hasActivityCalendar
protected boolean hasActivityCalendar(BOProjectActivity activity, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-