Uses of Class
overit.geocallapp.wfm.gpstracking.rs1.resource.position.DTOResourcePosition
Packages that use DTOResourcePosition
-
Uses of DTOResourcePosition in overit.geocallapp.wfm.gpstracking.rs1.resource.position
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position that return types with arguments of type DTOResourcePositionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourcePosition> ResourcePositionService.get(Long resourcePositionId, Collection<String> fields) Retrieves the requiredDTOResourcePositionby calling theResourceGPSPositionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourcePosition>> ResourcePositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourcePositionFilter filter) Returns the collection of all the stored resource GPS positions by calling theResourceGPSPositionSearchEvent.