| | |
| | | |
| | | List getDevAlarmHistory(List deviceIds); |
| | | |
| | | int getCountForInterface(InterfaceParam param); |
| | | //int getCountForInterface(InterfaceParam param); |
| | | |
| | | //List getListForInterface(InterfaceParam param); |
| | | |
| | |
| | | |
| | | List<DevalarmDataHistory> getDataBeforeRetentionMonth(@Param("retentionTime") Date retentionTime); |
| | | |
| | | List<BattalarmDataHistory> getLevelSubList(int uId, String tableName); |
| | | //List<BattalarmDataHistory> getLevelSubList(int uId, String tableName); |
| | | |
| | | List<DevalarmDataHistory> getListByStationId(Date startTime, Date endTime, String stationId,String tableName); |
| | | //List<DevalarmDataHistory> getListByStationId(Date startTime, Date endTime, String stationId,String tableName); |
| | | |
| | | } |