| | |
| | | /**
|
| | | * 查询通道信息,不区分设备(已关联平台或全部)
|
| | | */
|
| | | PageInfo<ChannelReduce> queryAllChannelList(int page, int count, String query, Boolean online, Boolean channelType, String platformId, Boolean inPlatform);
|
| | | PageInfo<ChannelReduce> queryAllChannelList(int page, int count, String query, Boolean online, Boolean channelType, String platformId, String catalogId);
|
| | |
|
| | | /**
|
| | | * 查询设备的通道信息
|
| | |
| | | * @param online
|
| | | */
|
| | | void updateParentPlatformStatus(String platformGbID, boolean online);
|
| | |
|
| | | /**
|
| | | * 更新媒体节点
|
| | | * @param mediaServerItem
|
| | | */
|
| | | void updateMediaServer(MediaServerItem mediaServerItem);
|
| | |
|
| | | /**
|
| | | * 根据媒体ID获取启用/不启用的代理列表
|