Uses of Class
org.optaweb.employeerostering.domain.roster.RosterState
-
-
Uses of RosterState in org.optaweb.employeerostering.domain.roster
Methods in org.optaweb.employeerostering.domain.roster that return RosterState Modifier and Type Method Description RosterStateRoster. getRosterState()Methods in org.optaweb.employeerostering.domain.roster with parameters of type RosterState Modifier and Type Method Description voidRoster. setRosterState(RosterState rosterState)Constructors in org.optaweb.employeerostering.domain.roster with parameters of type RosterState Constructor Description Roster(Long id, Integer tenantId, RosterConstraintConfiguration rosterConstraintConfiguration, List<Skill> skillList, List<Spot> spotList, List<Employee> employeeList, List<EmployeeAvailability> employeeAvailabilityList, RosterState rosterState, List<Shift> shiftList)Roster(Long id, Integer tenantId, RosterConstraintConfiguration rosterConstraintConfiguration, List<Skill> skillList, List<Spot> spotList, List<Employee> employeeList, List<EmployeeAvailability> employeeAvailabilityList, RosterState rosterState, List<Shift> shiftList, boolean isNondisruptivePlanning, OffsetDateTime nondisruptiveReplanFrom) -
Uses of RosterState in org.optaweb.employeerostering.domain.roster.view
Fields in org.optaweb.employeerostering.domain.roster.view declared as RosterState Modifier and Type Field Description protected @NotNull RosterStateAbstractRosterView. rosterStateMethods in org.optaweb.employeerostering.domain.roster.view that return RosterState Modifier and Type Method Description RosterStateAbstractRosterView. getRosterState()Methods in org.optaweb.employeerostering.domain.roster.view with parameters of type RosterState Modifier and Type Method Description voidAbstractRosterView. setRosterState(RosterState rosterState) -
Uses of RosterState in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return RosterState Modifier and Type Method Description RosterStateRosterGenerator. createRosterState(RosterGenerator.GeneratorType generatorType, Tenant tenant, ZoneId zoneId, int lengthInDays)RosterStateRosterService. getRosterState(Integer tenantId)Methods in org.optaweb.employeerostering.service.roster that return types with arguments of type RosterState Modifier and Type Method Description Optional<RosterState>RosterStateRepository. findByTenantId(Integer tenantId)org.springframework.http.ResponseEntity<RosterState>RosterController. getRosterState(@Min(0L) Integer tenantId)Methods in org.optaweb.employeerostering.service.roster with parameters of type RosterState Modifier and Type Method Description List<EmployeeAvailability>RosterGenerator. createEmployeeAvailabilityList(RosterGenerator.GeneratorType generatorType, Integer tenantId, RosterConstraintConfiguration rosterConstraintConfiguration, RosterState rosterState, List<Employee> employeeList, List<Shift> shiftList)List<Shift>RosterGenerator. createShiftList(RosterGenerator.GeneratorType generatorType, Integer tenantId, RosterConstraintConfiguration rosterConstraintConfiguration, RosterState rosterState, List<Spot> spotList, List<TimeBucket> timeBucketList)List<TimeBucket>RosterGenerator. createTimeBucketList(RosterGenerator.GeneratorType generatorType, Integer tenantId, DayOfWeek startOfWeek, RosterState rosterState, List<Spot> spotList, List<Employee> employeeList, List<Skill> skillList) -
Uses of RosterState in org.optaweb.employeerostering.service.tenant
Methods in org.optaweb.employeerostering.service.tenant that return RosterState Modifier and Type Method Description RosterStateTenantService. convertFromRosterStateView(RosterStateView rosterStateView)
-