Class BTPlannedAbsenceTooltipLoad
java.lang.Object
overit.geocall.bl.BusinessTask<PlannedAbsenceTooltipDataLoadEvent>
overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTActivityTooltipDataLoad<PlannedAbsenceTooltipDataLoadEvent>
overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTPlannedAbsenceTooltipLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(PlannedAbsenceTooltipDataLoadEvent.class)
public class BTPlannedAbsenceTooltipLoad
extends BTActivityTooltipDataLoad<PlannedAbsenceTooltipDataLoadEvent>
Build the absence tool-tip data for a planned absence
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTActivityTooltipDataLoad
CREW_SHELL_SEPARATOR, DATES_SEPARATOR, PLANNING_ID_FIELD, SIMULATION_MODEL_FIELD, SPACE, ssh, STRING_SEPARATOR, teacher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(PlannedAbsenceTooltipDataLoadEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected StringgetScheduledInterval(Date begin, Date end) Methods inherited from class overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTActivityTooltipDataLoad
applicationPreferences, decodeCoworkerInfo, decodeLinkedActivities, decodeValidationState, decodeWorkOrderOperationState, decodeWorkOrderState, fillAccountingData, fillData, fillSchedulingData, fillTeamSuggestionData, fillValidationData, fillWorkOrderInfo, getActivityAddressDescription, getActivityDescription, getAddressDescription, getAdvanceOrDelayAllowed, getAppointmentInterval, getBlockInterval, getDistanceFromPreviousActivity, getInactivityTime, getResourceInfo, getScheduledInterval, getTeamForemanDescription, getTimePreviousActivity, getTranslatedString, getWorkInterval, getWorkOrderInfo, getWorkOrderTargetDescription, isAgendaMaterialValidationType, isManpowerValidationType, isTechnicalValidationType, isValidationTypeEnabled, movingEndMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTPlannedAbsenceTooltipLoad
public BTPlannedAbsenceTooltipLoad()
-
-
Method Details
-
body
protected void body(PlannedAbsenceTooltipDataLoadEvent event, PoolKit poolKit) 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<PlannedAbsenceTooltipDataLoadEvent>- Parameters:
event- the object upon which the task will works onpoolKit- 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
-
getScheduledInterval
-