Uses of Class
org.optaweb.employeerostering.domain.spot.Spot
-
-
Uses of Spot in org.optaweb.employeerostering.domain.roster
Methods in org.optaweb.employeerostering.domain.roster that return types with arguments of type Spot Modifier and Type Method Description List<Spot>Roster. getSpotList()Method parameters in org.optaweb.employeerostering.domain.roster with type arguments of type Spot Modifier and Type Method Description voidRoster. setSpotList(List<Spot> spotList) -
Uses of Spot in org.optaweb.employeerostering.domain.roster.view
Fields in org.optaweb.employeerostering.domain.roster.view with type parameters of type Spot Modifier and Type Field Description protected @NotNull List<Spot>AbstractRosterView. spotListMethods in org.optaweb.employeerostering.domain.roster.view that return types with arguments of type Spot Modifier and Type Method Description List<Spot>AbstractRosterView. getSpotList()Method parameters in org.optaweb.employeerostering.domain.roster.view with type arguments of type Spot Modifier and Type Method Description voidAbstractRosterView. setSpotList(List<Spot> spotList) -
Uses of Spot in org.optaweb.employeerostering.domain.rotation
Methods in org.optaweb.employeerostering.domain.rotation that return Spot Modifier and Type Method Description SpotTimeBucket. getSpot()Methods in org.optaweb.employeerostering.domain.rotation with parameters of type Spot Modifier and Type Method Description voidTimeBucket. setSpot(Spot spot)Constructors in org.optaweb.employeerostering.domain.rotation with parameters of type Spot 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 Spot in org.optaweb.employeerostering.domain.shift
Methods in org.optaweb.employeerostering.domain.shift that return Spot Modifier and Type Method Description SpotShift. getSpot()Methods in org.optaweb.employeerostering.domain.shift with parameters of type Spot Modifier and Type Method Description voidShift. setSpot(Spot spot)Constructors in org.optaweb.employeerostering.domain.shift with parameters of type Spot Constructor Description Shift(Integer tenantId, Spot spot, OffsetDateTime startDateTime, OffsetDateTime endDateTime)Shift(Integer tenantId, Spot spot, OffsetDateTime startDateTime, OffsetDateTime endDateTime, Employee rotationEmployee)Shift(Integer tenantId, Spot spot, OffsetDateTime startDateTime, OffsetDateTime endDateTime, Employee rotationEmployee, Set<Skill> requiredSkillSet, Employee originalEmployee)Shift(ZoneId zoneId, ShiftView shiftView, Spot spot)Shift(ZoneId zoneId, ShiftView shiftView, Spot spot, Employee rotationEmployee)Shift(ZoneId zoneId, ShiftView shiftView, Spot spot, Employee rotationEmployee, Set<Skill> requiredSkillSet, Employee originalEmployee) -
Uses of Spot in org.optaweb.employeerostering.domain.shift.view
Constructors in org.optaweb.employeerostering.domain.shift.view with parameters of type Spot Constructor Description ShiftView(Integer tenantId, Spot spot, LocalDateTime startDateTime, LocalDateTime endDateTime)ShiftView(Integer tenantId, Spot spot, LocalDateTime startDateTime, LocalDateTime endDateTime, Employee rotationEmployee)ShiftView(Integer tenantId, Spot spot, LocalDateTime startDateTime, LocalDateTime endDateTime, Employee rotationEmployee, List<Long> requiredSkillSetIdList, Employee originalEmployee) -
Uses of Spot in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return types with arguments of type Spot Modifier and Type Method Description List<Spot>RosterGenerator. createSpotList(RosterGenerator.GeneratorType generatorType, Integer tenantId, int size, List<Skill> skillList)Method parameters in org.optaweb.employeerostering.service.roster with type arguments of type Spot Modifier and Type Method Description 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)org.springframework.http.ResponseEntity<ShiftRosterView>RosterController. getShiftRosterViewFor(@Min(0L) Integer tenantId, String startDateString, String endDateString, @Valid List<Spot> spots)ShiftRosterViewRosterService. getShiftRosterViewFor(Integer tenantId, String startDateString, String endDateString, List<Spot> spotList) -
Uses of Spot in org.optaweb.employeerostering.service.shift
Method parameters in org.optaweb.employeerostering.service.shift with type arguments of type Spot Modifier and Type Method Description List<Shift>ShiftRepository. filterWithSpots(Integer tenantId, Set<Spot> spotSet, OffsetDateTime startDateTime, OffsetDateTime endDateTime) -
Uses of Spot in org.optaweb.employeerostering.service.spot
Methods in org.optaweb.employeerostering.service.spot that return Spot Modifier and Type Method Description SpotSpotService. convertFromView(Integer tenantId, SpotView spotView)SpotSpotService. createSpot(Integer tenantId, SpotView spotView)SpotSpotService. getSpot(Integer tenantId, Long id)SpotSpotService. updateSpot(Integer tenantId, SpotView spotView)Methods in org.optaweb.employeerostering.service.spot that return types with arguments of type Spot Modifier and Type Method Description org.springframework.http.ResponseEntity<Spot>SpotController. createSpot(@Min(0L) Integer tenantId, @Valid SpotView spotView)List<Spot>SpotRepository. findAllByTenantId(Integer tenantId, org.springframework.data.domain.Pageable pageable)org.springframework.http.ResponseEntity<Spot>SpotController. getSpot(@Min(0L) Integer tenantId, @Min(0L) Long id)org.springframework.http.ResponseEntity<List<Spot>>SpotController. getSpotList(@Min(0L) Integer tenantId)List<Spot>SpotService. getSpotList(Integer tenantId)org.springframework.http.ResponseEntity<Spot>SpotController. updateSpot(@Min(0L) Integer tenantId, @Valid SpotView spotView)
-