Class TeamActivityManualAssignmentOutput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamActivityManualAssignmentOutput
Business object representing the output for the
TeamPreProcessAssignmentEvent event. - Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocallapp.wfm.util.QuestionReturns the last questionReturns the last scheduled appointmentReturns the list of modified usersReturns the output check resultReturns the previous pasted scheduling idList<overit.geocallapp.wfm.util.Question> Returns the list of questionsReturns true if the scheduling has been rollbackedReturns true if there are unanswered questionsvoidsetLastQuestion(overit.geocallapp.wfm.util.Question lastQuestion) Sets the last questionvoidsetLastScheduledAppointment(Long lastScheduledAppointment) Sets the last scheduled appointmentvoidsetModifiedUsers(LongSet modifiedUsers) Sets the list of modified usersvoidsetOutputCheckResult(CheckResult outputCheckResult) Sets the output check resultvoidsetPreProcessOutput(TeamPreProcessAssignmentOutput preProcessOutput) voidsetPreviousPastedSchedulingId(Long previousPastedSchedulingId) Sets the previous pasted scheduling idvoidsetQuestions(List<overit.geocallapp.wfm.util.Question> questions) Sets the list of questionsvoidsetRollbacked(Boolean rollbacked) Sets true if the scheduling has been rollbackedvoidsetUnansweredQuestions(Boolean unansweredQuestions) Sets true if there are unanswered questions
-
Constructor Details
-
TeamActivityManualAssignmentOutput
public TeamActivityManualAssignmentOutput()
-
-
Method Details
-
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
-
getModifiedUsers
Returns the list of modified users- Returns:
- the list of modified users
-
setModifiedUsers
Sets the list of modified users- Parameters:
modifiedUsers- the list of modified users
-
isUnansweredQuestions
Returns true if there are unanswered questions- Returns:
- true if there are unanswered questions
-
setUnansweredQuestions
Sets true if there are unanswered questions- Parameters:
unansweredQuestions- the unanswered questions flag
-
isRollbacked
Returns true if the scheduling has been rollbacked- Returns:
- true if the scheduling has been rollbacked
-
setRollbacked
Sets true if the scheduling has been rollbacked- Parameters:
rollbacked- the rollbacked flag
-
getLastQuestion
public overit.geocallapp.wfm.util.Question getLastQuestion()Returns the last question- Returns:
- the last question
-
setLastQuestion
public void setLastQuestion(overit.geocallapp.wfm.util.Question lastQuestion) Sets the last question- Parameters:
lastQuestion- the last question
-
getOutputCheckResult
Returns the output check result- Returns:
- the output check result
-
setOutputCheckResult
Sets the output check result- Parameters:
outputCheckResult- the output check result
-
getLastScheduledAppointment
Returns the last scheduled appointment- Returns:
- the last scheduled appointment
-
setLastScheduledAppointment
Sets the last scheduled appointment- Parameters:
lastScheduledAppointment- the last scheduled appointment
-
getQuestions
Returns the list of questions- Returns:
- the list of questions
-
setQuestions
Sets the list of questions- Parameters:
questions- the list of questions
-
getPreProcessOutput
-
setPreProcessOutput
-