Uses of Class
org.optaweb.employeerostering.domain.roster.Roster
-
-
Uses of Roster in org.optaweb.employeerostering.domain.shift
Methods in org.optaweb.employeerostering.domain.shift with parameters of type Roster Modifier and Type Method Description booleanPinningShiftFilter. accept(Roster roster, Shift shift) -
Uses of Roster in org.optaweb.employeerostering.service.common
Methods in org.optaweb.employeerostering.service.common with parameters of type Roster Modifier and Type Method Description Map<Object,org.optaplanner.core.api.score.constraint.Indictment>IndictmentUtils. getIndictmentMapForRoster(Roster roster)IndictmentSummaryIndictmentUtils. getIndictmentSummaryForRoster(Roster roster) -
Uses of Roster in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return Roster Modifier and Type Method Description RosterRosterService. buildRoster(Integer tenantId)RosterRosterGenerator. generateRoster(int spotListSize, int lengthInDays)RosterRosterGenerator. generateRoster(int spotListSize, int lengthInDays, RosterGenerator.GeneratorType generatorType, ZoneId zoneId)Methods in org.optaweb.employeerostering.service.roster with parameters of type Roster Modifier and Type Method Description voidRosterService. updateShiftsOfRoster(Roster newRoster) -
Uses of Roster in org.optaweb.employeerostering.service.solver
Methods in org.optaweb.employeerostering.service.solver that return Roster Modifier and Type Method Description RosterWannabeSolverManager. getRoster(Integer tenantId)Methods in org.optaweb.employeerostering.service.solver that return types with arguments of type Roster Modifier and Type Method Description org.optaplanner.core.impl.score.director.ScoreDirector<Roster>WannabeSolverManager. getScoreDirector()Methods in org.optaweb.employeerostering.service.solver with parameters of type Roster Modifier and Type Method Description CountDownLatchWannabeSolverManager. solveRoster(Integer tenantId, Roster roster)
-