com.ibm.commerce.command
Interface ECTargetableCommand

All Superinterfaces:
ECCommand
All Known Implementing Classes:
AbstractECTargetableCommand

public interface ECTargetableCommand
extends ECCommand

ECTargetableCommand is the interface that extends the TargetableCommand framework for an ECCommand. All controller commands implements the ECTargetableCommand interface.


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Field Detail

COPYRIGHT

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

Feedback