public interface ErrorOrderDataCmd
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField()
Reserved for IBM internal use.
|
void |
setField(java.lang.String field)
Reserved for IBM internal use.
|
static final java.lang.String COPYRIGHT
static final java.lang.String ERRTASK_NAME
ErrorCode.
static final java.lang.String _ERR_CODE_MISSING_PARAM
ErrorCode value that indicates a parameter value is missing.
field property.static final java.lang.String _ERR_INVALID_PARAM_FORMAT
ErrorCode value that indicates a parameter value has the wrong format.
field property.static final java.lang.String _ERR_OI_NOT_BUYABLE
ErrorCode value that indicates some OrderItems are not buyable.
Vector of OrderItemAccessBean indicating the non-buyable OrderItems
is provided as the value of the nonBuyableOrderItems property.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.
Vector of OrderItemAccessBean indicating the backordered OrderItems
is provided as the value of the backorderedOrderItems property.static final java.lang.String _NVP_field
static final java.lang.String _JSPKey