| | |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getDocumentLog(FieldSetEntity fieldSet)throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅文档的列表 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException; |
| | | |
| | | /** |
| | | * 更新添加借阅申请 |
| | | * @throws BaseException |
| | | */ |
| | | void addOrUpdateApplyDocument(FieldSetEntity fse) throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅文档排名 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | |
| | | DataTableEntity getApplayFileSort() throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅人排名 |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | DataTableEntity getApplayUserSort() throws BaseException; |
| | | |
| | | /** |
| | | * 获取借阅详情信息 |
| | | * @param fes |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | FieldSetEntity getApplayInfo(FieldSetEntity fes) throws BaseException; |
| | | |
| | | } |