Package net.risesoft.service
Interface OfficeFollowService
-
- All Known Implementing Classes:
OfficeFollowServiceImpl
public interface OfficeFollowService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)更新标题
-
-
-
Method Detail
-
countByProcessInstanceId
int countByProcessInstanceId(String processInstanceId)
根据流程实例获取是否有关注- Parameters:
processInstanceId-- Returns:
-
deleteByProcessInstanceId
void deleteByProcessInstanceId(String processInstanceId)
根据流程实例id删除关注- Parameters:
processInstanceId-
-
delOfficeFollow
void delOfficeFollow(String processInstanceIds)
取消关注- Parameters:
processInstanceIds-
-
getFollowCount
int getFollowCount()
获取我的关注数量- Returns:
-
pageBySearchName
net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySearchName(String searchName, int page, int rows)
获取关注列表- Parameters:
searchName-page-rows-- Returns:
-
pageBySystemNameAndSearchName
net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySystemNameAndSearchName(String systemName, String searchName, int page, int rows)
根据系统名称获取关注列表- Parameters:
systemName-searchName-page-rows-- Returns:
-
saveOfficeFollow
void saveOfficeFollow(OfficeFollow officeFollow)
保存办件关注信息- Parameters:
officeFollow-
-
-