类 CustomRecycleServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.CustomRecycleServiceImpl
-
- 所有已实现的接口:
CustomRecycleService
@Transactional(readOnly=true) @Service("customRecycleService") public class CustomRecycleServiceImpl extends Object implements CustomRecycleService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
构造器概要
构造器 构造器 说明 CustomRecycleServiceImpl()
-
方法概要
-
-
-
方法详细资料
-
getRecycleCountByProcessDefinitionKey
public long getRecycleCountByProcessDefinitionKey(String processDefinitionKey)
从接口复制的说明:CustomRecycleService获取监控回收站统计- 指定者:
getRecycleCountByProcessDefinitionKey在接口中CustomRecycleService- 参数:
processDefinitionKey- 流程定义Key- 返回:
- Integer
-
getRecycleCountBySystemName
public long getRecycleCountBySystemName(String systemName)
从接口复制的说明:CustomRecycleService获取监控回收站统计- 指定者:
getRecycleCountBySystemName在接口中CustomRecycleService- 参数:
systemName- 系统英文名称- 返回:
- Integer
-
getRecycleCountByUserIdAndProcessDefinitionKey
public long getRecycleCountByUserIdAndProcessDefinitionKey(String userId, String processDefinitionKey)
从接口复制的说明:CustomRecycleService获取监控回收站统计- 指定者:
getRecycleCountByUserIdAndProcessDefinitionKey在接口中CustomRecycleService- 参数:
userId- 用户IdprocessDefinitionKey- 流程定义Key- 返回:
- Integer
-
getRecycleCountByUserIdAndSystemName
public long getRecycleCountByUserIdAndSystemName(String userId, String systemName)
从接口复制的说明:CustomRecycleService根据人员id获取监控回收站统计- 指定者:
getRecycleCountByUserIdAndSystemName在接口中CustomRecycleService- 参数:
userId- 人员IdsystemName- 系统英文名称- 返回:
- Integer
-
pageRecycleListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageRecycleListByProcessDefinitionKey(String processDefinitionKey, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService获取回收站列表- 指定者:
pageRecycleListByProcessDefinitionKey在接口中CustomRecycleService- 参数:
processDefinitionKey- 流程定义Keypage- pagerows- rows- 返回:
- Y9Page
-
pageRecycleListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageRecycleListBySystemName(String systemName, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService获取回收站列表- 指定者:
pageRecycleListBySystemName在接口中CustomRecycleService- 参数:
systemName- 系统英文名称page- pagerows- rows- 返回:
- Y9Page
-
pageRecycleListByUserIdAndProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageRecycleListByUserIdAndProcessDefinitionKey(String userId, String processDefinitionKey, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService获取回收站列表- 指定者:
pageRecycleListByUserIdAndProcessDefinitionKey在接口中CustomRecycleService- 参数:
userId- 用户IdprocessDefinitionKey- 流程定义Keypage- pagerows- rows- 返回:
- Y9Page
-
pageRecycleListByUserIdAndSystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageRecycleListByUserIdAndSystemName(String userId, String systemName, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService根据人员id获取回收站列表- 指定者:
pageRecycleListByUserIdAndSystemName在接口中CustomRecycleService- 参数:
userId- 人员IdsystemName- 系统英文名称page- 当前页rows- 总条数- 返回:
- Y9Page
-
searchRecycleListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchRecycleListByProcessDefinitionKey(String processDefinitionKey, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService条件搜索在办件- 指定者:
searchRecycleListByProcessDefinitionKey在接口中CustomRecycleService- 返回:
-
searchRecycleListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchRecycleListBySystemName(String systemName, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService条件搜索在办件- 指定者:
searchRecycleListBySystemName在接口中CustomRecycleService- 返回:
-
searchRecycleListByUserIdAndProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchRecycleListByUserIdAndProcessDefinitionKey(String userId, String processDefinitionKey, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomRecycleService条件搜索在办件
-
searchRecycleListByUserIdAndSystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchRecycleListByUserIdAndSystemName(String userId, String systemName, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomRecycleServiceDescription: 条件搜索在办件- 指定者:
searchRecycleListByUserIdAndSystemName在接口中CustomRecycleService- 返回:
-
-