com.ibm.commerce.command
Interface IndirectViewCommand
- All Superinterfaces:
-
AccCommand,
ECCommand,
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. |
Method Summary |
java.lang.String |
getIndirectViewName()
Gets the name of the view to be forwarded to. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
-
Constant Field Values
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