| | |
| | |
|
| | | List<Device> getInstallDevicesByOperateUser(Integer uid, Integer pageIndex, Integer pageSize);
|
| | |
|
| | | Device getDeviceByMac(String mac);
|
| | | Device getDeviceByMac(String mac, boolean fromCache);
|
| | |
|
| | | Device getDeviceByMac(String mac);
|
| | |
|
| | | List<Device> query(Map<String,Object> map);
|
| | | PageResult query(Integer orgId, String deviceName,Integer pageSize,Integer pageNo);
|
| | |
| | | List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
|
| | |
|
| | | List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData);
|
| | |
|
| | | Device queryById(Integer id);
|
| | |
|
| | | List<Device> getDevicesByProfessionId(Map<String, Object> parameters);
|
| | | }
|