public interface AMSDispatcherService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
create(String projectName,
String daoName,
String tableName,
com.alibaba.fastjson.JSONObject createEntity)
create方法
|
void |
delete(String projectName,
String daoName,
String tableName,
Map<String,Object> amsListConditionMap)
delete方法
|
void |
edit(String projectName,
String daoName,
String tableName,
com.alibaba.fastjson.JSONObject updateEntity)
edit方法
|
com.alibaba.fastjson.JSONObject |
list(String projectName,
String daoName,
String tableName,
Map<String,Object> amsListConditionMap)
list方法
|
com.alibaba.fastjson.JSONObject |
operationDispatcher(String projectName,
String daoName,
String tableName,
String methodName,
com.alibaba.fastjson.JSONObject requestBody)
operation请求分发
|
com.alibaba.fastjson.JSONArray |
remoteSelect(String projectName,
String type,
Map<String,String> amsListConditionMap)
远程下拉框选项
|
com.alibaba.fastjson.JSONObject list(String projectName, String daoName, String tableName, Map<String,Object> amsListConditionMap) throws Exception
projectName - 项目名daoName - 数据库名tableName - 表名amsListConditionMap - 请求参数Exceptionvoid create(String projectName, String daoName, String tableName, com.alibaba.fastjson.JSONObject createEntity) throws Exception
projectName - 项目名daoName - 数据库名tableName - 表名createEntity - 待创建的实体类信息Exceptionvoid edit(String projectName, String daoName, String tableName, com.alibaba.fastjson.JSONObject updateEntity) throws Exception
projectName - 项目名daoName - 数据库名tableName - 表名updateEntity - 待更新的实体类信息Exceptionvoid delete(String projectName, String daoName, String tableName, Map<String,Object> amsListConditionMap) throws Exception
projectName - 项目名daoName - 数据库名tableName - 表名amsListConditionMap - 请求参数Exceptioncom.alibaba.fastjson.JSONObject operationDispatcher(String projectName, String daoName, String tableName, String methodName, com.alibaba.fastjson.JSONObject requestBody) throws Exception
projectName - 项目名daoName - 数据库名tableName - 表名methodName - 方法名requestBody - 请求参数ExceptionCopyright © 2024. All rights reserved.