com.ibm.commerce.catalog.commands
Class ErrorProductAttributeCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.ECCommandImpl
        |
        +--com.ibm.commerce.catalog.commands.ErrorProductAttributeCmdImpl
All Implemented Interfaces:
ECCommand, ErrorProductAttributeCmd, java.io.Serializable

public class ErrorProductAttributeCmdImpl
extends com.ibm.commerce.command.ECCommandImpl
implements ErrorProductAttributeCmd, java.io.Serializable

This error task command is set when a Product to Item resolution fails due to incorrect product attributes.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
 
Fields inherited from class com.ibm.commerce.command.ECCommandImpl
commandContext
 
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 com.ibm.commerce.command.ECCommandImpl
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.
Constructor Detail

ErrorProductAttributeCmdImpl

public ErrorProductAttributeCmdImpl()
No value constructor.
Method Detail

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
Overrides:
performExecute in class com.ibm.commerce.command.ECCommandImpl
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.

setException

public void setException(ECException exception)
Sets the exception that this command is responsible for handling.