public class GetActivityCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetActivityCmd
Constructor and Description |
---|
GetActivityCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BusinessObjectDocumentType | buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
This method constructs the responding Show business object document for the given get request.
|
protected MarketingFactory | getMarketingFactory()
This method returns the default instance of the Marketing Factory.
|
ShowActivityType | getShowActivity()
This method gets the ShowActivityType business object document result.
|
void | setGetActivity(GetActivityType getActivity)
This method sets the GetActivityType business object document that this command will process.
|
public GetActivityCmdImpl()
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
public void setGetActivity(GetActivityType getActivity)
public ShowActivityType getShowActivity()
protected MarketingFactory getMarketingFactory()