com.ibm.commerce.tools.command
Class ToolsForwardViewCommandImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.AbstractViewCommand
              |
              +--com.ibm.commerce.command.AbstractForwardViewCommand
                    |
                    +--com.ibm.commerce.command.HttpForwardViewCommandImpl
                          |
                          +--com.ibm.commerce.tools.command.ToolsForwardViewCommandImpl
All Implemented Interfaces:
AccCommand, ECCommand, ForwardViewCommand, HttpViewCommand, Protectable, ToolsForwardViewCommand, ViewCommand

public class ToolsForwardViewCommandImpl
extends HttpForwardViewCommandImpl
implements ToolsForwardViewCommand

ForwardViewCommand to be used by Commerce Accelerator, Administration Console, Store Services and Buyer Administration Console.


Fields inherited from class com.ibm.commerce.command.AbstractViewCommand
requestProperties, responseProperties
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.command.ViewCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Fields inherited from interface com.ibm.commerce.command.HttpViewCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.command.ForwardViewCommand
COPYRIGHT
 
Constructor Summary
ToolsForwardViewCommandImpl()
           
 
Method Summary
 void setRequestProperties(TypedProperty viewParm)
          Sets request properties for for view command.
 
Methods inherited from class com.ibm.commerce.command.HttpForwardViewCommandImpl
forwardDocument, getRequest, getResponse, getServletContext, performExecute
 
Methods inherited from class com.ibm.commerce.command.AbstractForwardViewCommand
getDocumentPathName
 
Methods inherited from class com.ibm.commerce.command.AbstractViewCommand
fulfills, getForUserId, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getViewName, mergeProperties, setForUserId, setOwner, setResponseProperties, setViewName
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ViewCommand
getRequestProperties, getResponseProperties, getViewName, mergeProperties, setViewName
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Constructor Detail

ToolsForwardViewCommandImpl

public ToolsForwardViewCommandImpl()
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty viewParm)
                          throws ECApplicationException
Sets request properties for for view command.

In the default implementation, this method simply saves the request properties.

Specified by:
setRequestProperties in interface ViewCommand
Overrides:
setRequestProperties in class AbstractViewCommand
Parameters:
viewParm - The request properties to be set.