public interface PVCBufferUrlCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setB_exec(java.lang.String newB_exec)
Sets the value of the
b_exec parameter. |
void |
setB_new(java.lang.String newB_new)
Sets the value of the
b_new parameter. |
void |
setB_update(java.lang.String newB_update)
Sets the value of the
b_update parameter. |
void |
setErrUrl(java.lang.String newErrUrl)
Sets the redirect view name.
|
void |
setParameters(java.lang.String newParameters)
Sets the parameters string.
|
void |
setTimeout(long newTimeout)
Sets the buffer timeout value.
|
void |
setUrl(java.lang.String newUrl)
Sets the URL of the target command.
|
void |
setUserId(java.lang.Long newUserId)
Sets the user ID.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setB_exec(java.lang.String newB_exec)
b_exec
parameter.newB_exec
- The value of the b_exec
parameter.void setB_new(java.lang.String newB_new)
b_new
parameter.newB_new
- The value of the b_new
parameter.void setB_update(java.lang.String newB_update)
b_update
parameter.newB_update
- The value of the b_update
parameter.void setErrUrl(java.lang.String newErrUrl)
newErrUrl
- The redirect view name.void setParameters(java.lang.String newParameters)
newParameters
- The parameters string.void setTimeout(long newTimeout)
newTimeout
- The buffer timeout value.void setUrl(java.lang.String newUrl)
newURL
- Set the URL of the target command.void setUserId(java.lang.Long newUserId)
newUserId
- The user ID.