Package com.ibm.commerce.tools.campaigns

Provides the databeans, Controller Commands and Task Commands along with their implementations to manage operations made in WebSphere Commerce accelerator marketing campaign tool.

See:
          Description

Interface Summary
CampaignCheckUserControllerCmd The CampaignInitiativeCheckUserControllerCmd interface must be implemented to provide a controller command that checks a user logon.
CampaignCollateralCreateCmd The CampaignCollateralCreateCmd interface must be implemented to provide a task command that creates ad copy.
CampaignCollateralDeleteCmd The CampaignCollateralDeleteCmd interface must be implemented to provide a task command that deletes ad copy.
CampaignCollateralDeleteControllerCmd The CampaignCollateralDeleteControllerCmd interface must be implemented to provide a controller command that deletes ad copy.
CampaignCollateralSaveControllerCmd The CampaignCollateralSaveControllerCmd interface must be implemented to provide a controller command that saves ad copy.
CampaignCollateralUpdateCmd The CampaignUpdateCmd interface must be implemented to provide a task command that updates an ad copy.
CampaignConstants The interface CampaignConstants contains public constants.
CampaignCreateCmd The CampaignCreateCmd interface must be implemented to provide a task command that creates campaigns.
CampaignDeleteCmd The CampaignDeleteCmd interface must be implemented to provide a task command that deletes campaigns.
CampaignDeleteControllerCmd The CampaignDeleteControllerCmd interface must be implemented to provide a controller command that deletes campaigns.
CampaignEmsCreateCmd The CampaignEmsCreateCmd interface must be implemented to provide a task command that creates e-Marketing Spots.
CampaignEmsDeleteCmd The CampaignEmsDeleteCmd interface must be implemented to provide a task command that deletes e-Marketing Spots.
CampaignEmsDeleteControllerCmd The CampaignEmsDeleteControllerCmd interface must be implemented to provide a controller command that deletes e-Marketing Spots.
CampaignEmsSaveControllerCmd The CampaignEmsSaveControllerCmd interface must be implemented to provide a controller command that saves e-Marketing Spots.
CampaignEmsUpdateCmd The CampaignEmsUpdateCmd interface must be implemented to provide a task command that updates an e-Marketing Spot.
CampaignInitiativeCreateCmd The CampaignInitiatveCreateCmd interface must be implemented to provide a task command that creates campaign initiatives.
CampaignInitiativeDeleteCmd The CampaignDeleteCmd interface must be implemented to provide a task command that deletes campaign initiatives.
CampaignInitiativeDeleteControllerCmd The CampaignInitiativeDeleteControllerCmd interface must be implemented to provide a controller command that deletes campaign initiatives.
CampaignInitiativeDisableCmd The CampaignInitiativeDisableCmd interface must be implemented to provide a task command that updates campaign initiatives.
CampaignInitiativeDisableControllerCmd The CampaignInitiativeDisableControllerCmd interface must be implemented to provide a controller command that deletes campaign initiatives.
CampaignInitiativeEvaluateCmd This interface must be implemented to provide a task command that evaluates campaign initiatives.
CampaignInitiativeSaveControllerCmd The CampaignInitiativeSaveControllerCmd interface must be implemented to provide a controller command that saves campaign initiatives.
CampaignInitiativeScheduleAddCmd The CampaignInitiativeScheduleAddCmd interface must be implemented to provide a task command that schedules an initiative onto an e-Marketing Spot.
CampaignInitiativeScheduleDeleteCmd The CampaignInitiativeScheduleDeleteCmd interface must be implemented to provide a task command that deletes the scheduling of an initiative from an e-Marketing Spot.
CampaignInitiativeScheduleDeleteControllerCmd The CampaignInitiativeScheduleDeleteControllerCmd interface must be implemented to provide a controller command that deletes campaign initiative schedules.
CampaignInitiativeScheduleSaveControllerCmd The CampaignInitiativeScheduleSaveControllerCmd interface must be implemented to provide a controller command that saves campaign initiative schedules.
CampaignInitiativeScheduleUpdateCmd The CampaignInitiativeScheduleUpdateCmd interface must be implemented to provide a task command that modifies the scheduling of an initiative onto an e-Marketing Spot.
CampaignInitiativeUpdateCmd The CampaignInitiativeUpdateCmd interface must be implemented to provide a task command that updates campaign initiatives.
CampaignSaveControllerCmd The CampaignSaveControllerCmd interface must be implemented to provide a controller command that saves campaigns.
CampaignUpdateCmd The CampaignUpdateCmd interface must be implemented to provide a task command that updates campaigns.
ECCampaignsMessageKey The ECCampaignsMessageKey class provides the keys of the error messages defined in the CampaignConstants class to match the keys defined in the ECMessage class.
 
Class Summary
CampaignCheckUserControllerCmdImpl This class implements the CampaignCheckUserControllerCmd interface to provide the controller command that checks a users logon information.
CampaignCollateralCreateCmdImpl This class implements the CampaignCollateralCreateCmd interface to provide the task command that creates an ad copy.
CampaignCollateralDataBean This class extends the SmartDataBeanImpl class to create a data bean for an ad copy.
CampaignCollateralDataBeanQuickSortCompare This class is used to compare CampaignCollateralDataBean objects during a sort.
CampaignCollateralDeleteCmdImpl This class implements the CampaignCollateralDeleteCmd interface to provide the task command that deletes collateral.
CampaignCollateralDeleteControllerCmdImpl This class implements the CampaignCollateralDeleteControllerCmd interface to provide the controller command that deletes an ad copy.
CampaignCollateralListDataBean This class extends the SmartDataBeanImpl class to create the campaign collateral list data bean.
CampaignCollateralSaveControllerCmdImpl This class implements the CampaignCollateralSaveControllerCmd interface to provide the controller command that saves an ad copy.
CampaignCollateralTypeDataBean This class extends the SmartDataBeanImpl class to create a data bean for an ad copy type.
CampaignCollateralTypeDataBeanQuickSortCompare This class is used to compare CampaignCollateralTypeDataBean objects during a sort.
CampaignCollateralTypeListDataBean This class extends the SmartDataBeanImpl class to create the campaign collateral type list data bean.
CampaignCollateralUpdateCmdImpl This class implements the CampaignCollateralUpdateCmd interface to provide the task command that updates an ad copy.
CampaignCreateCmdImpl This class implements the CampaignCreateCmd interface to provide the task command that creates a campaign.
CampaignDataBean This class extends the SmartDataBeanImpl class to create a data bean for a campaign.
CampaignDataBeanQuickSortCompare This class is used to compare CampaignDataBean objects during a sort.
CampaignDeleteCmdImpl This class implements the CampaignDeleteCmd interface to provide the task command that deletes campaigns.
CampaignDeleteControllerCmdImpl This class implements the CampaignDeleteControllerCmd interface to provide the controller command that deletes a campaign.
CampaignEmsCreateCmdImpl This class implements the CampaignEmsCreateCmd interface to provide the task command that creates an e-Marketing Spot.
CampaignEmsDataBean This class extends the SmartDataBeanImpl class to create a data bean for an e-Marketing Spot.
CampaignEmsDataBeanQuickSortCompare This class is used to compare CampaignEmsDataBean objects during a sort.
CampaignEmsDeleteCmdImpl This class implements the CampaignEmsDeleteCmd interface to provide the task command that deletes e-Marketing Spots.
CampaignEmsDeleteControllerCmdImpl This class implements the CampaignEmsDeleteControllerCmd interface to provide the controller command that deletes an e-Marketing Spot.
CampaignEmsListDataBean This class extends the SmartDataBeanImpl class to create the e-Marketing Spot list data bean.
CampaignEmsSaveControllerCmdImpl This class implements the CampaignEmsSaveControllerCmd interface to provide the controller command that saves an e-Marketing Spot.
CampaignEmsUpdateCmdImpl This class implements the CampaignEmsUpdateCmd interface to provide the task command that updates an e-Marketing Spot.
CampaignInitiativeCache This class contains static methods that allow you to get a cached instance of a campaign inititive.
CampaignInitiativeCache.CachedInitiative The inner class CachedInitiative contains the content of the cached initiative.
CampaignInitiativeContext This class is used to map contextual information into Blaze projects.
CampaignInitiativeCreateCmdImpl This class implements the CampaignInitiativeCreateCmd interface to provide the task command that creates a campaign initiative.
CampaignInitiativeDataBean This class extends the SmartDataBeanImpl class to create a data bean for a campaign initiative.
CampaignInitiativeDataBeanQuickSortCompare This class is used to compare CampaignInitiativeDataBean objects during a sort.
CampaignInitiativeDeleteCmdImpl This class implements the CampaignInitiativeDeleteCmd interface to provide the task command that deletes a campaign initiative.
CampaignInitiativeDeleteControllerCmdImpl This class implements the CampaignInitiativeDeleteControllerCmd interface to provide the controller command that deletes a campaign initiative.
CampaignInitiativeDetailsDataBean This class extends the CampaignInitiativeDataBean class to create a detailed data bean for a campaign initiative.
CampaignInitiativeDetailsDataBean.WhenChoice The WhenChoice inner class defines the WHICH condition of the campaign initiative.
CampaignInitiativeDisableCmdImpl This class implements the CampaignInitiativeDisableCmd interface to provide the task command that disables a campaign initiative.
CampaignInitiativeDisableControllerCmdImpl This class implements the CampaignInitiativeDisableControllerCmd interface to provide the controller command that disables a campaign initiative.
CampaignInitiativeEvaluateCmdImpl This class implements the CampaignInitiativeEvaluateCmd interface to provide the task command that evaluates a campaign initiative.
CampaignInitiativeListDataBean This class extends the SmartDataBeanImpl class to create the campaign initiative list data bean.
CampaignInitiativeSaveControllerCmdImpl This class implements the CampaignInitiativeSaveControllerCmd interface to provide the controller command that saves a campaign initiative.
CampaignInitiativeScheduleAddCmdImpl This class implements the CampaignInitiativeScheduleAddCmd interface to provide the task command that schedules an initiative onto an e-Marketing Spot.
CampaignInitiativeScheduleConflictException Thrown when an initiative schedule conflict has occurred.
CampaignInitiativeScheduleDataBean This class extends the SmartDataBeanImpl class to create a data bean for a campaign initiative schedule.
CampaignInitiativeScheduleDataBeanQuickSortCompare This class is used to compare CampaignInitiativeScheduleDataBean objects during a sort.
CampaignInitiativeScheduleDeleteCmdImpl This interface must be implemented to provide a task command that deletes the scheduling of an initiative from an e-Marketing Spot.
CampaignInitiativeScheduleDeleteControllerCmdImpl This class implements the CampaignInitiativeScheduleDeleteControllerCmd interface to provide the controller command that deletes a campaign initiative schedules.
CampaignInitiativeScheduleListDataBean This class extends the SmartDataBeanImpl class to create the campaign initiative schedule list data bean.
CampaignInitiativeScheduleSaveControllerCmdImpl This class implements the CampaignInitiativeScheduleSaveControllerCmd interface to provide the controller command that saves campaign initiative schedules.
CampaignInitiativeScheduleUpdateCmdImpl This class implements the CampaignInitiativeScheduleUpdateCmd interface to provide the task command that schedules an initiative onto an e-Marketing Spot.
CampaignInitiativeUpdateCmdImpl This class implements the CampaignInitiativeUpdateCmd interface to provide the task command that updates a campaign initiative.
CampaignListDataBean This class extends the SmartDataBeanImpl class to create the campaign list data bean.
CampaignSaveControllerCmdImpl This class implements the CampaignSaveControllerCmd interface to provide the controller command that saves a campaign.
CampaignUpdateCmdImpl This class implements the CampaignUpdateCmd interface to provide the task command that updates a campaign.
CampaignUtil The CampaignUtil class provides some utility methods that are used by campaigns.
CatalogSearchDataBean This data bean represents each row in the catalog search result list.
CatalogSearchListDataBean This data bean finds catalog entries or categories in a store.
ECCampaignsMessage The ECCampaignsMessage class provides the EC messages when errors have been encountered during task commands.
ProductTreeDataBean The ProductTreeDataBean class extends the com.ibm.commerce.tools.common.ui.DynamicTreeUserDataBean class to create the catalog browser used in campaign creation.
 

Package com.ibm.commerce.tools.campaigns Description

Provides the databeans, Controller Commands and Task Commands along with their implementations to manage operations made in WebSphere Commerce accelerator marketing campaign tool.