Class SchedulingTeamResourceBuilder
java.lang.Object
overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam.SchedulingTeamResourceBuilder
- All Implemented Interfaces:
Serializable
Object that contains all the required informations about a resource of a team
- Since:
- 18.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddCrewShellData(SchedulingTeamResource resource) static SchedulingTeamResourcemakeInstance(Long workshiftId, boolean worksInTeam, PoolKit poolKit)
-
Constructor Details
-
SchedulingTeamResourceBuilder
public SchedulingTeamResourceBuilder()
-
-
Method Details
-
makeInstance
public static SchedulingTeamResource makeInstance(Long workshiftId, boolean worksInTeam, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
addCrewShellData
protected static void addCrewShellData(SchedulingTeamResource resource) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-