public abstract class QdsBase extends Object implements Qds
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
caption |
protected String |
code |
protected RuntimeException |
ex |
protected int |
executeResult |
protected String |
expr |
protected List<com.jfinal.plugin.activerecord.Record> |
list |
protected QdsMode |
mode |
protected String |
module |
protected boolean |
paged |
protected int |
pageNumber |
protected int |
pageSize |
protected List<DsModelParams> |
params |
protected String |
remarks |
protected int |
totalPage |
protected int |
totalRow |
protected QdsType |
type |
| 构造器和说明 |
|---|
QdsBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
exec(String expr,
Map params) |
String |
getCaption() |
String |
getCode() |
RuntimeException |
getException() |
int |
getExecuteResult() |
String |
getExpr() |
String |
getJson() |
List<com.jfinal.plugin.activerecord.Record> |
getList() |
QdsMode |
getMode() |
String |
getModule() |
boolean |
getPaged() |
int |
getPageNumber() |
int |
getPageSize() |
List<DsModelParams> |
getParams() |
String |
getRemarks() |
int |
getTotalPage() |
int |
getTotalRow() |
QdsType |
getType() |
void |
setCaption(String caption) |
void |
setCode(String code) |
void |
setExpr(String expr) |
void |
setMode(QdsMode mode) |
void |
setModule(String moduleCode) |
void |
setParams(List<DsModelParams> params) |
void |
setRemarks(String remarks) |
void |
setType(QdsType type) |
protected QdsMode mode
protected QdsType type
protected String module
protected String code
protected String caption
protected String expr
protected String remarks
protected List<DsModelParams> params
protected List<com.jfinal.plugin.activerecord.Record> list
protected boolean paged
protected int pageNumber
protected int pageSize
protected int totalPage
protected int totalRow
protected int executeResult
protected RuntimeException ex
public String getCaption()
getCaption 在接口中 Qdspublic void setCaption(String caption)
setCaption 在接口中 Qdspublic String getRemarks()
getRemarks 在接口中 Qdspublic void setRemarks(String remarks)
setRemarks 在接口中 Qdspublic List<DsModelParams> getParams()
public void setParams(List<DsModelParams> params)
public int getPageNumber()
getPageNumber 在接口中 Qdspublic int getPageSize()
getPageSize 在接口中 Qdspublic int getTotalPage()
getTotalPage 在接口中 Qdspublic int getTotalRow()
getTotalRow 在接口中 Qdspublic int getExecuteResult()
public RuntimeException getException()
getException 在接口中 QdsCopyright © 2020. All rights reserved.