Uses of Class
overit.geocallapp.wfm.core.bl.crewshell.composition.CrewShellMember
Packages that use CrewShellMember
Package
Description
-
Uses of CrewShellMember in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.task that return CrewShellMemberModifier and TypeMethodDescription -
Uses of CrewShellMember in overit.geocallapp.wfm.core.bl.crewshell.dailyplan
Methods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan that return types with arguments of type CrewShellMemberModifier and TypeMethodDescriptionBOCrewShellDailyPlan.getMembers()Returns the crew shell's membersMethod parameters in overit.geocallapp.wfm.core.bl.crewshell.dailyplan with type arguments of type CrewShellMemberModifier and TypeMethodDescriptionvoidBOCrewShellDailyPlan.setMembers(List<CrewShellMember> members) Sets the crew shell members -
Uses of CrewShellMember in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Fields in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task with type parameters of type CrewShellMemberModifier and TypeFieldDescriptionprotected Map<Long, List<CrewShellMember>> CrewShellDailyPlanCreator.crewShellMembersByCrewShellIdMethods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task that return types with arguments of type CrewShellMemberModifier and TypeMethodDescriptionprotected static Map<Long, List<CrewShellMember>> CrewShellDailyPlanCreator.buildCrewShellMembersMap(Set<Long> crewShells, Date startDate, Date endDate, PoolKit poolKit) protected Map<Long, List<CrewShellMember>> CrewShellDailyPlanCreator.getCrewShellMembersByCrewShellId()Method parameters in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task with type arguments of type CrewShellMemberModifier and TypeMethodDescriptionprotected static voidCrewShellDailyPlanCreator.buildUserRoles(Map<Long, List<CrewShellMember>> crewShellMembers, BOCache<BORole> roleCache, PoolKit poolKit) protected static voidCrewShellDailyPlanCreator.buildUserSkills(Map<Long, List<CrewShellMember>> crewShellMembers, BOCache<BOSkill> skillCache, PoolKit poolKit) CrewShellDailyPlanCreator.getUsers(Map<Long, List<CrewShellMember>> crewShellMembers) protected voidCrewShellDailyPlanCreator.setCrewShellMembersByCrewShellId(Map<Long, List<CrewShellMember>> crewShellMembersByCrewShellId) -
Uses of CrewShellMember in overit.geocallapp.wfm.core.ux.crewshell.dailyplan
Method parameters in overit.geocallapp.wfm.core.ux.crewshell.dailyplan with type arguments of type CrewShellMemberModifier and TypeMethodDescriptionMap<Long, List<overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto.CellaPG>> CrewShellBarBuilder.buildCrewShellBar(List<CrewShellMember> members, List<overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto.CellaPG> crewShellCells)