Uses of Class
br.com.senior.hcm.recruitment.pojos.WorkShift
-
Packages that use WorkShift Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of WorkShift in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return WorkShift Modifier and Type Method Description WorkShiftWorkShift. code(Integer code)WorkShiftWorkShift. description(String description)WorkShiftEmployeeSummary. getNewWorkshift()Get newWorkshiftWorkShiftEmployee. getWorkshift()Get workshiftWorkShiftStaffRequisition. getWorkShift()Get workShiftWorkShiftVacancy. getWorkShift()Get workShiftWorkShiftWorkShift. id(String id)WorkShiftWorkShift. shift(ShiftDto shift)Methods in br.com.senior.hcm.recruitment.pojos with parameters of type WorkShift Modifier and Type Method Description EmployeeSummaryEmployeeSummary. newWorkshift(WorkShift newWorkshift)voidEmployeeSummary. setNewWorkshift(WorkShift newWorkshift)voidEmployee. setWorkshift(WorkShift workshift)voidStaffRequisition. setWorkShift(WorkShift workShift)voidVacancy. setWorkShift(WorkShift workShift)EmployeeEmployee. workshift(WorkShift workshift)StaffRequisitionStaffRequisition. workShift(WorkShift workShift)VacancyVacancy. workShift(WorkShift workShift)
-