类 ExtendedContentServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.ExtendedContentServiceImpl
-
- 所有已实现的接口:
ExtendedContentService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class ExtendedContentServiceImpl extends Object implements ExtendedContentService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 ExtendedContentServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
public int countByProcessSerialNumberAndUserIdAndCategory(String processSerialNumber, String userid, String category)
从接口复制的说明:ExtendedContentServiceDescription: 根据人员统计
-
countByProcSerialNumberAndCategory
public int countByProcSerialNumberAndCategory(String processSerialNumber, String category)
从接口复制的说明:ExtendedContentServiceDescription: 根据processSerialNumber获取统计- 指定者:
countByProcSerialNumberAndCategory在接口中ExtendedContentService- 返回:
-
countByTaskIdAndCategory
public int countByTaskIdAndCategory(String taskId, String category)
从接口复制的说明:ExtendedContentServiceDescription: 根据taskId获取统计- 指定者:
countByTaskIdAndCategory在接口中ExtendedContentService- 返回:
-
delete
@Transactional public net.risesoft.pojo.Y9Result<Object> delete(String id)
从接口复制的说明:ExtendedContentService删除内容- 指定者:
delete在接口中ExtendedContentService- 返回:
-
findById
public ExtendedContent findById(String id)
从接口复制的说明:ExtendedContentService根据id获取内容- 指定者:
findById在接口中ExtendedContentService- 返回:
-
getCountPersonal
public Integer getCountPersonal(String processSerialNumber, String category, String personId)
从接口复制的说明:ExtendedContentService根据人员id,流程编号统计当前类型的内容数- 指定者:
getCountPersonal在接口中ExtendedContentService- 返回:
-
getCountPersonal
public Integer getCountPersonal(String processSerialNumber, String taskId, String category, String personId)
从接口复制的说明:ExtendedContentService根据人员id统计当前任务,当前类型的内容数- 指定者:
getCountPersonal在接口中ExtendedContentService- 返回:
-
getNewConentByProcessSerialNumber
public ExtendedContent getNewConentByProcessSerialNumber(String processSerialNumber, String category)
从接口复制的说明:ExtendedContentService获取最新填写的内容- 指定者:
getNewConentByProcessSerialNumber在接口中ExtendedContentService- 返回:
-
getResultByUserIdAndCategory
public ExtendedContent getResultByUserIdAndCategory(String processSerialNumber, String userid, String category)
从接口复制的说明:ExtendedContentService根据人员Id和流程编号获取办理信息- 指定者:
getResultByUserIdAndCategory在接口中ExtendedContentService- 返回:
-
listContents
public List<Map<String,Object>> listContents(String processSerialNumber, String taskId, String itembox, String category)
从接口复制的说明:ExtendedContentService获取内容列表- 指定者:
listContents在接口中ExtendedContentService- 返回:
-
newOrModifyContent
@Transactional public org.springframework.ui.Model newOrModifyContent(String processSerialNumber, String taskId, String category, String id, org.springframework.ui.Model model)
从接口复制的说明:ExtendedContentService新增或编辑内容- 指定者:
newOrModifyContent在接口中ExtendedContentService- 返回:
-
saveOrUpdate
@Transactional public net.risesoft.pojo.Y9Result<Object> saveOrUpdate(ExtendedContent content)
从接口复制的说明:ExtendedContentService保存内容- 指定者:
saveOrUpdate在接口中ExtendedContentService- 返回:
-
update
@Transactional public void update(String processSerialNumber, String taskId)
从接口复制的说明:ExtendedContentService更新内容- 指定者:
update在接口中ExtendedContentService
-
-