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:
- Gets the product set ID from the DeployTCCmd command.
- Publishes the product set.
Exception:
- Throws an ECApplicationException with the message key _ERR_ENTITY_OBJECT_NOT_FOUND, if it can not find the product set.
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.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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.