com.ibm.commerce.productset.commands
Interface DeployProductSetTCCmd
- All Superinterfaces:
- DeployTCCmd, ECCommand, TaskCommand
- All Known Implementing Classes:
- DeployProductSetTCCmdImpl
- public interface DeployProductSetTCCmd
- extends DeployTCCmd
Deploy a standard product set term and condition.
Behavior:
- Gets the term and condition ID from the DeployTCCmd command.
- Finds the business policy from the term and condition object.
- Finds the product set from the business policy object.
- Sets the product set ID to the term and condition object.
Exception:
- It throws an ECApplicationException with the message key _ERR_ENTITY_OBJECT_NOT_FOUND, if can not find the policy or 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.