接口 ExtendedContentService
-
- 所有已知实现类:
ExtendedContentServiceImpl
public interface ExtendedContentService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intcountByProcessSerialNumberAndUserIdAndCategory(String processSerialNumber, String userid, String category)Description: 根据人员统计intcountByProcSerialNumberAndCategory(String processSerialNumber, String category)Description: 根据processSerialNumber获取统计intcountByTaskIdAndCategory(String taskId, String category)Description: 根据taskId获取统计net.risesoft.pojo.Y9Result<Object>delete(String id)删除内容ExtendedContentfindById(String id)根据id获取内容IntegergetCountPersonal(String processSerialNumber, String category, String personId)根据人员id,流程编号统计当前类型的内容数IntegergetCountPersonal(String processSerialNumber, String taskId, String category, String personId)根据人员id统计当前任务,当前类型的内容数ExtendedContentgetNewConentByProcessSerialNumber(String processSerialNumber, String category)获取最新填写的内容ExtendedContentgetResultByUserIdAndCategory(String processSerialNumber, String userid, String category)根据人员Id和流程编号获取办理信息List<Map<String,Object>>listContents(String processSerialNumber, String taskId, String itembox, String category)获取内容列表org.springframework.ui.ModelnewOrModifyContent(String processSerialNumber, String taskId, String category, String id, org.springframework.ui.Model model)新增或编辑内容net.risesoft.pojo.Y9Result<Object>saveOrUpdate(ExtendedContent content)保存内容voidupdate(String processSerialNumber, String taskId)更新内容
-
-
-
方法详细资料
-
countByProcessSerialNumberAndUserIdAndCategory
int countByProcessSerialNumberAndUserIdAndCategory(String processSerialNumber, String userid, String category)
Description: 根据人员统计- 参数:
processSerialNumber-userid-category-- 返回:
-
countByProcSerialNumberAndCategory
int countByProcSerialNumberAndCategory(String processSerialNumber, String category)
Description: 根据processSerialNumber获取统计- 参数:
processSerialNumber-category-- 返回:
-
countByTaskIdAndCategory
int countByTaskIdAndCategory(String taskId, String category)
Description: 根据taskId获取统计- 参数:
taskId-category-- 返回:
-
findById
ExtendedContent findById(String id)
根据id获取内容- 参数:
id-- 返回:
-
getCountPersonal
Integer getCountPersonal(String processSerialNumber, String category, String personId)
根据人员id,流程编号统计当前类型的内容数- 参数:
processSerialNumber-category-personId-- 返回:
-
getCountPersonal
Integer getCountPersonal(String processSerialNumber, String taskId, String category, String personId)
根据人员id统计当前任务,当前类型的内容数- 参数:
processSerialNumber-taskId-category-personId-- 返回:
-
getNewConentByProcessSerialNumber
ExtendedContent getNewConentByProcessSerialNumber(String processSerialNumber, String category)
获取最新填写的内容- 参数:
processSerialNumber-category-- 返回:
-
getResultByUserIdAndCategory
ExtendedContent getResultByUserIdAndCategory(String processSerialNumber, String userid, String category)
根据人员Id和流程编号获取办理信息- 参数:
userid-processSerialNumber-category-- 返回:
-
listContents
List<Map<String,Object>> listContents(String processSerialNumber, String taskId, String itembox, String category)
获取内容列表- 参数:
processSerialNumber-itembox-taskId-category-- 返回:
-
newOrModifyContent
org.springframework.ui.Model newOrModifyContent(String processSerialNumber, String taskId, String category, String id, org.springframework.ui.Model model)
新增或编辑内容- 参数:
processSerialNumber-taskId-category-id-model-- 返回:
-
saveOrUpdate
net.risesoft.pojo.Y9Result<Object> saveOrUpdate(ExtendedContent content)
保存内容- 参数:
content-- 返回:
-
-