Uses of Class
overit.geocallapp.wfm.accounts.rs1.readingmetertype.DTOReadingMeterType
Packages that use DTOReadingMeterType
-
Uses of DTOReadingMeterType in overit.geocallapp.wfm.accounts.rs1.readingmetertype
Methods in overit.geocallapp.wfm.accounts.rs1.readingmetertype that return types with arguments of type DTOReadingMeterTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOReadingMeterType> ReadingMeterTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOReadingMeterTypeby calling theReadingMeterTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOReadingMeterTypeFilter filter) Returns the collection of all the stored reading meter types by calling theReadingMeterTypeSearchEvent.