Uses of Class
overit.geocallapp.wfm.accounts.rs1.meter.DTOMeter
Packages that use DTOMeter
-
Uses of DTOMeter in overit.geocallapp.wfm.accounts.rs1.meter
Methods in overit.geocallapp.wfm.accounts.rs1.meter that return types with arguments of type DTOMeterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeter> AccountMeterService.get(Long accountId, Long meterId, Collection<String> fields) Retrieves the requiredDTOMeterby calling theMeterLoadEvent.org.springframework.http.ResponseEntity<DTOMeter> MeterService.get(Long meterId, Collection<String> fields) Retrieves the requiredDTOMeterby calling theMeterLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeter>> AccountMeterService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeter>> MeterService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent.