|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Determines whether the shopper has authority to read information or write information to a specified interest item list. Normally this task returns true. If an error encountered, it can set an exception task, return false, or handle the exception by writing an HTTP response. Calling commands: InterestItemAdd, InterestItemDelete, InterestItemDisplay InterestItemListCopy, InterestItemListDelete, SetInterestItemList
Field Summary | |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.interestitems.commands.AuthIIListAccessCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.interestitems.commands.AuthIIListAccessCmd". |
Method Summary | |
boolean |
getResult()
Return whether the member has authority to access the interest item list. |
void |
setAccessType(java.lang.String astrAccessType)
Set the access type parameters. |
void |
setIIList(InterestItemListAccessBean aabList)
Set the interest item list parameters. |
void |
setMemberId(java.lang.Long anMemberId)
Set the member id parameter. |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public boolean getResult()
public void setAccessType(java.lang.String astrAccessType)
astrAccessType
- java.lang.Stringpublic void setIIList(InterestItemListAccessBean aabList)
aabList
- com.ibm.commerce.catalog.objects.InterestItemListAccessBeanpublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |