Class BTAccountedActivityTooltipLoad
java.lang.Object
overit.geocall.bl.BusinessTask<AccountedActivityTooltipDataLoadEvent>
overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTActivityTooltipDataLoad<AccountedActivityTooltipDataLoadEvent>
overit.geocallapp.wfm.core.ux.schedule.tooltip.task.BTAccountedActivityTooltipLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(value=AccountedActivityTooltipDataLoadEvent.class,
priority=-1)
public class BTAccountedActivityTooltipLoad
extends BTActivityTooltipDataLoad<AccountedActivityTooltipDataLoadEvent>
Build the activity tool-tip data for an accounted activity
- Since:
- 9.2
- 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(AccountedActivityTooltipDataLoadEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.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
-
BTAccountedActivityTooltipLoad
public BTAccountedActivityTooltipLoad()
-
-
Method Details
-
body
protected void body(AccountedActivityTooltipDataLoadEvent 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<AccountedActivityTooltipDataLoadEvent>- 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
-