类 DocumentWpsServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.DocumentWpsServiceImpl
-
- 所有已实现的接口:
DocumentWpsService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class DocumentWpsServiceImpl extends Object implements DocumentWpsService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 DocumentWpsServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DocumentWpsfindById(String id)根据id获取正文信息DocumentWpsfindByProcessSerialNumber(String processSerialNumber)根据流程编号获取正文voidsaveDocumentWps(DocumentWps documentWps)保存正文信息voidsaveWpsContent(String processSerialNumber, String hasContent)保存正文内容状态voidupdateProcessInstanceId(String processSerialNumber, String processInstanceId)保存正文流程实例id
-
-
-
方法详细资料
-
findById
public DocumentWps findById(String id)
从接口复制的说明:DocumentWpsService根据id获取正文信息- 指定者:
findById在接口中DocumentWpsService- 返回:
-
findByProcessSerialNumber
public DocumentWps findByProcessSerialNumber(String processSerialNumber)
从接口复制的说明:DocumentWpsService根据流程编号获取正文- 指定者:
findByProcessSerialNumber在接口中DocumentWpsService- 返回:
-
saveDocumentWps
@Transactional public void saveDocumentWps(DocumentWps documentWps)
从接口复制的说明:DocumentWpsService保存正文信息- 指定者:
saveDocumentWps在接口中DocumentWpsService
-
saveWpsContent
@Transactional public void saveWpsContent(String processSerialNumber, String hasContent)
从接口复制的说明:DocumentWpsService保存正文内容状态- 指定者:
saveWpsContent在接口中DocumentWpsService
-
updateProcessInstanceId
@Transactional public void updateProcessInstanceId(String processSerialNumber, String processInstanceId)
从接口复制的说明:DocumentWpsService保存正文流程实例id- 指定者:
updateProcessInstanceId在接口中DocumentWpsService
-
-