java.lang.Object | +--ECCommandImpl | +--com.ibm.commerce.catalog.commands.ErrorProductAttributeCmdImpl
This error task command is set when a Product to Item resolution fails due to incorrect product attributes.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from interface com.ibm.commerce.catalog.commands. ErrorProductAttributeCmd |
_ERR_CODE_BAD_PROD_ATTR,
ERRTASK_NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
ErrorProductAttributeCmdImpl() No value constructor. |
Method Summary | |
---|---|
void |
performExecute() Contains the actual business logic of the command It should be implemented by all the command writer. |
void |
setException(
ECException exception) Sets the exception that this command is responsible for handling. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
execute,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ErrorProductAttributeCmdImpl()
Method Detail |
---|
public void performExecute()
ECCommand
performExecute
in interface
ECCommand
public void setException(ECException exception)