Defines error codes for BadOrderDataErrorView view.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
getField() Reserved for IBM internal use. |
void |
setField(java.lang.String field)
Reserved for IBM internal use. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String ERRTASK_NAME
ErrorCode
.
Further detail about the error is contained in properties with names specific
to each error code.
public static final java.lang.String _ERR_CODE_MISSING_PARAM
ErrorCode
value that indicates a parameter value is
missing.
The name of the missing parameter is provided as the value of the
field
property.
public static final java.lang.String _ERR_INVALID_PARAM_FORMAT
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.
public static final java.lang.String _ERR_OI_NOT_BUYABLE
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.
public static final java.lang.String _ERR_OI_BACKORDERED
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.
public static final java.lang.String _NVP_field
public static final java.lang.String _JSPKey
Method Detail |
---|
public java.lang.String getField()
public void setField(java.lang.String field)