Class ShiftService
- java.lang.Object
-
- org.optaweb.employeerostering.service.common.AbstractRestService
-
- org.optaweb.employeerostering.service.shift.ShiftService
-
@Service public class ShiftService extends AbstractRestService
-
-
Constructor Summary
Constructors Constructor Description ShiftService(javax.validation.Validator validator, ShiftRepository shiftRepository, SpotRepository spotRepository, SkillService skillService, EmployeeRepository employeeRepository, RosterService rosterService, IndictmentUtils indictmentUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShiftViewcreateShift(Integer tenantId, ShiftView shiftView)BooleandeleteShift(Integer tenantId, Long id)ShiftViewgetShift(Integer tenantId, Long id)List<ShiftView>getShiftList(Integer tenantId)ShiftViewupdateShift(Integer tenantId, ShiftView shiftView)-
Methods inherited from class org.optaweb.employeerostering.service.common.AbstractRestService
validateBean
-
-
-
-
Constructor Detail
-
ShiftService
public ShiftService(javax.validation.Validator validator, ShiftRepository shiftRepository, SpotRepository spotRepository, SkillService skillService, EmployeeRepository employeeRepository, RosterService rosterService, IndictmentUtils indictmentUtils)
-
-