public class FetchGiftListByAccessKeysCmdImpl extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl implements FetchGiftListCmd
FetchGiftListByAccessKeysCmdImpl
command fetches the gift
list using the external identifier and either the guest access key or
registry access key.
The XPaths supported by this command are:
When the command successfully retrieves the gift list, the user"s context is updated with the relationship the user shares with the gift list. If the gift list is fetched by external identifier and registry access key, the user is set to have a co-registrant relationship with the gift list. If the gift list is fetched by external identifier and guest access key, the context is set to have the gift giver relationship with the gift list.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copy right field.
|
ACCESS_PROFILE_EXTERNAL_NAME
Constructor and Description |
---|
FetchGiftListByAccessKeysCmdImpl()
The default constructor for the class.
|
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
Invokes the super"s implementation to fetch the gift list by
external identifier and registry access key or external identifier and guest access key.
|
getNouns, reset
getShow, isReadyToCallExecute, setGet, setSearchExpression
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNouns, getShow, setGet, setSearchExpression
public static final java.lang.String COPYRIGHT
public FetchGiftListByAccessKeysCmdImpl()
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
java.lang.Exception