Class SkillCacheLoadInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.skill.event.SkillCacheLoadInput
Skill Cache Input.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the workshiftsReturns the workshifts by workshift id mapbooleanReturns whether to use team shift compositionvoidsetUseTeamShiftComposition(boolean useTeamShiftComposition) Sets whether to use team shift compositionvoidsetWorkshifts(Collection<Long> workshifts) Sets the workshifts.voidsetWorkshiftsByWorkshiftId(Map<Long, BOWorkShift> workshiftsByWorkshiftId) Sets the workshifts by workshift id map
-
Constructor Details
-
SkillCacheLoadInput
public SkillCacheLoadInput()
-
-
Method Details
-
getWorkshifts
Returns the workshifts- Returns:
- the workshifts
-
setWorkshifts
Sets the workshifts.- Parameters:
workshifts- the workshifts
-
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
-
isUseTeamShiftComposition
public boolean isUseTeamShiftComposition()Returns whether to use team shift composition- Returns:
- true if team shift composition should be used, false otherwise
-
setUseTeamShiftComposition
public void setUseTeamShiftComposition(boolean useTeamShiftComposition) Sets whether to use team shift composition- Parameters:
useTeamShiftComposition- true if team shift composition should be used, false otherwise
-