Class SchedulingTeamBuilder
java.lang.Object
overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam.SchedulingTeamBuilder
- All Implemented Interfaces:
Serializable
Manager for SchedulingTeam actions.
- Since:
- 18.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchedulingTeammakeInstance(Long foremanWorkShift, Collection<Long> assistantsWorkShifts, PoolKit poolKit) Create a new instance ofSchedulingTeam
-
Constructor Details
-
SchedulingTeamBuilder
public SchedulingTeamBuilder()
-
-
Method Details
-
makeInstance
public static SchedulingTeam makeInstance(Long foremanWorkShift, Collection<Long> assistantsWorkShifts, PoolKit poolKit) throws DAValidateException, DAException Create a new instance ofSchedulingTeam- Parameters:
foremanWorkShift- the foreman work shiftassistantsWorkShifts- the list of assistant's work shiftspoolKit- thePoolKit- Returns:
- Throws:
DAValidateExceptionDAException
-