public class DefaultAMSDispatcherService extends Object implements AMSDispatcherService
| 构造器和说明 |
|---|
DefaultAMSDispatcherService(org.springframework.context.ApplicationContext applicationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
远程下拉框选项
|
public DefaultAMSDispatcherService(org.springframework.context.ApplicationContext applicationContext)
public com.alibaba.fastjson.JSONObject list(String projectName, String daoName, String tableName, Map<String,Object> amsListConditionMap)
AMSDispatcherServicelist 在接口中 AMSDispatcherServiceprojectName - 项目名daoName - 数据库名tableName - 表名amsListConditionMap - 请求参数public void create(String projectName, String daoName, String tableName, com.alibaba.fastjson.JSONObject createEntity)
AMSDispatcherServicecreate 在接口中 AMSDispatcherServiceprojectName - 项目名daoName - 数据库名tableName - 表名createEntity - 待创建的实体类信息public void edit(String projectName, String daoName, String tableName, com.alibaba.fastjson.JSONObject updateEntity)
AMSDispatcherServiceedit 在接口中 AMSDispatcherServiceprojectName - 项目名daoName - 数据库名tableName - 表名updateEntity - 待更新的实体类信息public void delete(String projectName, String daoName, String tableName, Map<String,Object> amsListConditionMap)
AMSDispatcherServicedelete 在接口中 AMSDispatcherServiceprojectName - 项目名daoName - 数据库名tableName - 表名amsListConditionMap - 请求参数public com.alibaba.fastjson.JSONObject operationDispatcher(String projectName, String daoName, String tableName, String methodName, com.alibaba.fastjson.JSONObject requestBody) throws Exception
AMSDispatcherServiceoperationDispatcher 在接口中 AMSDispatcherServiceprojectName - 项目名daoName - 数据库名tableName - 表名methodName - 方法名requestBody - 请求参数Exceptionpublic com.alibaba.fastjson.JSONArray remoteSelect(String projectName, String type, Map<String,String> amsListConditionMap) throws Exception
AMSDispatcherServiceremoteSelect 在接口中 AMSDispatcherServiceprojectName - 项目名type - 类型amsListConditionMap - 条件ExceptionCopyright © 2024. All rights reserved.