接口 TransactionWordService
-
- 所有已知实现类:
TransactionWordServiceImpl
public interface TransactionWordService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddelBatchByProcessSerialNumbers(List<String> processSerialNumbers)根据流程编号删除正文,同时删除文件系统的文件TransactionWordgetByProcessSerialNumber(String processSerialNumber)根据流程编号获取最新正文List<TransactionWord>listByProcessSerialNumber(String processSerialNumber)根据流程编号获取正文List<TransactionWord>listByProcessSerialNumberAndDocCategory(String processSerialNumber, String docCategory)根据流程编号和文档类别获取正文List<TransactionWord>listByProcessSerialNumberAndIstaohong(String processSerialNumber, String taohong)根据processSerialNumber和taohong获取套红正文voidsave(TransactionWord tw)Description:voidsaveTransactionWord(String fileStoreId, String fileSize, String documenttitle, String fileType, String processSerialNumber, String isTaoHong, String docCategory)Description: 保存word正文BooleansaveWord(String docjson, String processSerialNumber)Description: 保存正文信息voidupdateTransactionWordById(String fileStoreId, String fileType, String fileName, String fileSize, String isTaoHong, String userId, String id)Description:
-
-
-
方法详细资料
-
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-- 返回:
-
save
void save(TransactionWord tw)
Description:- 参数:
tw-
-
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-- 返回:
-
-