Class SkillCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.skill.SkillCache
Skill Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocallapp.wfm.scheduler.skills.TeamSkillsReturns the team skillsReturns the team skills by workshift id mapvoidsetTeamSkills(overit.geocallapp.wfm.scheduler.skills.TeamSkills teamSkills) Sets the team skillsvoidsetTeamSkillsByWorkshift(Map<Long, overit.geocallapp.wfm.scheduler.skills.TeamSkills> teamSkillsByWorkshift) Sets the team skills by workshift id mapMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
SkillCache
public SkillCache()
-
-
Method Details
-
getTeamSkills
public overit.geocallapp.wfm.scheduler.skills.TeamSkills getTeamSkills()Returns the team skills- Returns:
- the team skills
-
setTeamSkills
public void setTeamSkills(overit.geocallapp.wfm.scheduler.skills.TeamSkills teamSkills) Sets the team skills- Parameters:
teamSkills- the team skills
-
getTeamSkillsByWorkshift
Returns the team skills by workshift id map- Returns:
- the team skills by workshift id map
-
setTeamSkillsByWorkshift
public void setTeamSkillsByWorkshift(Map<Long, overit.geocallapp.wfm.scheduler.skills.TeamSkills> teamSkillsByWorkshift) Sets the team skills by workshift id map- Parameters:
teamSkillsByWorkshift- the team skills by workshift id map
-