@Service public class ShiftService extends AbstractRestService
| Constructor and Description |
|---|
ShiftService(javax.validation.Validator validator,
ShiftRepository shiftRepository,
SpotRepository spotRepository,
SkillService skillService,
EmployeeRepository employeeRepository,
RosterService rosterService,
IndictmentUtils indictmentUtils) |
| Modifier and Type | Method and Description |
|---|---|
ShiftView |
createShift(Integer tenantId,
ShiftView shiftView) |
Boolean |
deleteShift(Integer tenantId,
Long id) |
ShiftView |
getShift(Integer tenantId,
Long id) |
List<ShiftView> |
getShiftList(Integer tenantId) |
ShiftView |
updateShift(Integer tenantId,
ShiftView shiftView) |
validateBeanpublic ShiftService(javax.validation.Validator validator,
ShiftRepository shiftRepository,
SpotRepository spotRepository,
SkillService skillService,
EmployeeRepository employeeRepository,
RosterService rosterService,
IndictmentUtils indictmentUtils)
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.