Uses of Class
overit.geocallapp.wfm.teams.bl.team.shift.BOTeamShift
Packages that use BOTeamShift
Package
Description
-
Uses of BOTeamShift in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam that return BOTeamShiftMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam with parameters of type BOTeamShiftModifier and TypeMethodDescriptionvoidSchedulingTeamResource.setTeamShift(BOTeamShift teamShift) -
Uses of BOTeamShift in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task that return BOTeamShiftModifier and TypeMethodDescriptionprotected BOTeamShiftBTSingleResourceTeamShiftDelete.loadTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task that return types with arguments of type BOTeamShiftModifier and TypeMethodDescriptionprotected List<BOTeamShift> BTSingleResourceTeamShiftUpsert.loadTeamShifts(BOWorkShift workShift, Collection<Long> teamIds, PoolKit poolKit) Loads theBOTeamShiftrelated to the givenBOWorkShiftand team.Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task with parameters of type BOTeamShiftModifier and TypeMethodDescriptionprotected voidBTSingleResourceTeamShiftUpsert.updateTeamShift(BOTeamShift teamShift, BOWorkShift workShift, BOResource resource, PoolKit poolKit) Updates theBOTeamShiftwith the given data. -
Uses of BOTeamShift in overit.geocallapp.wfm.teams.bl.team.shift
Methods in overit.geocallapp.wfm.teams.bl.team.shift that return types with arguments of type BOTeamShiftModifier and TypeMethodDescriptionprotected List<BOTeamShift> TeamShiftDataHelper.getTeamShifts(List<Long> teamIds, Date day, PoolKit poolKit) Retrieves team shifts for the specified team IDs on a specific day. -
Uses of BOTeamShift in overit.geocallapp.wfm.teams.bl.team.shift.event
Constructors in overit.geocallapp.wfm.teams.bl.team.shift.event with parameters of type BOTeamShiftModifierConstructorDescriptionTeamShiftInsertEvent(BOTeamShift teamShift) Instantiates a new team shift insert event.TeamShiftUpdateEvent(BOTeamShift teamShift) Instantiates a new team shift update event. -
Uses of BOTeamShift in overit.geocallapp.wfm.teams.bl.team.shift.task
Methods in overit.geocallapp.wfm.teams.bl.team.shift.task with parameters of type BOTeamShiftModifier and TypeMethodDescriptionprotected voidBTTeamShiftInsert.validate(BOTeamShift input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the given input, i.e. theBOTeamShiftto be inserted.protected voidBTTeamShiftUpdate.validate(BOTeamShift input, PoolKit poolKit) Checks whether the update is possible by performing some validations on the given input, i.e. theBOTeamShiftto be updated. -
Uses of BOTeamShift in overit.geocallapp.wfm.teams.integration
Methods in overit.geocallapp.wfm.teams.integration that return types with arguments of type BOTeamShiftModifier and TypeMethodDescriptionTeamEventProvider.searchExtendedTeamShift(TeamShiftExtendedSearchFilter filterTeamShift) TeamProvider.searchExtendedTeamShift(TeamShiftExtendedSearchFilter filterTeamShift) TeamEventProvider.searchTeamShifts(TeamShiftSearchFilter filterTeamShift) TeamProvider.searchTeamShifts(TeamShiftSearchFilter filterTeamShift) Methods in overit.geocallapp.wfm.teams.integration with parameters of type BOTeamShiftModifier and TypeMethodDescriptionTeamEventProvider.insertTeamShift(BOTeamShift teamShift) TeamProvider.insertTeamShift(BOTeamShift teamShift) voidTeamEventProvider.updateTeamShift(BOTeamShift teamShift) voidTeamProvider.updateTeamShift(BOTeamShift teamShift) -
Uses of BOTeamShift in overit.geocallapp.wfm.teams.rs1.teamshifts
Methods in overit.geocallapp.wfm.teams.rs1.teamshifts with parameters of type BOTeamShiftModifier and TypeMethodDescriptionvoidTeamShiftValidator.validate(BOTeamShift teamShift) Validates aBOTeamShiftagainst the provided team's ID.