Package net.risesoft.service.impl
Class OfficeFollowServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.OfficeFollowServiceImpl
-
- All Implemented Interfaces:
OfficeFollowService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class OfficeFollowServiceImpl extends Object implements OfficeFollowService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description OfficeFollowServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public int countByProcessInstanceId(String processInstanceId)
Description copied from interface:OfficeFollowService根据流程实例获取是否有关注- Specified by:
countByProcessInstanceIdin interfaceOfficeFollowService- Returns:
-
delOfficeFollow
@Transactional public void delOfficeFollow(String processInstanceIds)
Description copied from interface:OfficeFollowService取消关注- Specified by:
delOfficeFollowin interfaceOfficeFollowService
-
deleteByProcessInstanceId
@Transactional public void deleteByProcessInstanceId(String processInstanceId)
Description copied from interface:OfficeFollowService根据流程实例id删除关注- Specified by:
deleteByProcessInstanceIdin interfaceOfficeFollowService
-
getFollowCount
public int getFollowCount()
Description copied from interface:OfficeFollowService获取我的关注数量- Specified by:
getFollowCountin interfaceOfficeFollowService- Returns:
-
pageBySearchName
public net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySearchName(String searchName, int page, int rows)
Description copied from interface:OfficeFollowService获取关注列表- Specified by:
pageBySearchNamein interfaceOfficeFollowService- Returns:
-
pageBySystemNameAndSearchName
public net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySystemNameAndSearchName(String systemName, String searchName, int page, int rows)
Description copied from interface:OfficeFollowService根据系统名称获取关注列表- Specified by:
pageBySystemNameAndSearchNamein interfaceOfficeFollowService- Returns:
-
saveOfficeFollow
@Transactional public void saveOfficeFollow(OfficeFollow officeFollow)
Description copied from interface:OfficeFollowService保存办件关注信息- Specified by:
saveOfficeFollowin interfaceOfficeFollowService
-
updateTitle
@Transactional public void updateTitle(String processInstanceId, String documentTitle)
Description copied from interface:OfficeFollowService更新标题- Specified by:
updateTitlein interfaceOfficeFollowService
-
-