|  |  |  | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | public interface IGlobalAlarmService { | 
|---|
|  |  |  | public List<GlobalAlarmData> selectAlarmLogs(GlobalAlarmCondition condition); | 
|---|
|  |  |  | public List<GlobalAlarmData> selectAlarmLogsAll(); | 
|---|
|  |  |  | Object updateAlarmViewTime(GlobalAlarmCondition condition); | 
|---|
|  |  |  | public void receiveAlarm(String topic,String message); | 
|---|
|  |  |  | public Map<String,Object> selectAlarmLogsCount(); | 
|---|
|  |  |  | Object selectAlarmList(Integer command, String beginTime, String endTime,Integer pageNum,Integer pageSize); | 
|---|
|  |  |  | public List<GlobalAlarmData> selectThermalMap(GlobalAlarmCondition condition); | 
|---|
|  |  |  | } | 
|---|