Uses of Class
overit.geocallapp.wfm.accounts.rs1.meterlocation.DTOMeterLocation
Packages that use DTOMeterLocation
-
Uses of DTOMeterLocation in overit.geocallapp.wfm.accounts.rs1.meterlocation
Methods in overit.geocallapp.wfm.accounts.rs1.meterlocation that return types with arguments of type DTOMeterLocationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterLocation> MeterLocationService.get(Long meterLocationId, Collection<String> fields) Retrieves the requiredDTOMeterLocationby calling theMeterLocationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterLocation>> MeterLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterLocationFilter filter) Returns the collection of all the stored meter locations by calling theMeterLocationSearchEvent.