public class UReportService extends Object
| 构造器和说明 |
|---|
UReportService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
create(ReportRefVO reportRefVO)
创建报表
|
void |
delete(String appName,
String moduleName,
String name)
删除报表
|
com.alibaba.fastjson.JSONObject |
getContent(String appName,
String moduleName,
String name) |
List<com.alibaba.fastjson.JSONObject> |
list(String appName,
String moduleName) |
void |
update(String appName,
String moduleName,
String name,
String content)
更新报表
|
public void create(ReportRefVO reportRefVO) throws SQLException, BusiException
reportRefVO - SQLExceptionBusiExceptionpublic com.alibaba.fastjson.JSONObject getContent(String appName, String moduleName, String name)
public void delete(String appName, String moduleName, String name) throws SQLException, BusiException
appName - moduleName - name - SQLExceptionBusiExceptionpublic void update(String appName, String moduleName, String name, String content) throws SQLException, BusiException
appName - moduleName - name - content - SQLExceptionBusiExceptionCopyright © 2025. All rights reserved.