接口 ExtendedContentService

  • 所有已知实现类:
    ExtendedContentServiceImpl

    public interface ExtendedContentService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • 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 -
        返回:
      • delete

        net.risesoft.pojo.Y9Result<Object> delete​(String 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 -
        返回:
      • update

        void update​(String processSerialNumber,
                    String taskId)
        更新内容
        参数:
        processSerialNumber -
        taskId -