com.ibm.commerce.interestitems.commands
Interface ErrorAuthIIListAccessCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- public interface ErrorAuthIIListAccessCmd
- extends TaskCommand
Default behavior: Generate a page that informs the shopper of the error in
accessing certain interest item list.
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". |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
_ERR_CODE_IILIST_ACCESS_DENIED
public static final java.lang.String _ERR_CODE_IILIST_ACCESS_DENIED
- The IIList Access Denied Error code is: "1".
_JSPKey
public static final java.lang.String _JSPKey
- The jsp key is: "com_ibm_commerce_ERR_AUTH_IILIST_ACCESS".
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
ERRTASK_NAME
public static final java.lang.String ERRTASK_NAME
- The view name of this error task is: "AuthIIListAccessErrorView".