com.ibm.commerce.catalog.commands
Class ErrorMissingAttributeCmdImpl
java.lang.Object
ECCommandImpl
com.ibm.commerce.catalog.commands.ErrorMissingAttributeCmdImpl
- All Implemented Interfaces:
- ECCommand, ErrorMissingAttributeCmd, java.io.Serializable
- public class ErrorMissingAttributeCmdImpl
- extends ECCommandImpl
- implements ErrorMissingAttributeCmd, java.io.Serializable
This error task command is set when a Product to Item resolution fails due to missing product attributes.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
- See Also:
- Constant Field Values
ErrorMissingAttributeCmdImpl
public ErrorMissingAttributeCmdImpl()
- No value constructor.
performExecute
public void performExecute()
- Description copied from interface: ECCommand
- Contains the actual business logic of the command It should be implemented by all the command writer.
-
- Specified by:
- performExecute in interface ECCommand
setException
public void setException(ECException exception)
- Sets the exception that this command is responsible for handling.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.