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, 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 GetMarketingSpotCmdImpl()
public void setGetMarketingSpot(GetMarketingSpotType getMarketingSpot)
GetMarketingSpotType
business object document that this command will process.setGetMarketingSpot
in interface GetMarketingSpotCmd
getMarketingSpot
- The GetMarketingSpotType
business object document.public ShowMarketingSpotType getShowMarketingSpot()
ShowMarketingSpotType
business object document result.getShowMarketingSpot
in interface GetMarketingSpotCmd
ShowMarketingSpotType
business object document result to the client.