public interface PaperlessApi
限定符和类型 | 方法和说明 |
---|---|
java.lang.Boolean |
checkAccountPaperlessEable(java.lang.Long orgAccountId)
判断该单位无纸化是否可用
|
PaperlessOtherConfigVO |
findOtherConfigByAccountId(java.lang.Long orgAccountId)
获取无纸化对应配置
|
java.lang.Long |
getPaperlessDocLib(java.lang.Long accountId)
获取会议档案文档库id
|
void |
saveOtherConfigByAccountId(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.Long orgAccountId)
保存无纸化配置数据
|
void |
savePaperlessDocLib(java.lang.Long accountId,
java.lang.Long docLibId)
保存会议档案文档库id
|
java.lang.Boolean checkAccountPaperlessEable(java.lang.Long orgAccountId) throws com.seeyon.ctp.common.exceptions.BusinessException
orgAccountId
- 单位IDcom.seeyon.ctp.common.exceptions.BusinessException
PaperlessOtherConfigVO findOtherConfigByAccountId(java.lang.Long orgAccountId) throws com.seeyon.ctp.common.exceptions.BusinessException
orgAccountId
- 单位IDcom.seeyon.ctp.common.exceptions.BusinessException
void saveOtherConfigByAccountId(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.Long orgAccountId) throws com.seeyon.ctp.common.exceptions.BusinessException
params
- 参数orgAccountId
- 单位IDcom.seeyon.ctp.common.exceptions.BusinessException
void savePaperlessDocLib(java.lang.Long accountId, java.lang.Long docLibId) throws com.seeyon.ctp.common.exceptions.BusinessException
accountId
- 单位iddocLibId
- 文档库idcom.seeyon.ctp.common.exceptions.BusinessException
java.lang.Long getPaperlessDocLib(java.lang.Long accountId) throws com.seeyon.ctp.common.exceptions.BusinessException
accountId
- 单位idcom.seeyon.ctp.common.exceptions.BusinessException