public class GetGiftListCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetGiftListCmd
GetGiftListCmdImpl
command gets activities based on the
search criteria and the access profile. The parent class will call the
FetchGiftListCmd
command to get the nouns, and the method
buildShowBusinessObjectDocument
returns the response business
object document.Constructor and Description |
---|
GetGiftListCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
SearchExpression |
getSearchExpressionCacheKey()
Returns the cache key of the GetGiftList request.
|
ShowGiftListType |
getShowGiftList()
Gets the
ShowGiftListType business object document result. |
void |
postExecute()
Performs the logic to recalculate the dynacache metadata.
|
void |
setGetGiftList(GetGiftListType getGiftList)
Sets the
GetGiftListType business object document that this
command will process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPath
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
public GetGiftListCmdImpl()
public void setGetGiftList(GetGiftListType getGiftList)
GetGiftListType
business object document that this
command will process.setGetGiftList
in interface GetGiftListCmd
getGiftList
- The GetGiftListType
business object document.public ShowGiftListType getShowGiftList()
ShowGiftListType
business object document result.getShowGiftList
in interface GetGiftListCmd
ShowGiftListType
business
object document result to the client.public SearchExpression getSearchExpressionCacheKey()
public void postExecute()
postExecute
in interface com.ibm.websphere.command.CacheableCommand
postExecute
in class com.ibm.websphere.command.CacheableCommandImpl