com.ibm.commerce.command
Interface IndirectViewCommand
- All Superinterfaces:
- AccCommand, ECCommand, Protectable, ViewCommand
- All Known Implementing Classes:
- AbstractIndirectViewCommand
- public interface IndirectViewCommand
- extends ViewCommand
Provides the base interface for any indreict view command.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getIndirectViewName()
Returns the name of the view to be forwarded to. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
getIndirectViewName
public java.lang.String getIndirectViewName()
throws ECException
- Returns the name of the view to be forwarded to.
- Returns:
- java.lang.String
- Throws:
ECException
-