public class GetWalletCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetWalletCmd
FetchWalletCmd
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 |
---|
GetWalletCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.wallet.facade.datatypes.ShowWalletType |
getShowWallet()
This method gets the
ShowWalletType business object document result. |
void |
setGetWallet(com.ibm.commerce.wallet.facade.datatypes.GetWalletType getWallet)
This method sets the
GetWalletType 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, postExecute, 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 static final java.lang.String COPYRIGHT
public GetWalletCmdImpl()
public void setGetWallet(com.ibm.commerce.wallet.facade.datatypes.GetWalletType getWallet)
GetWalletType
business object document that this command will process.setGetWallet
in interface GetWalletCmd
getWallet
- The GetWalletType
business object document.public com.ibm.commerce.wallet.facade.datatypes.ShowWalletType getShowWallet()
ShowWalletType
business object document result.getShowWallet
in interface GetWalletCmd
ShowWalletType
business object document result to the client.