public class GetMarketingSpotCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetMarketingSpotCmd
FetchMarketingSpotCmd command to get the marketing spots,
and the method buildShowBusinessObjectDocument returns the response
business object document.| Constructor and Description |
|---|
GetMarketingSpotCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ShowMarketingSpotType |
getShowMarketingSpot()
This method gets the
ShowMarketingSpotType business object document result. |
void |
setGetMarketingSpot(GetMarketingSpotType getMarketingSpot)
This method sets the
GetMarketingSpotType 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 GetMarketingSpotCmdImpl()
public void setGetMarketingSpot(GetMarketingSpotType getMarketingSpot)
GetMarketingSpotType business object document that this command will process.setGetMarketingSpot in interface GetMarketingSpotCmdgetMarketingSpot - The GetMarketingSpotType business object document.public ShowMarketingSpotType getShowMarketingSpot()
ShowMarketingSpotType business object document result.getShowMarketingSpot in interface GetMarketingSpotCmdShowMarketingSpotType business object document result to the client.