Uses of Class
org.optaweb.employeerostering.domain.rotation.Seat
-
Packages that use Seat Package Description org.optaweb.employeerostering.domain.rotation org.optaweb.employeerostering.domain.rotation.view -
-
Uses of Seat in org.optaweb.employeerostering.domain.rotation
Methods in org.optaweb.employeerostering.domain.rotation that return types with arguments of type Seat Modifier and Type Method Description List<Seat>TimeBucket. getSeatList()Method parameters in org.optaweb.employeerostering.domain.rotation with type arguments of type Seat Modifier and Type Method Description voidTimeBucket. setSeatList(List<Seat> seatList)Constructor parameters in org.optaweb.employeerostering.domain.rotation with type arguments of type Seat Constructor Description TimeBucket(Integer tenantId, Spot spot, LocalTime startTime, LocalTime endTime, Set<Skill> additionalSkillSet, Set<DayOfWeek> repeatOnDaySet, List<Seat> seatList) -
Uses of Seat in org.optaweb.employeerostering.domain.rotation.view
Constructors in org.optaweb.employeerostering.domain.rotation.view with parameters of type Seat Constructor Description SeatView(Seat seat)
-