Uses of Class
org.optaweb.employeerostering.service.roster.RosterService
-
-
Uses of RosterService in org.optaweb.employeerostering.service.roster
Constructors in org.optaweb.employeerostering.service.roster with parameters of type RosterService Constructor Description RosterController(RosterService rosterService, SpotRepository spotRepository) -
Uses of RosterService in org.optaweb.employeerostering.service.rotation
Constructors in org.optaweb.employeerostering.service.rotation with parameters of type RosterService Constructor Description RotationService(javax.validation.Validator validator, TimeBucketRepository timeBucketRepository, RosterService rosterService, TenantService tenantService, SpotService spotService, SkillService skillService, EmployeeService employeeService) -
Uses of RosterService in org.optaweb.employeerostering.service.shift
Constructors in org.optaweb.employeerostering.service.shift with parameters of type RosterService Constructor Description ShiftService(javax.validation.Validator validator, ShiftRepository shiftRepository, SpotRepository spotRepository, SkillService skillService, EmployeeRepository employeeRepository, RosterService rosterService, IndictmentUtils indictmentUtils) -
Uses of RosterService in org.optaweb.employeerostering.service.solver
Constructors in org.optaweb.employeerostering.service.solver with parameters of type RosterService Constructor Description WannabeSolverManager(org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor, RosterService rosterService)
-