Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshift.DTOWorkShift
Packages that use DTOWorkShift
-
Uses of DTOWorkShift in overit.geocallapp.wfm.calendars.rs1.workshift
Methods in overit.geocallapp.wfm.calendars.rs1.workshift that return types with arguments of type DTOWorkShiftModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShift> WorkShiftService.get(Long workShiftId, Collection<String> fields) Retrieves the required work shift by calling theWorkShiftLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShift>> WorkShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftFilter filter) Returns the collection of all the stored work shifts by calling theWorkShiftSearchEvent.