Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement.DTOWorkShiftExceptionManagement
Packages that use DTOWorkShiftExceptionManagement
-
Uses of DTOWorkShiftExceptionManagement in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement that return types with arguments of type DTOWorkShiftExceptionManagementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionManagement> WorkShiftExceptionManagementService.get(Long id, Collection<String> fields) Retrieves the required work shift exception management by calling theWorkShiftExceptionManagementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionManagement>> WorkShiftExceptionManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionManagementFilter filter) Returns the collection of all the stored work shift exception managements by calling theWorkShiftExceptionManagementSearchEvent.