com.ibm.commerce.order.commands
Interface ErrorOrderNoneCmd


public interface ErrorOrderNoneCmd

Defines error codes for OrderNoneErrorView view.


Field Summary
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 ERR_CODE_NO_ORDER
          The ErrorCode value that indicates the specified Orders cannot be found.
static java.lang.String ERRTASK_NAME           The name of the view set when the specified Orders cannot be found.
 

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 the specified Orders cannot be found. 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_NO_ORDER

public static final java.lang.String ERR_CODE_NO_ORDER
The ErrorCode value that indicates the specified Orders cannot be found.
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