Class LockSchedulingDaysCacheLoadInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.event.LockSchedulingDaysCacheLoadInput
Lock Scheduling Days Cache Input.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order by appointment id mapReturns the workshifts by workshift id mapvoidSets the work order by appointment id mapvoidsetWorkshiftsByWorkshiftId(Map<Long, BOWorkShift> workshiftsByWorkshiftId) Sets the workshifts by workshift id map.
-
Constructor Details
-
LockSchedulingDaysCacheLoadInput
public LockSchedulingDaysCacheLoadInput()
-
-
Method Details
-
getWorkOrderByAppointmentId
Returns the work order by appointment id map- Returns:
- the work order by appointment id map
-
setWorkOrderByAppointmentId
Sets the work order by appointment id map- Parameters:
workOrderByAppointmentId- the work order by appointment id map
-
getWorkshiftsByWorkshiftId
Returns the workshifts by workshift id map- Returns:
- the workshifts by workshift id map
-
setWorkshiftsByWorkshiftId
Sets the workshifts by workshift id map.- Parameters:
workshiftsByWorkshiftId- the workshifts by workshift id map
-