Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact.DTOWorkShiftExceptionImpact
Packages that use DTOWorkShiftExceptionImpact
-
Uses of DTOWorkShiftExceptionImpact in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact that return types with arguments of type DTOWorkShiftExceptionImpactModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionImpact> WorkShiftExceptionImpactService.get(Long id, Collection<String> fields) Retrieves the required work shift exception impact by calling theWorkShiftExceptionImpactLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionImpact>> WorkShiftExceptionImpactService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionImpactFilter filter) Returns the collection of all the stored work shift exception impacts by calling theWorkShiftExceptionImpactSearchEvent.