类 SpeakInfoServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.SpeakInfoServiceImpl
-
- 所有已实现的接口:
SpeakInfoService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class SpeakInfoServiceImpl extends Object implements SpeakInfoService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 SpeakInfoServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<Object>deleteById(String id)Description: 逻辑删除发言信息SpeakInfofindById(String id)根据唯一标示超找发言信息List<SpeakInfo>findByProcessInstanceId(String processInstanceId)根据流程实例查找某一个流程的所有发言信息,根据时间倒叙排列intgetNotReadCount(String processInstanceId, String userId)获取未读消息计数StringsaveOrUpdate(SpeakInfo speakInfo)保存或者更新发言信息
-
-
-
方法详细资料
-
deleteById
@Transactional public net.risesoft.pojo.Y9Result<Object> deleteById(String id)
从接口复制的说明:SpeakInfoServiceDescription: 逻辑删除发言信息- 指定者:
deleteById在接口中SpeakInfoService- 返回:
-
findById
public SpeakInfo findById(String id)
从接口复制的说明:SpeakInfoService根据唯一标示超找发言信息- 指定者:
findById在接口中SpeakInfoService- 返回:
-
findByProcessInstanceId
@Transactional public List<SpeakInfo> findByProcessInstanceId(String processInstanceId)
从接口复制的说明:SpeakInfoService根据流程实例查找某一个流程的所有发言信息,根据时间倒叙排列- 指定者:
findByProcessInstanceId在接口中SpeakInfoService- 返回:
-
getNotReadCount
public int getNotReadCount(String processInstanceId, String userId)
从接口复制的说明:SpeakInfoService获取未读消息计数- 指定者:
getNotReadCount在接口中SpeakInfoService- 返回:
-
saveOrUpdate
@Transactional public String saveOrUpdate(SpeakInfo speakInfo)
从接口复制的说明:SpeakInfoService保存或者更新发言信息- 指定者:
saveOrUpdate在接口中SpeakInfoService- 返回:
-
-