Uses of Class
org.optaweb.employeerostering.domain.shift.view.ShiftView
-
-
Uses of ShiftView in org.optaweb.employeerostering.domain.roster.view
Fields in org.optaweb.employeerostering.domain.roster.view with type parameters of type ShiftView Modifier and Type Field Description protected @NotNull Map<Long,List<ShiftView>>ShiftRosterView. spotIdToShiftViewListMapMethods in org.optaweb.employeerostering.domain.roster.view that return types with arguments of type ShiftView Modifier and Type Method Description Map<Long,List<ShiftView>>AvailabilityRosterView. getEmployeeIdToShiftViewListMap()Map<Long,List<ShiftView>>ShiftRosterView. getSpotIdToShiftViewListMap()List<ShiftView>AvailabilityRosterView. getUnassignedShiftViewList()Method parameters in org.optaweb.employeerostering.domain.roster.view with type arguments of type ShiftView Modifier and Type Method Description voidAvailabilityRosterView. setEmployeeIdToShiftViewListMap(Map<Long,List<ShiftView>> employeeIdToShiftViewListMap)voidShiftRosterView. setSpotIdToShiftViewListMap(Map<Long,List<ShiftView>> spotIdToShiftViewListMap)voidAvailabilityRosterView. setUnassignedShiftViewList(List<ShiftView> unassignedShiftViewList) -
Uses of ShiftView in org.optaweb.employeerostering.domain.shift
Constructors in org.optaweb.employeerostering.domain.shift with parameters of type ShiftView Constructor Description 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 ShiftView in org.optaweb.employeerostering.service.common
Methods in org.optaweb.employeerostering.service.common that return ShiftView Modifier and Type Method Description ShiftViewIndictmentUtils. getShiftViewWithIndictment(ZoneId zoneId, Shift shift, org.optaplanner.core.api.score.constraint.Indictment indictment) -
Uses of ShiftView in org.optaweb.employeerostering.service.shift
Methods in org.optaweb.employeerostering.service.shift that return ShiftView Modifier and Type Method Description ShiftViewShiftService. createShift(Integer tenantId, ShiftView shiftView)ShiftViewShiftService. getShift(Integer tenantId, Long id)ShiftViewShiftService. updateShift(Integer tenantId, ShiftView shiftView)Methods in org.optaweb.employeerostering.service.shift that return types with arguments of type ShiftView Modifier and Type Method Description org.springframework.http.ResponseEntity<ShiftView>ShiftController. createShift(@Min(0L) Integer tenantId, @Valid ShiftView shiftView)org.springframework.http.ResponseEntity<ShiftView>ShiftController. getShift(@Min(0L) Integer tenantId, @Min(0L) Long id)org.springframework.http.ResponseEntity<List<ShiftView>>ShiftController. getShiftList(@Min(0L) Integer tenantId)List<ShiftView>ShiftService. getShiftList(Integer tenantId)org.springframework.http.ResponseEntity<ShiftView>ShiftController. updateShift(@Min(0L) Integer tenantId, @Valid ShiftView shiftView)Methods in org.optaweb.employeerostering.service.shift with parameters of type ShiftView Modifier and Type Method Description org.springframework.http.ResponseEntity<ShiftView>ShiftController. createShift(@Min(0L) Integer tenantId, @Valid ShiftView shiftView)ShiftViewShiftService. createShift(Integer tenantId, ShiftView shiftView)org.springframework.http.ResponseEntity<ShiftView>ShiftController. updateShift(@Min(0L) Integer tenantId, @Valid ShiftView shiftView)ShiftViewShiftService. updateShift(Integer tenantId, ShiftView shiftView)
-