Uses of Class
overit.geocallapp.wfm.timesheets.rs1.clockings.DTOClocking
Packages that use DTOClocking
-
Uses of DTOClocking in overit.geocallapp.wfm.timesheets.rs1.clockings
Methods in overit.geocallapp.wfm.timesheets.rs1.clockings that return types with arguments of type DTOClockingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClocking> ClockingService.get(Long id, Collection<String> fields) Retrieves the required clocking by calling theClockingLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOClockingFilter filter) Returns the collection of all the stored clockings by calling theClockingSearchEvent.