类 OfficeDoneInfoServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.OfficeDoneInfoServiceImpl
-
- 所有已实现的接口:
OfficeDoneInfoService
@Service @Transactional(readOnly=true) public class OfficeDoneInfoServiceImpl extends Object implements OfficeDoneInfoService
- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 OfficeDoneInfoServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcancelMeeting(String processInstanceId)取消上会,当代研究所intcountByItemId(String itemId)监控办结统计intcountByUserId(String userId, String itemId)统计个人办结件intcountByUserIdAndSystemName(String orgUnitId, String systemName)根据系统名称统计个人办结件longcountDoingByItemId(String itemId)监控在办统计booleandeleteOfficeDoneInfo(String processInstanceId)根据流程实例id删除办件信息OfficeDoneInfofindByProcessInstanceId(String processInstanceId)据流程实例id获取办件信息net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>pageMeetingList(String userName, String deptName, String title, String meetingType, Integer page, Integer rows)上会台账列表,当代研究所voidsaveOfficeDone(OfficeDoneInfo info)保存办件信息,不经过kafka消息队列,直接保存net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchAllByDeptId(String deptId, String title, String itemId, String userName, String state, String year, Integer page, Integer rows)科室所有件net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchAllByUserId(String userId, String title, String itemId, String userName, String state, String year, String startDate, String endDate, Integer page, Integer rows)个人所有件搜索net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchAllByUserIdAndSystemName(String orgUnitId, String title, String systemName, String itemId, String state, String year, String startDate, String endDate, Integer page, Integer rows)根据系统,个人所有件搜索net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchAllByUserIdAndSystemName4xxx(String orgUnitId, String title, String systemName, String itemId, String target, String state, String year, String startDate, String endDate, Integer page, Integer rows)根据系统,个人所有件搜索net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchAllList(String searchName, String itemId, String userName, String state, String year, Integer page, Integer rows)监控办件列表net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchByItemId(String title, String itemId, String state, String startdate, String enddate, Integer page, Integer rows)获取监控在办,办结件列表net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchByUserId(String userId, String title, String itemId, String startdate, String enddate, Integer page, Integer rows)获取个人办结件列表net.risesoft.pojo.Y9Page<OfficeDoneInfoModel>searchByUserIdAndSystemName(String orgUnitId, String title, String systemName, String startdate, String enddate, Integer page, Integer rows)根据岗位id,系统名称,获取个人办结件列表voidsetMeeting(String processInstanceId, String meetingType)上会,当代研究所
-
-
-
方法详细资料
-
cancelMeeting
public void cancelMeeting(String processInstanceId)
从接口复制的说明:OfficeDoneInfoService取消上会,当代研究所- 指定者:
cancelMeeting在接口中OfficeDoneInfoService
-
countByItemId
public int countByItemId(String itemId)
从接口复制的说明:OfficeDoneInfoService监控办结统计- 指定者:
countByItemId在接口中OfficeDoneInfoService- 返回:
-
countByUserId
public int countByUserId(String userId, String itemId)
从接口复制的说明:OfficeDoneInfoService统计个人办结件- 指定者:
countByUserId在接口中OfficeDoneInfoService- 返回:
-
countByUserIdAndSystemName
public int countByUserIdAndSystemName(String orgUnitId, String systemName)
从接口复制的说明:OfficeDoneInfoService根据系统名称统计个人办结件- 指定者:
countByUserIdAndSystemName在接口中OfficeDoneInfoService- 返回:
-
countDoingByItemId
public long countDoingByItemId(String itemId)
从接口复制的说明:OfficeDoneInfoService监控在办统计- 指定者:
countDoingByItemId在接口中OfficeDoneInfoService- 返回:
-
deleteOfficeDoneInfo
public boolean deleteOfficeDoneInfo(String processInstanceId)
从接口复制的说明:OfficeDoneInfoService根据流程实例id删除办件信息- 指定者:
deleteOfficeDoneInfo在接口中OfficeDoneInfoService- 返回:
-
findByProcessInstanceId
public OfficeDoneInfo findByProcessInstanceId(String processInstanceId)
从接口复制的说明:OfficeDoneInfoService据流程实例id获取办件信息- 指定者:
findByProcessInstanceId在接口中OfficeDoneInfoService- 返回:
-
pageMeetingList
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> pageMeetingList(String userName, String deptName, String title, String meetingType, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService上会台账列表,当代研究所- 指定者:
pageMeetingList在接口中OfficeDoneInfoService- 返回:
- Y9Page
-
saveOfficeDone
public void saveOfficeDone(OfficeDoneInfo info) throws Exception
从接口复制的说明:OfficeDoneInfoService保存办件信息,不经过kafka消息队列,直接保存- 指定者:
saveOfficeDone在接口中OfficeDoneInfoService- 抛出:
Exception
-
searchAllByDeptId
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchAllByDeptId(String deptId, String title, String itemId, String userName, String state, String year, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService科室所有件- 指定者:
searchAllByDeptId在接口中OfficeDoneInfoService- 返回:
-
searchAllByUserId
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchAllByUserId(String userId, String title, String itemId, String userName, String state, String year, String startDate, String endDate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService个人所有件搜索- 指定者:
searchAllByUserId在接口中OfficeDoneInfoService- 返回:
-
searchAllByUserIdAndSystemName
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchAllByUserIdAndSystemName(String orgUnitId, String title, String systemName, String itemId, String state, String year, String startDate, String endDate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService根据系统,个人所有件搜索- 指定者:
searchAllByUserIdAndSystemName在接口中OfficeDoneInfoService- 参数:
orgUnitId- 人员、岗位idtitle- 标题systemName- 系统名称itemId- 事项idstate- 状态year- 年份startDate- 开始日期endDate- 结束日期page- 页码rows- 条数- 返回:
-
searchAllByUserIdAndSystemName4xxx
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchAllByUserIdAndSystemName4xxx(String orgUnitId, String title, String systemName, String itemId, String target, String state, String year, String startDate, String endDate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService根据系统,个人所有件搜索- 指定者:
searchAllByUserIdAndSystemName4xxx在接口中OfficeDoneInfoService- 参数:
orgUnitId- 人员、岗位idtitle- 标题systemName- 系统名称itemId- 事项idtarget- 目标state- 状态year- 年份startDate- 开始日期endDate- 结束日期page- 页码rows- 条数- 返回:
-
searchAllList
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchAllList(String searchName, String itemId, String userName, String state, String year, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService监控办件列表- 指定者:
searchAllList在接口中OfficeDoneInfoService- 返回:
-
searchByItemId
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchByItemId(String title, String itemId, String state, String startdate, String enddate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService获取监控在办,办结件列表- 指定者:
searchByItemId在接口中OfficeDoneInfoService- 返回:
-
searchByUserId
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchByUserId(String userId, String title, String itemId, String startdate, String enddate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService获取个人办结件列表- 指定者:
searchByUserId在接口中OfficeDoneInfoService- 返回:
-
searchByUserIdAndSystemName
public net.risesoft.pojo.Y9Page<OfficeDoneInfoModel> searchByUserIdAndSystemName(String orgUnitId, String title, String systemName, String startdate, String enddate, Integer page, Integer rows)
从接口复制的说明:OfficeDoneInfoService根据岗位id,系统名称,获取个人办结件列表- 指定者:
searchByUserIdAndSystemName在接口中OfficeDoneInfoService- 返回:
-
setMeeting
public void setMeeting(String processInstanceId, String meetingType)
从接口复制的说明:OfficeDoneInfoService上会,当代研究所- 指定者:
setMeeting在接口中OfficeDoneInfoService
-
-