com.ibm.commerce.command
Class AbstractIndirectViewCommand

java.lang.Object
  com.ibm.commerce.command.AbstractECCommand
      com.ibm.commerce.command.AbstractViewCommand
          com.ibm.commerce.command.AbstractIndirectViewCommand
All Implemented Interfaces:
AccCommand, ECCommand, IndirectViewCommand, Protectable, ViewCommand
Direct Known Subclasses:
HttpIndirectForwardViewCommandImpl

public abstract class AbstractIndirectViewCommand
extends AbstractViewCommand
implements IndirectViewCommand

This class provides the abstract base implementation of an indirect view command.


Field Summary
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.ECCommand
defaultCommandClassName
Constructor Summary
AbstractIndirectViewCommand()
Constructor for AbstractIndirectViewCommand
Method Summary
java.lang.String getIndirectViewName()
Gets the indirect view name.
Methods inherited from class com.ibm.commerce.command.AbstractViewCommand
fulfills, getForUserId, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getViewName, mergeProperties, performExecute, setForUserId, setOwner, setRequestProperties, setResponseProperties, setViewName
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, 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, setRequestProperties, setViewName
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, execute, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner

Constructor Detail

AbstractIndirectViewCommand

public AbstractIndirectViewCommand()
Constructor for AbstractIndirectViewCommand
Method Detail

getIndirectViewName

public java.lang.String getIndirectViewName()
                                     throws ECException
Gets the indirect view name.
Specified by:
getIndirectViewName in interface IndirectViewCommand
Returns:
indirect view name
Throws:
ECException

Feedback