com.ibm.commerce.catalog.commands

Interface ErrorProductAttributeCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, ECCommand, java.io.Serializable
    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. This command requires no input parameters.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • _ERR_CODE_BAD_PROD_ATTR

        static final java.lang.String _ERR_CODE_BAD_PROD_ATTR
        The Incorrect Attribute Error code is: "100".
        See Also:
        Constant Field Values
      • ERRTASK_NAME

        static final java.lang.String ERRTASK_NAME
        The view name of this error task is: "ProductAttributeErrorView".
        See Also:
        Constant Field Values