com.ibm.commerce.productset.commands
Interface DeployCustomProductSetTCCmd

All Superinterfaces:
DeployTCCmd, ECCommand, TaskCommand
All Known Implementing Classes:
DeployCustomProductSetTCCmdImpl

public interface DeployCustomProductSetTCCmd
extends DeployTCCmd

Deploy a custom product set term and condition.

Behavior:

Exception:


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String defaultCommandClassName
          The fully qualified name of the default implementation class.
static java.lang.String NAME
          The fully qualified name of this class.
 
Methods inherited from interface com.ibm.commerce.contract.commands.DeployTCCmd
getTargetStoreId, setTargetStoreId, setTermCondition
 
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
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The fully qualified name of the default implementation class.

NAME

public static final java.lang.String NAME
The fully qualified name of this class.