Uses of Class
overit.geocallapp.wfm.teams.bl.team.shift.resource.BOTeamShiftResource
Packages that use BOTeamShiftResource
Package
Description
-
Uses of BOTeamShiftResource in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task that return types with arguments of type BOTeamShiftResourceModifier and TypeMethodDescriptionprotected List<BOTeamShiftResource> BTSingleResourceTeamShiftUpsert.loadNotSingleTeamShiftRelations(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Loads all the team shift related to a non-single team that the resource is part of.protected List<BOTeamShiftResource> BTSingleResourceTeamShiftDelete.loadTeamShiftResourceRelations(Long teamShiftId, Long resourceId, PoolKit poolKit) protected List<BOTeamShiftResource> BTSingleResourceTeamShiftUpsert.loadTeamShiftResourceRelations(Collection<Long> teamShifts, BOResource resource, PoolKit poolKit) -
Uses of BOTeamShiftResource in overit.geocallapp.wfm.teams.bl.team.shift
Methods in overit.geocallapp.wfm.teams.bl.team.shift that return types with arguments of type BOTeamShiftResourceModifier and TypeMethodDescriptionprotected List<BOTeamShiftResource> TeamShiftDataHelper.getTeamShiftResources(List<Long> teamShiftIds, PoolKit poolKit) Retrieves team shift resources for the specified team shift IDs. -
Uses of BOTeamShiftResource in overit.geocallapp.wfm.teams.bl.team.shift.resource.event
Constructors in overit.geocallapp.wfm.teams.bl.team.shift.resource.event with parameters of type BOTeamShiftResourceModifierConstructorDescriptionTeamShiftResourceInsertEvent(BOTeamShiftResource teamShiftResource) Instantiates a new team shift resource insert event. -
Uses of BOTeamShiftResource in overit.geocallapp.wfm.teams.bl.team.shift.resource.task
Methods in overit.geocallapp.wfm.teams.bl.team.shift.resource.task with parameters of type BOTeamShiftResourceModifier and TypeMethodDescriptionprotected voidBTTeamShiftResourceInsert.validate(BOTeamShiftResource input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the given input, i.e. theBOTeamShiftResourceto be inserted. -
Uses of BOTeamShiftResource in overit.geocallapp.wfm.teams.integration
Methods in overit.geocallapp.wfm.teams.integration that return types with arguments of type BOTeamShiftResourceModifier and TypeMethodDescriptionTeamEventProvider.searchTeamShiftResource(TeamShiftResourceSearchFilter filterTeamShiftResource) TeamProvider.searchTeamShiftResource(TeamShiftResourceSearchFilter filterTeamShiftResource) Methods in overit.geocallapp.wfm.teams.integration with parameters of type BOTeamShiftResourceModifier and TypeMethodDescriptionTeamEventProvider.insertTeamShiftResource(BOTeamShiftResource teamShiftResource) TeamProvider.insertTeamShiftResource(BOTeamShiftResource teamShiftResource)