com.ibm.commerce.pvc.commands
Interface PVCBufferUrlCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- PVCBufferUrlCmdImpl
- public interface PVCBufferUrlCmd
- extends ControllerCommand
Interface to buffer parameters in HTTP request into database table.
Method Summary |
void |
setB_exec(java.lang.String newB_exec)
Set the value of the b_exec parameter. |
void |
setB_new(java.lang.String newB_new)
Set the value of the b_new parameter. |
void |
setB_update(java.lang.String newB_update)
Set the value of the b_update paramter. |
void |
setErrUrl(java.lang.String newErrUrl)
Set the redirect view name. |
void |
setParameters(java.lang.String newParameters)
Set the parameters string. |
void |
setTimeout(long newTimeout)
Set the buffer timeout value. |
void |
setUrl(java.lang.String newUrl)
Set the URL of the target command. |
void |
setUserId(java.lang.Long newUserId)
Set the user ID. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setB_exec
public void setB_exec(java.lang.String newB_exec)
- Set the value of the b_exec parameter.
- Parameters:
newB_exec
- The value value of the b_exec parameter.
setB_new
public void setB_new(java.lang.String newB_new)
- Set the value of the b_new parameter.
- Parameters:
newB_new
- The value of the b_new parameter.
setB_update
public void setB_update(java.lang.String newB_update)
- Set the value of the b_update paramter.
- Parameters:
newB_update
- The value of the b_update paramter.
setErrUrl
public void setErrUrl(java.lang.String newErrUrl)
- Set the redirect view name. If an error occurs while processing this command, redirect this URL.
- Parameters:
newErrUrl
- The redirect view name.
setParameters
public void setParameters(java.lang.String newParameters)
- Set the parameters string. This string is the parameters while processing this command.
- Parameters:
newParameters
- The parameters string.
setTimeout
public void setTimeout(long newTimeout)
- Set the buffer timeout value.
- Parameters:
newTimeout
- The buffer timeout value.
setUrl
public void setUrl(java.lang.String newUrl)
- Set the URL of the target command.
- Parameters:
newURL
- Set the URL of the target command.
setUserId
public void setUserId(java.lang.Long newUserId)
- Set the user ID.
- Parameters:
newUserId
- The user ID.