-
public interface IThingDeviceDataManager
-
-
Method Summary
Modifier and Type Method Description abstract DeviceBean
getDeviceBean(String devId)
abstract List<DeviceBean>
getDeviceBeanList()
Get all device data from cache. abstract GroupBean
getGroupBean(long id)
abstract ProductBean
getProductBean(String productId)
abstract ProductPanelInfoBean
getDeviceProductPanelInfoBean(String pId)
get Product Panel info from cache. abstract IThingDeviceOperator
getDeviceOperator()
-
-
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()
-
-
-
-