com.ibm.commerce.order.commands

Interface ErrorOrderDataCmd



  • public interface ErrorOrderDataCmd
    Defines error codes for BadOrderDataErrorView view.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String _ERR_CODE_MISSING_PARAM
      The ErrorCode value that indicates a parameter value is missing.
      static java.lang.String _ERR_INVALID_PARAM_FORMAT
      The ErrorCode value that indicates a parameter value has the wrong format.
      static java.lang.String _ERR_OI_BACKORDERED
      The ErrorCode value that indicates some OrderItems cannot be transferred because they are backordered and the referral interface terms and conditions do not allow them to be transferred.
      static java.lang.String _ERR_OI_NOT_BUYABLE
      The ErrorCode value that indicates some OrderItems are not buyable.
      static java.lang.String _JSPKey
      Reserved for IBM internal use.
      static java.lang.String _NVP_field
      Reserved for IBM internal use.
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String ERRTASK_NAME
      The name of the view set when invalid order data is detected.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • ERRTASK_NAME

        static final java.lang.String ERRTASK_NAME
        The name of the view set when invalid order data is detected. This view must be able to display appropriate messages for the error codes defined by this class.

        The error code is the value of a property named ErrorCode.

        Further detail about the error is contained in properties with names specific to each error code.
        See Also:
        Constant Field Values
      • _ERR_CODE_MISSING_PARAM

        static final java.lang.String _ERR_CODE_MISSING_PARAM
        The ErrorCode value that indicates a parameter value is missing.

        The name of the missing parameter is provided as the value of the field property.
        See Also:
        Constant Field Values
      • _ERR_INVALID_PARAM_FORMAT

        static final java.lang.String _ERR_INVALID_PARAM_FORMAT
        The ErrorCode value that indicates a parameter value has the wrong format.

        The name of the invalid parameter is provided as the value of the field property.
        See Also:
        Constant Field Values
      • _ERR_OI_NOT_BUYABLE

        static final java.lang.String _ERR_OI_NOT_BUYABLE
        The ErrorCode value that indicates some OrderItems are not buyable.

        A Vector of OrderItemAccessBean indicating the non-buyable OrderItems is provided as the value of the nonBuyableOrderItems property.
        See Also:
        Constant Field Values
      • _ERR_OI_BACKORDERED

        static final java.lang.String _ERR_OI_BACKORDERED
        The ErrorCode value that indicates some OrderItems cannot be transferred because they are backordered and the referral interface terms and conditions do not allow them to be transferred.

        A Vector of OrderItemAccessBean indicating the backordered OrderItems is provided as the value of the backorderedOrderItems property.
        See Also:
        Constant Field Values
      • _NVP_field

        static final java.lang.String _NVP_field
        Reserved for IBM internal use.
        See Also:
        Constant Field Values
      • _JSPKey

        static final java.lang.String _JSPKey
        Reserved for IBM internal use.
        See Also:
        Constant Field Values
    • Method Detail

      • getField

        java.lang.String getField()
        Reserved for IBM internal use.
      • setField

        void setField(java.lang.String field)
        Reserved for IBM internal use.