com.ibm.commerce.interestitems.commands
Interface ErrorAuthIIListAccessCmd

All Superinterfaces:
TaskCommand

public interface ErrorAuthIIListAccessCmd
extends TaskCommand

An error task that is called when a user does not have access to an interest item list. The default behavior is to return a page specifying the error.


Field Summary
static java.lang.String _ERR_CODE_IILIST_ACCESS_DENIED
          The IIList Access Denied Error code is: "1".
static java.lang.String _JSPKey
          The JSP key is: "com_ibm_commerce_ERR_AUTH_IILIST_ACCESS".
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String ERRTASK_NAME           The view name of this error task is: "AuthIIListAccessErrorView".
 

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

ERRTASK_NAME

public static final java.lang.String ERRTASK_NAME
The view name of this error task is: "AuthIIListAccessErrorView".
See Also:
Constant Field Values

_ERR_CODE_IILIST_ACCESS_DENIED

public static final java.lang.String _ERR_CODE_IILIST_ACCESS_DENIED
The IIList Access Denied Error code is: "1".
See Also:
Constant Field Values

_JSPKey

public static final java.lang.String _JSPKey
The JSP key is: "com_ibm_commerce_ERR_AUTH_IILIST_ACCESS".
See Also:
Constant Field Values