Uses of Class
org.optaweb.employeerostering.domain.tenant.RosterConstraintConfiguration
-
Packages that use RosterConstraintConfiguration Package Description org.optaweb.employeerostering.domain.roster org.optaweb.employeerostering.service.roster org.optaweb.employeerostering.service.tenant -
-
Uses of RosterConstraintConfiguration in org.optaweb.employeerostering.domain.roster
Methods in org.optaweb.employeerostering.domain.roster that return RosterConstraintConfiguration Modifier and Type Method Description RosterConstraintConfigurationRoster. getRosterConstraintConfiguration()Methods in org.optaweb.employeerostering.domain.roster with parameters of type RosterConstraintConfiguration Modifier and Type Method Description voidRoster. setRosterConstraintConfiguration(RosterConstraintConfiguration rosterConstraintConfiguration)Constructors in org.optaweb.employeerostering.domain.roster with parameters of type RosterConstraintConfiguration 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 RosterConstraintConfiguration in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return RosterConstraintConfiguration Modifier and Type Method Description RosterConstraintConfigurationRosterGenerator. createTenantConfiguration(RosterGenerator.GeneratorType generatorType, Integer tenantId, ZoneId zoneId)Methods in org.optaweb.employeerostering.service.roster with parameters of type RosterConstraintConfiguration 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) -
Uses of RosterConstraintConfiguration in org.optaweb.employeerostering.service.tenant
Methods in org.optaweb.employeerostering.service.tenant that return RosterConstraintConfiguration Modifier and Type Method Description RosterConstraintConfigurationTenantService. getRosterConstraintConfiguration(Integer tenantId)RosterConstraintConfigurationTenantService. updateRosterConstraintConfiguration(RosterConstraintConfigurationView rosterConstraintConfigurationView)Methods in org.optaweb.employeerostering.service.tenant that return types with arguments of type RosterConstraintConfiguration Modifier and Type Method Description Optional<RosterConstraintConfiguration>RosterConstraintConfigurationRepository. findByTenantId(Integer tenantId)org.springframework.http.ResponseEntity<RosterConstraintConfiguration>TenantController. getRosterConstraintConfiguration(@Min(0L) Integer tenantId)org.springframework.http.ResponseEntity<RosterConstraintConfiguration>TenantController. updateRosterConstraintConfiguration(@Valid RosterConstraintConfigurationView rosterConstraintConfigurationView)
-