Uses of Class
org.optaweb.employeerostering.domain.skill.Skill
-
-
Uses of Skill in org.optaweb.employeerostering.domain.employee
Methods in org.optaweb.employeerostering.domain.employee that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>Employee. getSkillProficiencySet()Methods in org.optaweb.employeerostering.domain.employee with parameters of type Skill Modifier and Type Method Description booleanEmployee. hasSkill(Skill skill)Method parameters in org.optaweb.employeerostering.domain.employee with type arguments of type Skill Modifier and Type Method Description booleanEmployee. hasSkills(Collection<Skill> skills)voidEmployee. setSkillProficiencySet(Set<Skill> skillProficiencySet)Constructor parameters in org.optaweb.employeerostering.domain.employee with type arguments of type Skill Constructor Description Employee(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet)Employee(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet, String shortId, String color) -
Uses of Skill in org.optaweb.employeerostering.domain.employee.view
Methods in org.optaweb.employeerostering.domain.employee.view that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>EmployeeView. getSkillProficiencySet()Method parameters in org.optaweb.employeerostering.domain.employee.view with type arguments of type Skill Modifier and Type Method Description voidEmployeeView. setSkillProficiencySet(Set<Skill> skillProficiencySet)Constructor parameters in org.optaweb.employeerostering.domain.employee.view with type arguments of type Skill Constructor Description EmployeeView(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet)EmployeeView(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet, String shortId, String color) -
Uses of Skill in org.optaweb.employeerostering.domain.roster
Methods in org.optaweb.employeerostering.domain.roster that return types with arguments of type Skill Modifier and Type Method Description List<Skill>Roster. getSkillList()Method parameters in org.optaweb.employeerostering.domain.roster with type arguments of type Skill Modifier and Type Method Description voidRoster. setSkillList(List<Skill> skillList)Constructor parameters in org.optaweb.employeerostering.domain.roster with type arguments of type Skill 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 Skill in org.optaweb.employeerostering.domain.rotation
Methods in org.optaweb.employeerostering.domain.rotation that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>TimeBucket. getAdditionalSkillSet()Method parameters in org.optaweb.employeerostering.domain.rotation with type arguments of type Skill Modifier and Type Method Description voidTimeBucket. setAdditionalSkillSet(Set<Skill> additionalSkillSet)Constructor parameters in org.optaweb.employeerostering.domain.rotation with type arguments of type Skill Constructor Description TimeBucket(Integer tenantId, Spot spot, LocalTime startTime, LocalTime endTime, Set<Skill> additionalSkillSet, Set<DayOfWeek> repeatOnDaySet, DayOfWeek startOfWeek, int rotationLength)TimeBucket(Integer tenantId, Spot spot, LocalTime startTime, LocalTime endTime, Set<Skill> additionalSkillSet, Set<DayOfWeek> repeatOnDaySet, List<Seat> seatList) -
Uses of Skill in org.optaweb.employeerostering.domain.shift
Methods in org.optaweb.employeerostering.domain.shift that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>Shift. getRequiredSkillSet()Method parameters in org.optaweb.employeerostering.domain.shift with type arguments of type Skill Modifier and Type Method Description voidShift. setRequiredSkillSet(Set<Skill> requiredSkillSet)Constructor parameters in org.optaweb.employeerostering.domain.shift with type arguments of type Skill Constructor Description Shift(Integer tenantId, Spot spot, OffsetDateTime startDateTime, OffsetDateTime endDateTime, Employee rotationEmployee, Set<Skill> requiredSkillSet, Employee originalEmployee)Shift(ZoneId zoneId, ShiftView shiftView, Spot spot, Employee rotationEmployee, Set<Skill> requiredSkillSet, Employee originalEmployee) -
Uses of Skill in org.optaweb.employeerostering.domain.spot
Methods in org.optaweb.employeerostering.domain.spot that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>Spot. getRequiredSkillSet()Method parameters in org.optaweb.employeerostering.domain.spot with type arguments of type Skill Modifier and Type Method Description voidSpot. setRequiredSkillSet(Set<Skill> requiredSkillSet)Constructor parameters in org.optaweb.employeerostering.domain.spot with type arguments of type Skill Constructor Description Spot(Integer tenantId, String name, Set<Skill> requiredSkillSet) -
Uses of Skill in org.optaweb.employeerostering.domain.spot.view
Methods in org.optaweb.employeerostering.domain.spot.view that return types with arguments of type Skill Modifier and Type Method Description Set<Skill>SpotView. getRequiredSkillSet()Method parameters in org.optaweb.employeerostering.domain.spot.view with type arguments of type Skill Modifier and Type Method Description voidSpotView. setRequiredSkillSet(Set<Skill> requiredSkillSet)Constructor parameters in org.optaweb.employeerostering.domain.spot.view with type arguments of type Skill Constructor Description SpotView(Integer tenantId, String name, Set<Skill> requiredSkillSet) -
Uses of Skill in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return types with arguments of type Skill Modifier and Type Method Description List<Skill>RosterGenerator. createSkillList(RosterGenerator.GeneratorType generatorType, Integer tenantId, int size)Method parameters in org.optaweb.employeerostering.service.roster with type arguments of type Skill Modifier and Type Method Description List<Spot>RosterGenerator. createSpotList(RosterGenerator.GeneratorType generatorType, Integer tenantId, int size, List<Skill> skillList) -
Uses of Skill in org.optaweb.employeerostering.service.skill
Methods in org.optaweb.employeerostering.service.skill that return Skill Modifier and Type Method Description SkillSkillService. convertFromView(Integer tenantId, SkillView skillView)SkillSkillService. createSkill(Integer tenantId, SkillView skillView)SkillSkillService. getSkill(Integer tenantId, Long id)SkillSkillService. updateSkill(Integer tenantId, SkillView skillView)Methods in org.optaweb.employeerostering.service.skill that return types with arguments of type Skill Modifier and Type Method Description org.springframework.http.ResponseEntity<Skill>SkillController. createSkill(@Min(0L) Integer tenantId, @Valid SkillView skillView)List<Skill>SkillRepository. findAllByTenantId(Integer tenantId)org.springframework.http.ResponseEntity<Skill>SkillController. getSkill(@Min(0L) Integer tenantId, @Min(0L) Long id)org.springframework.http.ResponseEntity<List<Skill>>SkillController. getSkillList(@Min(0L) Integer tenantId)List<Skill>SkillService. getSkillList(Integer tenantId)org.springframework.http.ResponseEntity<Skill>SkillController. updateSkill(@Min(0L) Integer tenantId, @Valid SkillView skillView)
-