-
public interface IThingDeviceDataManager
-
-
Method Summary
Modifier and Type Method Description abstract DeviceBeangetDeviceBean(String devId)abstract List<DeviceBean>getDeviceBeanList()Get all device data from cache. abstract GroupBeangetGroupBean(long id)abstract ProductBeangetProductBean(String productId)abstract ProductPanelInfoBeangetDeviceProductPanelInfoBean(String pId)get Product Panel info from cache. abstract IThingDeviceOperatorgetDeviceOperator()-
-
Method Detail
-
getDeviceBean
abstract DeviceBean getDeviceBean(String devId)
-
getDeviceBeanList
abstract List<DeviceBean> getDeviceBeanList()
Get all device data from cache.
-
getGroupBean
abstract GroupBean getGroupBean(long id)
- Parameters:
id- group id
-
getProductBean
abstract ProductBean getProductBean(String productId)
-
getDeviceProductPanelInfoBean
abstract ProductPanelInfoBean getDeviceProductPanelInfoBean(String pId)
get Product Panel info from cache.
-
getDeviceOperator
abstract IThingDeviceOperator getDeviceOperator()
-
-
-
-