public class StubCommand extends GateCommand
Command.Builder| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CTRL_CONDITION |
static String |
CTRL_OPERATE |
static String |
CTRL_TABLE |
static String |
CTRL_TRANSACTION |
static String |
OPERATE_DELETE |
static String |
OPERATE_INSERT |
static String |
OPERATE_SELECT |
static String |
OPERATE_UPDATE |
CTRL_DOMAIN, CTRL_TRANSIENT, OPERATE_CREATE, OPERATE_DESTROY, OPERATE_INITIAL, OPERATE_REMOVECTRL_IDENTITY, CTRL_MODULE, CTRL_PAYLOAD, DRCT_RESULT, FOOTERS, HEADERS, PARAMETERSfooters, headers, parameters, SCHEMA$| 构造器和说明 |
|---|
StubCommand() |
StubCommand(boolean hasShell) |
StubCommand(Command cmd) |
| 限定符和类型 | 方法和说明 |
|---|---|
static StubCommand |
cast(BaseCommand cmd) |
StubCommand |
clone() |
static StubCommand |
getAction() |
Object |
getCondition() |
static Object |
getCondition(BaseCommand cmd) |
Object |
getTable() |
static Object |
getTable(BaseCommand cmd) |
static StubCommand |
newAction() |
static void |
setCondition(BaseCommand cmd,
Condition condition) |
static void |
setCondition(BaseCommand cmd,
Object... condition) |
void |
setCondition(Condition condition) |
void |
setCondition(Object... condition) |
static void |
setTable(BaseCommand cmd,
Object table) |
void |
setTable(Object table) |
void |
useModel(Class<?> clazz) |
cast, getAccess, getDomain, getDomain, getPermission, getTransient, getTransient, setDomain, setDomain, setTransient, setTransientcast, clearFooter, clearHeader, clearParameter, get, get, get, getFooter, getFooter, getFooters, getHeader, getHeader, getHeaders, getIdentity, getModule, getOperate, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameters, getPayload, getResult, getSchema, getSource, infect, mockAction, put, put, realAction, set, setFooter, setFooter, setFooter, setFooters, setHeader, setHeader, setHeader, setHeaders, setIdentity, setModule, setOperate, setParameter, setParameter, setParameter, setParameters, setPayload, setResultgetClassSchema, newBuilder, newBuilder, newBuilderpublic StubCommand()
public StubCommand(Command cmd)
public StubCommand(boolean hasShell)
public static StubCommand getAction()
public static StubCommand newAction()
public static StubCommand cast(BaseCommand cmd)
public void useModel(Class<?> clazz)
public static Object getTable(BaseCommand cmd)
public static void setTable(BaseCommand cmd, Object table)
public Object getTable()
public void setTable(Object table)
public static Object getCondition(BaseCommand cmd)
public static void setCondition(BaseCommand cmd, Condition condition)
public static void setCondition(BaseCommand cmd, Object... condition)
public Object getCondition()
public void setCondition(Condition condition)
public void setCondition(Object... condition)
public StubCommand clone()
clone 在类中 BaseCommandCopyright © 2024. All rights reserved.