Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshiftexception.DTOWorkShiftException
Packages that use DTOWorkShiftException
-
Uses of DTOWorkShiftException in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception that return types with arguments of type DTOWorkShiftExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftException> WorkShiftExceptionService.get(Long workShiftExceptionId, Collection<String> fields) Retrieves the required work shift exception by calling theWorkShiftExceptionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftException>> WorkShiftExceptionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionFilter filter) Returns the collection of all the stored work shift exceptions by calling theWorkShiftExceptionSearchEvent.