|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CampaignInitiativeEvaluatorCmd interface must be implemented to provide a task command that evaluates campaign initiatives. Different implementations of this interface can be provided for different stores.
Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright. |
static java.lang.String |
defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.campaigns.CampaignInitiativeEvaluateCmd is not defined in the CMDREG table. |
static java.lang.String |
Name
The name of this interface. |
Method Summary | |
EMarketingSpot.CatalogEntry[] |
getCatalogEntries()
An array of EMarketingSpot.CatalogEntry objects. |
EMarketingSpot.Category[] |
getCategories()
An array of EMarketingSpot.Category objects. |
EMarketingSpot.Collateral[] |
getCollateral()
An array of EMarketingSpot.Collateral objects. |
java.lang.Integer |
getEMarketingSpotId()
Returns the e-marketing spot ID of the specified e-marketing spot. |
void |
setEMarketingSpotName(java.lang.String eMarketingSpotName)
Sets the e-marketing spot name. |
void |
setMaximumNumberOfCatalogEntries(int maximumNumberOfCatalogEntries)
Sets the maximum number of catalog entries to be shown in the e-marketing spot. |
void |
setMaximumNumberOfCategories(int maximumNumberOfCategories)
Sets the maximum number of catalog groups to be shown in the e-marketing spot. |
void |
setMaximumNumberOfCollateral(int maximumNumberOfCollateral)
Sets the maximum number of ad copies to be shown in the e-marketing spot. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.condition.Evaluator |
evaluate, evaluate |
Methods inherited from interface com.ibm.commerce.rule.ActionHandler |
performAction |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String Name
Method Detail |
public EMarketingSpot.CatalogEntry[] getCatalogEntries()
public EMarketingSpot.Category[] getCategories()
public EMarketingSpot.Collateral[] getCollateral()
public java.lang.Integer getEMarketingSpotId()
public void setEMarketingSpotName(java.lang.String eMarketingSpotName)
eMarketingSpotName
- The name of the e-marketing spot selected.public void setMaximumNumberOfCatalogEntries(int maximumNumberOfCatalogEntries)
maximumNumberOfCatalogEntries
- The maximum number of the catalog entries to be shown in the e-marketing spot.public void setMaximumNumberOfCategories(int maximumNumberOfCategories)
maximumNumberOfCategories
- The maximum number of the catalog groups to be shown in the e-marketing spot.public void setMaximumNumberOfCollateral(int maximumNumberOfCollateral)
maximumNumberOfCollateral
- The maximum number of the ad copies to be shown in the e-marketing spot.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |