com.ibm.commerce.catalog.commands
Interface ErrorMissingAttributeCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
ErrorMissingAttributeCmdImpl

public interface ErrorMissingAttributeCmd
extends ECCommand

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


Field Summary
static java.lang.String _ERR_CODE_MISSING_ATTR
          The Missing Attribute Error code is: "260".
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String ERRTASK_NAME
          The view name of this error task is: "MissingProductAttributeErrorView".
 
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_MISSING_ATTR

public static final java.lang.String _ERR_CODE_MISSING_ATTR
The Missing Attribute Error code is: "260".

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: "MissingProductAttributeErrorView".