| 限定符和类型 | 方法和说明 | 
|---|---|
| com.alibaba.fastjson.JSONObject | ApplicationService. getByName(String appName)根据ID获取应用 | 
| void | ApplicationService. save(String appName,
    com.alibaba.fastjson.JSONObject jsonObject) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | SohelpFileService. delete(String fileName) | 
| void | SohelpFileService. delete(String path,
      String fileName)删除文件 | 
| void | SohelpFileUploadService. delete(String moduleName,
      String fileName)删除文件 | 
| void | SohelpFileService. download(String fileName) | 
| void | SohelpFileService. download(String path,
        String fileName)下载文件 | 
| boolean | SohelpFileUploadService. exists(String moduleName,
      String fileName)判断文件是否存在 | 
| File | SohelpFileUploadService. getFile(String moduleName,
       String fileName)获取File | 
| Map | SohelpFileUploadService. getFileInfo(String moduleName,
           String fileName)获取文件信息 | 
| InputStream | SohelpFileUploadService. getInputStream(String moduleName,
              String fileName)获取InputStream | 
| void | SohelpFileService. preview(String fileName,
       javax.servlet.http.HttpServletResponse response)文件预览 | 
| byte[] | SohelpFileDownloadService. readBytes(String moduleName,
         String fileName) | 
| void | SohelpFileService. rename(String oldFileName,
      String newFileName)重命名文件 | 
| void | SohelpFileService. upload(org.springframework.web.multipart.MultipartFile tempFile) | 
| void | SohelpFileService. upload(String path,
      org.springframework.web.multipart.MultipartFile tempFile) | 
| boolean | SohelpFileUploadService. upload(String moduleName,
      String fileName,
      InputStream inputStream)上传的文件存储自定义目录下 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | LoginService. changePassword(String loginName,
              String newPassowrd,
              String oldPassowrd)修改用户密码 | 
| boolean | LoginService. updateUser(Map userMap)修改用户信息 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | WxgzhNoticeService. checkSignature(String signature,
              String timestamp,
              String nonce) | 
| String | WxgzhNoticeService. getCodeTicket(String expireSecond,
             int sceneInt)获取带参二维码ticket,参数为整型 | 
| String | WxgzhNoticeService. getCodeTicket(String expireSecond,
             String sceneStr)获取带参二维码ticket,参数为字符串值 | 
| String | WxgzhNoticeService. getSuccessUrl() | 
| cn.hutool.json.JSONObject | QywxNoticeService. getUserInfo(String code) | 
| cn.hutool.json.JSONObject | QQNoticeService. getUserInfo(String code,
           String redirectUri) | 
| String | WxgzhNoticeService. send(long userId,
    String loginName,
    String message) | 
| void | NoticeService. send(NoticeVO noticeVO)发送系统消息 | 
| void | EmailNoticeService. sendCode(String toEmail,
        String code)发送验证码 | 
| String | WxgzhNoticeService. sendLoginMsg(String openId,
            String loginName,
            String message)发送登录通知 | 
| void | EmailNoticeService. sendMsg(String toEmail,
       String msg)发送消息 | 
| String | QywxNoticeService. sendMsg(String openId,
       String content) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| Map<String,Object> | ISohelpBootResourceService. add(String filePath,
   String fileJson) | 
| Map<String,Object> | SohelpBootResourceDBServiceImpl. add(String filePath,
   String fileContent) | 
| Map<String,Object> | SohelpBootResourceFileServiceImpl. add(String path,
   String content) | 
| void | ISohelpBootResourceService. deleteBatch(String filePath)批量删除所有匹配地址的资源 | 
| void | SohelpBootResourceDBServiceImpl. deleteBatch(String filePath)删除所有匹配的资源 | 
| void | SohelpBootResourceFileServiceImpl. deleteBatch(String path)删除配置 | 
| void | ISohelpBootResourceService. deleteByPath(String filePath)删除指定的单个文件 | 
| void | SohelpBootResourceDBServiceImpl. deleteByPath(String filePath) | 
| void | SohelpBootResourceFileServiceImpl. deleteByPath(String path) | 
| void | ISohelpBootResourceService. renamePath(String srcFilePath,
          String newFilePath) | 
| void | SohelpBootResourceDBServiceImpl. renamePath(String srcFilePath,
          String newFilePath)修改路径 | 
| void | SohelpBootResourceFileServiceImpl. renamePath(String srcFilePath,
          String newFilePath)重命名路径 | 
| Map<String,Object> | ISohelpBootResourceService. save(String filePath,
    Map<String,Object> formMap) | 
| Map<String,Object> | SohelpBootResourceDBServiceImpl. save(String filePath,
    Map<String,Object> formMap)保存配置资源 | 
| Map<String,Object> | SohelpBootResourceFileServiceImpl. save(String path,
    Map<String,Object> formMap)保存配置资源 | 
| Map<String,Object> | ISohelpBootResourceService. save(String filePath,
    String fileJson) | 
| Map<String,Object> | SohelpBootResourceDBServiceImpl. save(String filePath,
    String fileJson) | 
| Map<String,Object> | SohelpBootResourceFileServiceImpl. save(String path,
    String context) | 
| Map<String,Object> | ISohelpBootResourceService. updateByPath(String filePath,
            String fileJson) | 
| Map<String,Object> | SohelpBootResourceDBServiceImpl. updateByPath(String filePath,
            String fileContent)更新 | 
| Map<String,Object> | SohelpBootResourceFileServiceImpl. updateByPath(String path,
            String content)更新 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | GlobalExceptionAdvice. BusiException(BusiException e,
             javax.servlet.http.HttpServletResponse response)业务层出错获取 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | UserThirdpartWxPubController. getWxgzhCode() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | FormBuilderController. batchDelete(Map<String,Object> paramMap)批量删除配置 | 
| ApiResult<String> | GridBuilderController. batchDelete(Map<String,Object> paramMap)批量删除配置 | 
| ApiResult<String> | JavaBuilderController. batchDelete(Map<String,Object> paramMap)批量删除配置 | 
| ApiResult<?> | CodeTemplateController. batchExport(List<String> names) | 
| ApiResult<String> | CodeTemplateController. batchImport(org.springframework.web.multipart.MultipartFile file) | 
| ApiResult<String> | FormBuilderController. clearAll()清空所有配置 | 
| ApiResult<String> | GridBuilderController. clearAll()清空所有配置 | 
| ApiResult<?> | CodeSchemeController. delete(Map<String,Object> dataMap) | 
| ApiResult<?> | CodeTemplateController. delete(Map<String,Object> paramMap) | 
| ApiResult<EntityVO> | FormBuilderController. delete(Map<String,Object> paramMap) | 
| ApiResult<String> | GridBuilderController. delete(Map<String,Object> paramMap) | 
| ApiResult<?> | CodeSchemeController. detail(String path) | 
| ApiResult<com.alibaba.fastjson.JSONObject> | CodeConfigController. getConfig()根据表名获取字符列表 | 
| ApiResult<EntityVO> | CodeConfigController. initial(Map<String,Object> paramMap) | 
| ApiResult<EntityVO> | CodeConfigController. save(Map<String,Object> paramMap)保存配置 | 
| ApiResult<?> | CodeSchemeController. save(Map<String,Object> paramMap)保存模板 | 
| ApiResult<?> | CodeTemplateController. save(Map<String,Object> paramMap)保存模板 | 
| ApiResult<?> | CodeTemplateController. upload(String name,
      org.springframework.web.multipart.MultipartFile file) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<Map<String,Object>> | WorkBenchController. info() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | ApplicationController. disable(ApplicationVO applicationVO) | 
| ApiResult<String> | ApplicationController. enable(ApplicationVO applicationVO) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | BusiController. add(Map<String,Object> dataMap) | 
| ApiResult<String> | BusiController. delete(Map<String,Object>[] dataMaps)删除报表 | 
| ApiResult<String> | BusiController. update(Map<String,Object> dataMap) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | DatasourceController. save(DatasourceVO datasourceVO)保存数据源 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | EntityFormBuilderController. batchDelete(Map<String,Object> paramMap)批量删除配置 | 
| ApiResult<String> | EntityGridBuilderController. batchDelete(Map<String,Object> paramMap)批量删除配置 | 
| ApiResult<String> | EntityFormBuilderController. clearAll()清空所有配置 | 
| ApiResult<String> | EntityGridBuilderController. clearAll()清空所有配置 | 
| ApiResult<EntityVO> | EntityFormBuilderController. delete(Map<String,Object> paramMap) | 
| ApiResult<String> | EntityGridBuilderController. delete(Map<String,Object> paramMap) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<Map<String,Object>> | ModuleController. add(Map<String,Object> paramMap)添加模块 | 
| void | ModuleController. addLayout(String appName,
         String moduleName,
         String layoutName)添加布局 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | ModuleBuilder. copy(String appName,
    String moduleName,
    String newAppName,
    String newModuleName)模块复制 | 
| void | ModuleBuilder. delete(String appName,
      String moduleName)模块删除 | 
| void | ModuleBuilder. install(String appName,
       String moduleName,
       com.alibaba.fastjson.JSONObject jsonObject)安装应用 | 
| void | ModuleBuilder. move(String appName,
    String moduleName,
    String newAppName)移动位置 | 
| void | ModuleBuilder. rename(String appName,
      String moduleName,
      String newModuleName)模块重命名 | 
| void | ModuleBuilder. saveAs(String appName,
      String moduleName,
      String newModuleName)模块重命名 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | ReportController. add(Map<String,Object> dataMap) | 
| ApiResult<String> | ReportController. delete(List<Map<String,Object>> dataMaps)删除报表 | 
| ApiResult<String> | ReportController. update(Map<String,Object> dataMap) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | WorkFlowController. delete(Map<String,String> dataMap)删除流程配置 | 
| ApiResult<String> | WorkFlowController. save(WorkflowVO workflowVO)保存流程配置 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<Map<String,Object>> | UpdaterController. getVersion()获取版本信息 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | UserThirdpartWxPubController. getWxgzhCode() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | CrudHelper. create(String refid,
      com.alibaba.fastjson.JSONObject jsonObject)数据保存 | 
| void | CrudHelper. delete(String refid,
      List<Object> ids) | 
| Map<String,Object> | CrudHelper. detail(String refid,
      String id)数据详情 | 
| Pager<Map<String,Object>> | CrudHelper. page(String refid,
    Map<String,Object> paramMap)数据分页 | 
| void | CrudHelper. save(String refid,
    com.alibaba.fastjson.JSONObject jsonObject) | 
| void | CrudHelper. update(String refid,
      com.alibaba.fastjson.JSONObject jsonObject)数据保存 | 
| boolean | ModuleHelper. validate(String refid,
        long userId)权限验证 | 
| boolean | ModuleHelper. validate(String refid,
        long userId,
        String authority)权限验证 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| ApiResult<String> | EngineWorkflowController. addSign(Map<String,Object> dataMap)加签 | 
| ApiResult<String> | EngineWorkflowController. agree(Map<String,String> dataMap)同意通过 | 
| ApiResult<String> | EngineWorkflowController. cc(Map<String,Object> dataMap)抄送 | 
| ApiResult<?> | EngineCrudController. create(com.alibaba.fastjson.JSONObject jsonObject)创建单据 | 
| ApiResult<String> | EngineWorkflowController. delegate(Map<String,Object> dataMap)委托 | 
| ApiResult<String> | EngineCrudController. delete(Map<String,Object> dataMap)指量单据删除 | 
| ApiResult<Object> | EngineFileController. delete(String refid,
      String fileName) | 
| ApiResult<Map<String,Object>> | EngineCrudController. detail(String _refid,
      String id)单据详情 | 
| ApiResult<Object> | EngineDownloadController. download(String refid,
        String fileName) | 
| ApiResult<Object> | EngineFileController. download(String refid,
        String fileName) | 
| ApiResult<String> | EngineWorkflowController. endProcess(Map<String,String> dataMap)结束终止流程 | 
| ApiResult<Object> | EngineExportController. export(String refid,
      String fileName) | 
| ApiResult<List<Map<String,Object>>> | EngineWorkflowController. getProcess(Map<String,String> dataMap)根据实例ID显示流程进度 | 
| ApiResult<List<Map<String,Object>>> | EngineWorkflowController. getProcessChart(Map<String,String> dataMap)根据实例ID显示流程图 | 
| ApiResult<Object> | EngineImportController. importData(String refid,
          String fileName) | 
| ApiResult<String> | EngineWorkflowController. jump(Map<String,Object> dataMap)跳转 | 
| ApiResult<Pager<Map<String,Object>>> | EngineCrudController. page(Map<String,Object> paramMap)分页查询 | 
| ApiResult<?> | EngineWorkflowController. pageByCC(Map<String,String> dataMap)分页显示我的抄送 | 
| ApiResult<?> | EngineWorkflowController. pageByDelegate(Map<String,String> dataMap)分页显示流程委托 | 
| ApiResult<?> | EngineWorkflowController. pageByTodo(Map<String,String> dataMap)分页显示我的待办事项 | 
| void | EngineFileController. preview(String refid,
       String fileName,
       String fileType)文件预览
 /preview/pdf/*****.pdf | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleQueryController. read(String refid) | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleCustomController. readEntityForm(String refid) | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleCustomController. readEntityLayout(String refid) | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleCustomController. readGrid(String refid)读取用户个性化模块 | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleCustomController. readLayout(String refid)读取用户个性化布局 | 
| ApiResult<com.alibaba.fastjson.JSONObject> | ModuleCustomController. readModule(String refid) | 
| ApiResult<String> | EngineWorkflowController. reclaim(Map<String,Object> dataMap)拿回/撤回(退回上一步) | 
| ApiResult<String> | EngineWorkflowController. reject(Map<String,String> dataMap)拒绝(不同意)审批 | 
| ApiResult<String> | EngineWorkflowController. removeSign(Map<String,Object> dataMap)减签 | 
| ApiResult<Object> | EngineFileController. rename(String refid,
      String oldFileName,
      String newFileName) | 
| ApiResult<String> | ModuleQueryController. save(FilterVO crudQueryVO) | 
| ApiResult<?> | EngineCrudController. save(com.alibaba.fastjson.JSONObject jsonObject) | 
| ApiResult<String> | EngineWorkflowController. startProcess(Map<String,String> dataMap)开启提交流程 | 
| ApiResult<?> | EngineCrudController. update(com.alibaba.fastjson.JSONObject jsonObject)单据更新 | 
| ApiResult<Object> | EngineFileController. upload(String refid,
      org.springframework.web.multipart.MultipartFile file) | 
| ApiResult<Object> | EngineUploadController. upload(String refid,
      String fileName) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | UReportService. create(ReportRefVO reportRefVO)创建报表 | 
| void | UReportService. delete(String appName,
      String moduleName,
      String name)删除报表 | 
| List<Map<String,Object>> | MagicApiDatasource. getByApi(String dsName,
        String dataSetName,
        Map<String,Object> parameters)第二种:返回对象集合 | 
| List<Map<String,Object>> | MagicApiDatasource. getByFunction(String dsName,
             String dataSetName,
             Map<String,Object> parameters)第一种:返回Map集合 | 
| List<String> | CustomUReportDataset. getFields(String dataSetName,
         Map<String,Object> content)获取MagicAPI地址获取列表 | 
| static Map<String,Object> | UReportRender. render(Map<String,String> fieldMap,
      List<Map<String,Object>> dataList) | 
| void | UReportService. update(String appName,
      String moduleName,
      String name,
      String content)更新报表 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | ModuleService. deleteEntityFormByPublic(long userId,
                        String datasource,
                        String entityName)删除公司个性化实体表单 | 
| void | ModuleService. deleteEntityFormByUser(long userId,
                      String datasource,
                      String entityName)删除用户个性化实体表单 | 
| void | ModuleService. deleteEntityGridByPublic(long userId,
                        String datasource,
                        String entityName)删除公司个性化实体数据列表 | 
| void | ModuleService. deleteEntityGridByUser(long userId,
                      String datasource,
                      String entityName)删除用户个性化实体数据列表 | 
| void | ModuleService. deleteGridByPublic(String appName,
                  String moduleName,
                  String gridName)数据公司个性化数据列表 | 
| void | ModuleService. deleteGridByUser(long userId,
                String appName,
                String moduleName,
                String layoutName)删除用户个性化模块 | 
| void | ModuleService. deleteLayoutByPublic(String appName,
                    String moduleName,
                    String layoutName)删除公司个性化布局 | 
| void | ModuleService. deleteLayoutByUser(long userId,
                  String appName,
                  String moduleName,
                  String layoutName)删除用户个性化布局 | 
| com.alibaba.fastjson.JSONObject | ModuleService. getLayoutByUser(long userId,
               String appName,
               String moduleName,
               String gridName)获取用户个性化布局 | 
| com.alibaba.fastjson.JSONObject | ModuleService. getModuleByName(String appName,
               String moduleName)根据前端获取模块全部信息 | 
| void | ModuleService. saveEntityFormByPublic(String datasource,
                      String entityName,
                      com.alibaba.fastjson.JSONObject jsonObject)保存公司个性化实体表单 | 
| void | ModuleService. saveEntityFormByUser(long userId,
                    String datasource,
                    String entityName,
                    com.alibaba.fastjson.JSONObject jsonObject)保存用户个性化实体表单 | 
| void | ModuleService. saveEntityGridByPublic(String datasource,
                      String entityName,
                      com.alibaba.fastjson.JSONObject jsonObject)保存公司个性化实体表单 | 
| void | ModuleService. saveEntityGridByUser(long userId,
                    String datasource,
                    String entityName,
                    com.alibaba.fastjson.JSONObject jsonObject)保存用户个性化实体表单 | 
| void | ModuleService. saveGridByPublic(String appName,
                String moduleName,
                String gridName,
                GridVO GridVO)保存公司列表 | 
| void | ModuleService. saveGridByUser(long userId,
              String appName,
              String moduleName,
              String gridName,
              com.alibaba.fastjson.JSONObject jsonObject)保存用户个性化列表 | 
| void | ModuleService. saveLayoutByPublic(String appName,
                  String moduleName,
                  String gridName,
                  LayoutVO layoutVO)保存公司布局 | 
| void | ModuleService. saveLayoutByUser(long userId,
                String appName,
                String moduleName,
                String gridName,
                com.alibaba.fastjson.JSONObject jsonObject)保存用户个性化布局 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| static String | ModuleUtil. validateRefid(String refid) | 
Copyright © 2025. All rights reserved.