类 OfficeFollowServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.OfficeFollowServiceImpl
-
- 所有已实现的接口:
OfficeFollowService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class OfficeFollowServiceImpl extends Object implements OfficeFollowService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 OfficeFollowServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intcountByProcessInstanceId(String processInstanceId)根据流程实例获取是否有关注voiddeleteByProcessInstanceId(String processInstanceId)根据流程实例id删除关注voiddelOfficeFollow(String processInstanceIds)取消关注intgetFollowCount()获取我的关注数量net.risesoft.pojo.Y9Page<OfficeFollowModel>pageBySearchName(String searchName, int page, int rows)获取关注列表net.risesoft.pojo.Y9Page<OfficeFollowModel>pageBySystemNameAndSearchName(String systemName, String searchName, int page, int rows)根据系统名称获取关注列表voidsaveOfficeFollow(OfficeFollow officeFollow)保存办件关注信息voidupdateTitle(String processInstanceId, String documentTitle)更新标题
-
-
-
方法详细资料
-
countByProcessInstanceId
public int countByProcessInstanceId(String processInstanceId)
从接口复制的说明:OfficeFollowService根据流程实例获取是否有关注- 指定者:
countByProcessInstanceId在接口中OfficeFollowService- 返回:
-
delOfficeFollow
@Transactional public void delOfficeFollow(String processInstanceIds)
从接口复制的说明:OfficeFollowService取消关注- 指定者:
delOfficeFollow在接口中OfficeFollowService
-
deleteByProcessInstanceId
@Transactional public void deleteByProcessInstanceId(String processInstanceId)
从接口复制的说明:OfficeFollowService根据流程实例id删除关注- 指定者:
deleteByProcessInstanceId在接口中OfficeFollowService
-
getFollowCount
public int getFollowCount()
从接口复制的说明:OfficeFollowService获取我的关注数量- 指定者:
getFollowCount在接口中OfficeFollowService- 返回:
-
pageBySearchName
public net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySearchName(String searchName, int page, int rows)
从接口复制的说明:OfficeFollowService获取关注列表- 指定者:
pageBySearchName在接口中OfficeFollowService- 返回:
-
pageBySystemNameAndSearchName
public net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySystemNameAndSearchName(String systemName, String searchName, int page, int rows)
从接口复制的说明:OfficeFollowService根据系统名称获取关注列表- 指定者:
pageBySystemNameAndSearchName在接口中OfficeFollowService- 返回:
-
saveOfficeFollow
@Transactional public void saveOfficeFollow(OfficeFollow officeFollow)
从接口复制的说明:OfficeFollowService保存办件关注信息- 指定者:
saveOfficeFollow在接口中OfficeFollowService
-
updateTitle
@Transactional public void updateTitle(String processInstanceId, String documentTitle)
从接口复制的说明:OfficeFollowService更新标题- 指定者:
updateTitle在接口中OfficeFollowService
-
-