com.ibm.commerce.command
Interface IndirectViewCommand

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

public interface IndirectViewCommand
extends ViewCommand

IndirectViewCommand provides the base interface for any indirect view command.


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Method Summary
java.lang.String getIndirectViewName()
Gets the name of the view to be forwarded to.
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
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

getIndirectViewName

public java.lang.String getIndirectViewName()
                                     throws ECException
Gets the name of the view to be forwarded to.
Returns:
view name to be forwarded to
Throws:
ECException

Feedback