Uses of Class
org.optaweb.employeerostering.service.tenant.TenantService
-
Packages that use TenantService Package Description org.optaweb.employeerostering.service.rotation org.optaweb.employeerostering.service.tenant -
-
Uses of TenantService in org.optaweb.employeerostering.service.rotation
Constructors in org.optaweb.employeerostering.service.rotation with parameters of type TenantService Constructor Description RotationService(javax.validation.Validator validator, TimeBucketRepository timeBucketRepository, RosterService rosterService, TenantService tenantService, SpotService spotService, SkillService skillService, EmployeeService employeeService) -
Uses of TenantService in org.optaweb.employeerostering.service.tenant
Constructors in org.optaweb.employeerostering.service.tenant with parameters of type TenantService Constructor Description TenantController(TenantService tenantService)
-