com.ibm.commerce.order.commands
Interface ErrorOrderUnlockCmd


public interface ErrorOrderUnlockCmd

Defines error codes for OrderUnlockErrorView view.


Field Summary
static java.lang.String _ERR_CODE_ORDER_UNLOCKED
          The ErrorCode value that indicates an Order is unlocked.
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 processing cannot continue because an Order is unlocked.
 

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

ERRTASK_NAME

public static final java.lang.String ERRTASK_NAME
The name of the view set when processing cannot continue because an Order is unlocked. 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.
See Also:
Constant Field Values

_ERR_CODE_ORDER_UNLOCKED

public static final java.lang.String _ERR_CODE_ORDER_UNLOCKED
The ErrorCode value that indicates an Order is unlocked.
See Also:
Constant Field Values

_NVP_field

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

_JSPKey

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