com.ibm.commerce.catalog.commands
Interface ErrorProductAttributeCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
ErrorProductAttributeCmdImpl

public interface ErrorProductAttributeCmd
extends ECCommand

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


Field Summary
static java.lang.String _ERR_CODE_BAD_PROD_ATTR
          The Incorrect Attribute Error code is: "100".
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String ERRTASK_NAME
          The view name of this error task is: "ProductAttributeErrorView".
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
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
 

Field Detail

_ERR_CODE_BAD_PROD_ATTR

public static final java.lang.String _ERR_CODE_BAD_PROD_ATTR
The Incorrect Attribute Error code is: "100".

COPYRIGHT

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

ERRTASK_NAME

public static final java.lang.String ERRTASK_NAME
The view name of this error task is: "ProductAttributeErrorView".