net.polyv.live.v1.service.channel.impl
类 LiveChannelDocServiceImpl

java.lang.Object
  继承者 net.polyv.live.v1.service.LiveBaseService
      继承者 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl
所有已实现的接口:
ILiveChannelDocService

public class LiveChannelDocServiceImpl
extends LiveBaseService
implements ILiveChannelDocService

直播文档管理实现类


字段摘要
 
从类 net.polyv.live.v1.service.LiveBaseService 继承的字段
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX
 
构造方法摘要
LiveChannelDocServiceImpl()
           
 
方法摘要
 LiveCreateChannelDocResponse createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest)
          上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
 Boolean deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest)
          删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
 LiveChannelDocStatusResponse getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest)
          查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
 LiveListChannelDocResponse listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest)
          获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
 
从类 net.polyv.live.v1.service.LiveBaseService 继承的方法
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArray
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LiveChannelDocServiceImpl

public LiveChannelDocServiceImpl()
方法详细信息

listChannelDoc

public LiveListChannelDocResponse listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest)
                                          throws IOException,
                                                 NoSuchAlgorithmException
获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/

指定者:
接口 ILiveChannelDocService 中的 listChannelDoc
参数:
liveListChannelDocRequest - 获取频道文档列表请求实体
返回:
获取频道文档列表返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelDocStatus

public LiveChannelDocStatusResponse getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest)
                                                 throws IOException,
                                                        NoSuchAlgorithmException
查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/

指定者:
接口 ILiveChannelDocService 中的 getChannelDocStatus
参数:
liveChannelDocStatusRequest - 查询频道文档转换状态请求实体
返回:
查询频道文档转换状态返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

deleteChannelDoc

public Boolean deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest)
                         throws IOException,
                                NoSuchAlgorithmException
删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/

指定者:
接口 ILiveChannelDocService 中的 deleteChannelDoc
参数:
liveDeleteChannelDocRequest - 删除频道文档请求实体
返回:
删除频道文档返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

createChannelDoc

public LiveCreateChannelDocResponse createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest)
                                              throws IOException,
                                                     NoSuchAlgorithmException
上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/

指定者:
接口 ILiveChannelDocService 中的 createChannelDoc
参数:
liveCreateChannelDocRequest - 上传频道文档请求实体
返回:
上传频道文档返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.