Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.DTOAccountMeasuringElement
Packages that use DTOAccountMeasuringElement
-
Uses of DTOAccountMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement that return types with arguments of type DTOAccountMeasuringElementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountMeasuringElement> OrchestratorAccountMeasuringElementService.get(Long accountId, Long measuringElementId, Collection<String> fields) Retrieves the requiredDTOAccountMeasuringElementby calling theMeasuringElementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElement>> OrchestratorAccountMeasuringElementService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the account by calling theMeasuringElementSearchEvent.