Class BTRoughPlanningUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<RoughPlanningUpdateEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<RoughPlanningUpdateEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<RoughPlanningUpdateEvent>
overit.geocallapp.wfm.roughplanning.bl.task.BTRoughPlanningManagement<RoughPlanningUpdateEvent>
overit.geocallapp.wfm.roughplanning.bl.task.BTRoughPlanningUpdate
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(RoughPlanningUpdateEvent.class)
public class BTRoughPlanningUpdate
extends BTRoughPlanningManagement<RoughPlanningUpdateEvent>
Business task in order to update a
When the
BORoughPlanning. When the
RoughPlanningUpdateEvent is launched the BT notices the
call and updates the BORoughPlanning basing on the event's input. Required fields:
- Code
- Description
Permission:
Error Code:
- Since:
- 18.0
- See Also:
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.roughplanning.bl.task.BTRoughPlanningManagement
CODE_LENGTH, DESCRIPTION_LENGTH, OVERSIZED_LIMIT, TIME_SIZE_LOWER_LIMITFields inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(RoughPlanningUpdateEvent event, PoolKit pk) Updates the givenBORoughPlanningMethods inherited from class overit.geocallapp.wfm.roughplanning.bl.task.BTRoughPlanningManagement
isValidExecution, searchRoughPlanningByCode, validateCodeDuplication, validateDateSpan, validateFieldsLength, validateOversizedLimit, validateTimeSize, validateTimeUnitMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
checkValidExecution, getException, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTRoughPlanningUpdate
public BTRoughPlanningUpdate()
-
-
Method Details
-
execute
protected void execute(RoughPlanningUpdateEvent event, PoolKit pk) throws DAException, DAValidateException Updates the givenBORoughPlanning- Specified by:
executein classValidExecutionBusinessTask<RoughPlanningUpdateEvent>- Parameters:
event- theRoughPlanningUpdateEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-