Class SchedulePreCheckBatchInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.SchedulePreCheckBatchInput
Input object for
SchedulePreCheckBatchEvent- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of activities to be scheduledReturns the forced team cardinalityReturns the selected usersReturns the teachergetUser()Returns the userReturns theBOWorkShiftids .voidsetActivities(List<HashGetter> activities) Sets the list of activities to be scheduledvoidsetForceTeamCardinality(Long forceTeamCardinality) Sets the forced team cardinalityvoidsetSelectedUsers(Set<Long> selectedUsers) Sets the selected usersvoidsetTeacher(Teacher teacher) Sets the teachervoidSets the uservoidsetWorkshift(Map<String, Object> workshift) Sets the list of workshift ids
-
Constructor Details
-
SchedulePreCheckBatchInput
public SchedulePreCheckBatchInput()
-
-
Method Details
-
getWorkshift
Returns theBOWorkShiftids .- Returns:
- a list of workshift ids
- See Also:
-
setWorkshift
Sets the list of workshift ids- Parameters:
workshift- the workshift ids- See Also:
-
getActivities
Returns the list of activities to be scheduled- Returns:
- a list of activities to be scheduled
-
setActivities
Sets the list of activities to be scheduled- Parameters:
activities- the list of activities to be scheduled
-
getSelectedUsers
Returns the selected users- Returns:
- the selected users
-
setSelectedUsers
Sets the selected users- Parameters:
selectedUsers- the selected users
-
getForceTeamCardinality
Returns the forced team cardinality- Returns:
- the forced team cardinality
-
setForceTeamCardinality
Sets the forced team cardinality- Parameters:
forceTeamCardinality- the forced team cardinality
-
getUser
Returns the user- Returns:
- the user
-
setUser
Sets the user- Parameters:
user- the user
-
getTeacher
Returns the teacher- Returns:
- the teacher
-
setTeacher
Sets the teacher- Parameters:
teacher- the teacher
-