public class GetWalletItemCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetWalletItemCmd
FetchWalletItemCmd command to get the nouns, and the method
buildShowBusinessObjectDocument returns the response business object document.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
GetWalletItemCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.wallet.facade.datatypes.ShowWalletItemType |
getShowWalletItem()
This method gets the
ShowWalletItemType business object document result. |
void |
setGetWalletItem(com.ibm.commerce.wallet.facade.datatypes.GetWalletItemType getWalletItem)
This method sets the
GetWalletItemType business object document that this command will process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentpublic static final java.lang.String COPYRIGHT
public GetWalletItemCmdImpl()
public void setGetWalletItem(com.ibm.commerce.wallet.facade.datatypes.GetWalletItemType getWalletItem)
GetWalletItemType business object document that this command will process.setGetWalletItem in interface GetWalletItemCmdgetWalletItem - The GetWalletItemType business object document.public com.ibm.commerce.wallet.facade.datatypes.ShowWalletItemType getShowWalletItem()
ShowWalletItemType business object document result.getShowWalletItem in interface GetWalletItemCmdShowWalletItemType business object document result to the client.