com.ibm.commerce.command
Interface ECTargetableCommand

All Superinterfaces:
ECCommand
All Known Implementing Classes:
AbstractECTargetableCommand

public interface ECTargetableCommand
extends ECCommand

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


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

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT