public interface RetrieveCatalogEntryTaskCmd extends MarketingSpotCommandBaseTaskCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| static java.lang.String | defaultCommandClassName
Default implementation class for this command.
|
| static java.lang.String | NAME
The name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
| byte[][] | getCatalogEntryObjects()
This method returns a byte array of serialized catalog entry objects (MarketingSpotActivityCatalogEntryDataType) that are being populated in this command.
|
| java.util.List | getCatalogEntrySDOObjects()
This method returns a list of catalog entry objects (MarketingSpotActivityCatalogEntryDataType) that are being populated in this command.
|
| EMarketingSpotDataBean[] | getResultDataBeans()
This method sets the data beans containing the results that the e-Marketing Spot displays.
|
| void | setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)
This method sets the data beans containing the results that the e-Marketing Spot displays.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
EMarketingSpotDataBean[] getResultDataBeans()
java.util.List getCatalogEntrySDOObjects()
byte[][] getCatalogEntryObjects()
void setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)