com.ibm.commerce.pvc.commands
Interface PVCBufferUrlCmd
-
- All Superinterfaces:
- AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Implementing Classes:
- PVCBufferUrlCmdImpl
public interface PVCBufferUrlCmd extends ControllerCommand
Interface to buffer parameters in HTTP request into database table.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice fieldstatic java.lang.String
defaultCommandClassName
The default implementation of this command.static java.lang.String
NAME
The name of this command.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setB_exec(java.lang.String newB_exec)
Sets the value of theb_exec
parameter.void
setB_new(java.lang.String newB_new)
Sets the value of theb_new
parameter.void
setB_update(java.lang.String newB_update)
Sets the value of theb_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.-
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of this command.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation of this command.- See Also:
- Constant Field Values
-
-
Method Detail
-
setB_exec
void setB_exec(java.lang.String newB_exec)
Sets the value of theb_exec
parameter.- Parameters:
newB_exec
- The value of theb_exec
parameter.
-
setB_new
void setB_new(java.lang.String newB_new)
Sets the value of theb_new
parameter.- Parameters:
newB_new
- The value of theb_new
parameter.
-
setB_update
void setB_update(java.lang.String newB_update)
Sets the value of theb_update
parameter.- Parameters:
newB_update
- The value of theb_update
parameter.
-
setErrUrl
void setErrUrl(java.lang.String newErrUrl)
Sets the redirect view name. If an error occurs while processing this command, redirect this URL.- Parameters:
newErrUrl
- The redirect view name.
-
setParameters
void setParameters(java.lang.String newParameters)
Sets the parameters string. This string is the parameters while processing this command.- Parameters:
newParameters
- The parameters string.
-
setTimeout
void setTimeout(long newTimeout)
Sets the buffer timeout value.- Parameters:
newTimeout
- The buffer timeout value.
-
setUrl
void setUrl(java.lang.String newUrl)
Sets the URL of the target command.- Parameters:
newURL
- Set the URL of the target command.
-
setUserId
void setUserId(java.lang.Long newUserId)
Sets the user ID.- Parameters:
newUserId
- The user ID.
-
-