接口 TransactionWordService

  • 所有已知实现类:
    TransactionWordServiceImpl

    public interface TransactionWordService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • delBatchByProcessSerialNumbers

        void delBatchByProcessSerialNumbers​(List<String> processSerialNumbers)
        根据流程编号删除正文,同时删除文件系统的文件
        参数:
        processSerialNumbers -
      • getByProcessSerialNumber

        TransactionWord getByProcessSerialNumber​(String processSerialNumber)
        根据流程编号获取最新正文
        参数:
        processSerialNumber -
        返回:
      • listByProcessSerialNumber

        List<TransactionWord> listByProcessSerialNumber​(String processSerialNumber)
        根据流程编号获取正文
        参数:
        processSerialNumber -
        返回:
      • listByProcessSerialNumberAndDocCategory

        List<TransactionWord> listByProcessSerialNumberAndDocCategory​(String processSerialNumber,
                                                                      String docCategory)
        根据流程编号和文档类别获取正文
        参数:
        processSerialNumber -
        docCategory -
        返回:
      • listByProcessSerialNumberAndIstaohong

        List<TransactionWord> listByProcessSerialNumberAndIstaohong​(String processSerialNumber,
                                                                    String taohong)
        根据processSerialNumber和taohong获取套红正文
        参数:
        processSerialNumber -
        taohong -
        返回:
      • saveTransactionWord

        void saveTransactionWord​(String fileStoreId,
                                 String fileSize,
                                 String documenttitle,
                                 String fileType,
                                 String processSerialNumber,
                                 String isTaoHong,
                                 String docCategory)
        Description: 保存word正文
        参数:
        fileStoreId -
        fileSize -
        documenttitle -
        fileType -
        processSerialNumber -
        isTaoHong -
        docCategory - 文档类别
      • saveWord

        Boolean saveWord​(String docjson,
                         String processSerialNumber)
        Description: 保存正文信息
        参数:
        docjson -
        processSerialNumber -
        返回:
      • updateTransactionWordById

        void updateTransactionWordById​(String fileStoreId,
                                       String fileType,
                                       String fileName,
                                       String fileSize,
                                       String isTaoHong,
                                       String userId,
                                       String id)
        Description:
        参数:
        fileStoreId -
        fileType -
        fileName -
        fileSize -
        isTaoHong -
        userId -
        id -