com.ibm.commerce.command
Interface ForwardViewCommand

All Superinterfaces:
AccCommand, ECCommand, Protectable, ViewCommand
All Known Implementing Classes:
AbstractForwardViewCommand

public interface ForwardViewCommand
extends ViewCommand

Provides the base interface for any forward view command.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.String getDocumentPathName()
          Returns the path name of the document to be forwarded.
 
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, 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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getDocumentPathName

public java.lang.String getDocumentPathName()
                                     throws ECException
Returns the path name of the document to be forwarded.

Returns:
java.lang.String
Throws:
ECException -