|  |  |  | 
|---|
|  |  |  | @SuppressWarnings("rawtypes") | 
|---|
|  |  |  | public interface HistoryMinutelyService { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, Object> getDayAQIByDevice(Map<String, Object> parameters); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, List> getCompareReport(Map<String, Object> parameters) throws Exception; | 
|---|
|  |  |  | Map<String, Object> getDayAQIByDevice(Map<String, Object> parameters); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<Map<String, Object>> getMonitorPointOrDeviceAvgData(Map<String, Object> parameters) throws Exception; | 
|---|
|  |  |  | Map<String, List> getCompareReport(Map<String, Object> parameters) throws Exception; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, Object> getMonthAverageBySensor(Map<String, Object> parameters); | 
|---|
|  |  |  | List<Map<String, Object>> getMonitorPointOrDeviceAvgData(Map<String, Object> parameters) throws Exception; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, Object> getMonthAverageBySensor(Map<String, Object> parameters); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, List<List<Double>>> queryLineChartDateByCrieria(LineChartCriteria lineChartCriteria); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void convertQueryParam(Map<String, Object> parameters) throws ParseException; | 
|---|
|  |  |  | void convertQueryParam(Map<String, Object> parameters) throws ParseException; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<Map<String, Object>> getSensorData(Map<String, Object> parameters) throws Exception; | 
|---|
|  |  |  | } | 
|---|