public class AuthIIListAccessCmdImpl extends TaskCommandImpl implements AuthIIListAccessCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
AuthIIListAccessCmdImpl()
No value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getResult()
This method returns the result of the command, either true or false.
|
boolean |
isReadyToCallExecute()
This method determines whether or not the super class is ready to execute.
|
void |
performExecute()
The main program for AuthIIListAccess command
|
void |
reset()
This method is called after a command has been executed.
|
void |
setAccessType(java.lang.String astrAccessType)
This method sets the access type.
|
void |
setIIList(InterestItemListAccessBean aabList)
This method sets the interest item list for the command.
|
void |
setMemberId(java.lang.Long anMemberId)
This method sets the member ID for the command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public boolean getResult()
getResult in interface AuthIIListAccessCmdpublic boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
AbstractECTargetableCommandreset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAccessType(java.lang.String astrAccessType)
setAccessType in interface AuthIIListAccessCmdastrAccessType - java.lang.Stringpublic void setIIList(InterestItemListAccessBean aabList)
setIIList in interface AuthIIListAccessCmdaabList - com.ibm.commerce.datatype.InterestItemListAccessBeanpublic void setMemberId(java.lang.Long anMemberId)
setMemberId in interface AuthIIListAccessCmdjava.lang.Long -