Package 

Interface IThingGroupCache

    • Method Summary

      Modifier and Type Method Description
      abstract void updateGroupCache(List<GroupRespBean> groupBeen)
      abstract List<GroupBean> getGroupList()
      abstract GroupBean getGroupBean(long groupId)
      abstract List<DeviceBean> getDeviceBeanList(long groupId)
      abstract void addGroup(GroupRespBean groupBean)
      abstract void removeGroup(long groupId)
      abstract void onDestroy()
      abstract GroupRespBean getGroupRespBean(long mGroupId)
      abstract void addGroupList(List<GroupRespBean> groupRespBeans)
      abstract List<GroupRespBean> getGroupRespBeanList()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait