Class TeamActivityManualAssignmentInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamActivityManualAssignmentInput
Business object representing the input to instantiate a
TeamActivityManualAssignmentEvent event. - Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity to scheduleReturns the list of already checked workshiftsReturns the input check resultsReturns the operation center idoverit.geocallapp.wfm.scheduler.oss.cache.OssCacheReturns the oss cache used to optimize the vrp callsoverit.geocallapp.wfm.util.wfmtasklog.WfmTaskLogReturns the paste logsReturns the paste parametersReturns the pre process output if already processedReturns the previous pasted scheduling idList<overit.geocallapp.wfm.util.Question> Returns the list of questionsReturns the scheduling cache used to optimize multiple schedulingsReturns the scheduling lockReturns the simulation idoverit.geocallapp.wfm.ui.stato.StatoUIReturns the user interface statusvoidsetActivity(HashGetter activity) Sets the activity to schedulevoidsetCheckedWorkshifts(Collection<Long> checkedWorkshifts) Sets the list of already checked workshiftsvoidsetInputCheckResult(CheckResult inputCheckResult) Sets the input check resultsvoidsetOperationCenterId(Long operationCenterId) Sets the operation center idvoidsetOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache) Sets the oss cache used to optimize the vrp callsvoidsetPasteLog(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog pasteLog) Sets the paste logsvoidsetPasteParams(HashGetter pasteParams) Sets the paste parametersvoidsetPreProcessOutput(TeamPreProcessAssignmentOutput preProcessOutput) Sets the list of pre process output if already processedvoidsetPreviousPastedSchedulingId(Long previousPastedSchedulingId) Sets the previous pasted scheduling idvoidsetQuestions(List<overit.geocallapp.wfm.util.Question> questions) Sets the list of questionsvoidsetSchedulingCache(SchedulingCache schedulingCache) Sets the scheduling cache used to optimize multiple schedulingsvoidsetSchedulingLock(SchedulingLock schedulingLock) Sets the scheduling lockvoidsetSimulationId(Long simulationId) Sets the simulation idvoidsetUiStatus(overit.geocallapp.wfm.ui.stato.StatoUI uiStatus) Sets the user interface status
-
Constructor Details
-
TeamActivityManualAssignmentInput
public TeamActivityManualAssignmentInput()
-
-
Method Details
-
getOperationCenterId
Returns the operation center id- Returns:
- the operation center id
-
setOperationCenterId
Sets the operation center id- Parameters:
operationCenterId- the operation center id
-
getSimulationId
Returns the simulation id- Returns:
- the simulation id
-
setSimulationId
Sets the simulation id- Parameters:
simulationId- the simulation id
-
getActivity
Returns the activity to schedule- Returns:
- the activity to schedule
-
setActivity
Sets the activity to schedule- Parameters:
activity- activity to schedule
-
getPasteParams
Returns the paste parameters- Returns:
- the paste parameters
-
setPasteParams
Sets the paste parameters- Parameters:
pasteParams- the paste parameters
-
getPreviousPastedSchedulingId
Returns the previous pasted scheduling id- Returns:
- the previous pasted scheduling id
-
setPreviousPastedSchedulingId
Sets the previous pasted scheduling id- Parameters:
previousPastedSchedulingId- the previous pasted scheduling id
-
getOssCache
public overit.geocallapp.wfm.scheduler.oss.cache.OssCache getOssCache()Returns the oss cache used to optimize the vrp calls- Returns:
- the oss cache
-
setOssCache
public void setOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache) Sets the oss cache used to optimize the vrp calls- Parameters:
ossCache- the oss cache
-
getSchedulingCache
Returns the scheduling cache used to optimize multiple schedulings- Returns:
- the scheduling cache
-
setSchedulingCache
Sets the scheduling cache used to optimize multiple schedulings- Parameters:
schedulingCache- the scheduling cache
-
getPasteLog
public overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog getPasteLog()Returns the paste logs- Returns:
- the paste logs
-
setPasteLog
public void setPasteLog(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog pasteLog) Sets the paste logs- Parameters:
pasteLog- the paste logs
-
getUiStatus
public overit.geocallapp.wfm.ui.stato.StatoUI getUiStatus()Returns the user interface status- Returns:
- the user interface status
-
setUiStatus
public void setUiStatus(overit.geocallapp.wfm.ui.stato.StatoUI uiStatus) Sets the user interface status- Parameters:
uiStatus- the user interface status
-
getQuestions
Returns the list of questions- Returns:
- the list of questions
-
setQuestions
Sets the list of questions- Parameters:
questions- the list of questions
-
getInputCheckResult
Returns the input check results- Returns:
- the input check results
-
setInputCheckResult
Sets the input check results- Parameters:
inputCheckResult- the input check results
-
getPreProcessOutput
Returns the pre process output if already processed- Returns:
- the pre process output if already processed
-
setPreProcessOutput
Sets the list of pre process output if already processed- Parameters:
preProcessOutput- the list of pre process output if already processed
-
getCheckedWorkshifts
Returns the list of already checked workshifts- Returns:
- the list of already checked workshifts
-
setCheckedWorkshifts
Sets the list of already checked workshifts- Parameters:
checkedWorkshifts- the list of already checked workshifts
-
getSchedulingLock
Returns the scheduling lock- Returns:
- the scheduling lock
-
setSchedulingLock
Sets the scheduling lock- Parameters:
schedulingLock- the scheduling lock
-