Uses of Class
overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest.DTOResourceLatestPosition
Packages that use DTOResourceLatestPosition
-
Uses of DTOResourceLatestPosition in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest that return types with arguments of type DTOResourceLatestPositionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceLatestPosition> ResourceLatestPositionService.get(Long resourceLatestPositionId, Collection<String> fields) Retrieves the requiredDTOResourceLatestPositionby calling theResourceLastGPSPositionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourceLatestPosition>> ResourceLatestPositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceLatestPositionFilter filter) Returns the collection of all the stored resource latest positions by calling theResourceLastGPSPositionSearchEvent.