Class BTUnavailabilityMovementUpdateTour
java.lang.Object
overit.geocall.bl.BusinessTask<UnavailabilityMovementUpdateTourEvent>
overit.geocallapp.wfm.core.bl.workshift.unavailability.movement.task.BTUnavailabilityMovementUpdateTour
- All Implemented Interfaces:
Serializable,Tool
@Event(UnavailabilityMovementUpdateTourEvent.class)
public class BTUnavailabilityMovementUpdateTour
extends BusinessTask<UnavailabilityMovementUpdateTourEvent>
Business task in order to update the tours with the specified
When the
Permission:
BOUnavailabilityMovement. When the
UnavailabilityMovementUpdateEvent is launched the BT notices the
call and updates all tours in witch the related BOUnavailabilityMovement is present Permission:
Error Code:
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(UnavailabilityMovementUpdateTourEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected HashGettersearchScheduling(BOScheduling scheduling, PoolKit poolKit) protected voidupdateTour(NavigableSet<BOScheduling> schedulingList, UnavailabilityMovementAddress unavailabilityMovement, Long operationCenterId, PoolKit poolKit) protected voidupdateTours(UnavailabilityMovementUpdateTourEvent event, PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUnavailabilityMovementUpdateTour
public BTUnavailabilityMovementUpdateTour()
-
-
Method Details
-
searchScheduling
protected HashGetter searchScheduling(BOScheduling scheduling, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException