Package com.ibm.commerce.tools.campaigns

Contains classes and interfaces used by the campaigns component.

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 CampaignUpdateCmd interface must be implemented to provide a task command that updates campaign.
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 The CampaignInitiativeEvaluatorCmd 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 schedulings.
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 The CampaignCheckUserCmdImpl class implements the CampaignCheckUserCmd interface to provide the controller command that checks a users logon information.
CampaignCollateralCreateCmdImpl The CampaignCollateralCreateCmdImpl class implements the CampaignCollateralCreateCmd interface to provide the task command that creates an ad copy.
CampaignCollateralDataBean The CampaignCollateralDataBean class extends the SmartDataBeanImpl class to create a databean for an ad copy.
CampaignCollateralDataBeanQuickSortCompare This class is used to compare CampaignCollateralDataBean objects during a sort.
CampaignCollateralDeleteCmdImpl The CampaignCollateralDeleteCmdImpl class implements the CampaignCollateralDeleteCmd interface to provide the task command that deletes e-marketing spots.
CampaignCollateralDeleteControllerCmdImpl The CampaignCollateralDeleteControllerCmdImpl class implements the CampaignCollateralDeleteControllerCmd interface to provide the controller command that deletes an ad copy.
CampaignCollateralListDataBean The CampaignCollateralListDataBean class extends the SmartDataBeanImpl class to create the campaign list databean.
CampaignCollateralSaveControllerCmdImpl The CampaignCollateralSaveControllerCmdImpl class implements the CampaignCollateralSaveControllerCmd interface to provide the controller command that saves a e-marketing spot.
CampaignCollateralTypeDataBean The CampaignCollateralTypeDataBean class extends the SmartDataBeanImpl class to create a databean for an ad copy type.
CampaignCollateralTypeDataBeanQuickSortCompare This class is used to compare CampaignCollateralTypeDataBean objects during a sort.
CampaignCollateralTypeListDataBean The CampaignCollateralTypeListDataBean class extends the SmartDataBeanImpl class to create the campaign collateral type list databean.
CampaignCollateralUpdateCmdImpl The CampaignCollateralUpdateCmdImpl class implements the CampaignCollateralUpdateCmd interface to provide the task command that updates an ad copy.
CampaignCreateCmdImpl The CampaignCreateCmdImpl class implements the CampaignCreateCmd interface to provide the task command that creates a campaign.
CampaignDataBean The CampaignDataBean class extends the SmartDataBeanImpl class to create a databean for a campaign.
CampaignDataBeanQuickSortCompare This class is used to compare CampaignDataBean objects during a sort.
CampaignDeleteCmdImpl The CampaignDeleteCmdImpl class implements the CampaignDeleteCmd interface to provide the task command that deletes campaigns.
CampaignDeleteControllerCmdImpl The CampaignDeleteControllerCmdImpl class implements the CampaignDeleteControllerCmd interface to provide the controller command that deletes a campaign.
CampaignEmsCreateCmdImpl The CampaignEmsCreateCmdImpl class implements the CampaignEmsCreateCmd interface to provide the task command that creates a e-marketing spot.
CampaignEmsDataBean The CampaignEmsDataBean class extends the SmartDataBeanImpl class to create a databean for a campaign.
CampaignEmsDataBeanQuickSortCompare This class is used to compare CampaignEmsDataBean objects during a sort.
CampaignEmsDeleteCmdImpl The CampaignEmsDeleteCmdImpl class implements the CampaignEmsDeleteCmd interface to provide the task command that deletes e-marketing spots.
CampaignEmsDeleteControllerCmdImpl The CampaignEmsDeleteControllerCmdImpl class implements the CampaignEmsDeleteControllerCmd interface to provide the controller command that deletes a e-marketing spot.
CampaignEmsListDataBean The CampaignListDataBean class extends the SmartDataBeanImpl class to create the campaign list databean.
CampaignEmsSaveControllerCmdImpl The CampaignEmsSaveControllerCmdImpl class implements the CampaignEmsSaveControllerCmd interface to provide the controller command that saves a e-marketing spot.
CampaignEmsUpdateCmdImpl The CampaignEmsUpdateCmdImpl class implements the CampaignEmsUpdateCmd interface to provide the task command that updates a e-marketing spot.
CampaignInitiativeCache The class CampaignInitiativeCache 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 The CampaignInitiativeCreateCmdImpl class implements the CampaignInitiativeCreateCmd interface to provide the task command that creates a campaign.
CampaignInitiativeDataBean The CampaignInitiativeDataBean class extends the SmartDataBeanImpl class to create a databean for a campaign.
CampaignInitiativeDataBeanQuickSortCompare This class is used to compare CampaignInitiativeDataBean objects during a sort.
CampaignInitiativeDeleteCmdImpl The CampaignInitiativeDeleteCmdImpl class implements the CampaignInitiativeDeleteCmd interface to provide the task command that deletes a campaign initiative.
CampaignInitiativeDeleteControllerCmdImpl The CampaignInitiativeDeleteControllerCmdImpl class implements the CampaignInitiativeDeleteControllerCmd interface to provide the controller command that deletes a campaign initiative.
CampaignInitiativeDetailsDataBean The CampaignInitiativeDetailsDataBean class extends the CampaignInitiativeDataBean class to create a detailed databean for a campaign initiative.
CampaignInitiativeDetailsDataBean.WhenChoice The WhenChoice inner class defines the WHICH condition of the campaign initiative.
CampaignInitiativeDisableCmdImpl The CampaignInitiativeDisableCmdImpl class implements the CampaignInitiativeDisableCmd interface to provide the task command that updates a campaign initiative.
CampaignInitiativeDisableControllerCmdImpl The CampaignInitiativeDisableControllerCmdImpl class implements the CampaignInitiativeDisableControllerCmd interface to provide the controller command that deletes a campaign initiative.
CampaignInitiativeEvaluateCmdImpl The CampaignInitiativeEvaluateCmdImpl class implements the CampaignInitiativeEvaluateCmd interface to provide the task command that evaluates a campaign initiative.
CampaignInitiativeListDataBean The CampaignInitiativeDataBean class extends the SmartDataBeanImpl class to create the campaign initiative list databean.
CampaignInitiativeSaveControllerCmdImpl The CampaignInitiativeSaveControllerCmdImpl class implements the CampaignInitiativeSaveControllerCmd interface to provide the controller command that saves a campaign initiative.
CampaignInitiativeScheduleAddCmdImpl The CampaignInitiativeScheduleAddCmdImpl class implements the CampaignInitiativeScheduleAddCmd interface to provide the task command that schedules an initiative onto an e-marketing spot.
CampaignInitiativeScheduleDataBean The InitiativeScheduleDataBean class extends the SmartDataBeanImpl class to create a databean for a campaign initiative scheduling.
CampaignInitiativeScheduleDataBeanQuickSortCompare This class is used to compare CampaignInitiativeScheduleDataBean objects during a sort.
CampaignInitiativeScheduleDeleteCmdImpl The CampaignInitiativeScheduleDeleteCmd interface must be implemented to provide a task command that deletes the scheduling of an initiative from an e-marketing spot.
CampaignInitiativeScheduleDeleteControllerCmdImpl The CampaignInitiativeScheduleDeleteControllerCmdImpl class implements the CampaignInitiativeScheduleDeleteControllerCmd interface to provide the controller command that deletes a campaign initiative schedulings.
CampaignInitiativeScheduleListDataBean The CampaignInitiativeScheduleListDataBean class extends the SmartDataBeanImpl class to create the campaign initiative schedule list databean.
CampaignInitiativeScheduleSaveControllerCmdImpl The CampaignInitiativeScheduleSaveControllerCmdImpl class implements the CampaignInitiativeScheduleSaveControllerCmd interface to provide the controller command that saves campaign initiative schedules.
CampaignInitiativeScheduleUpdateCmdImpl The CampaignInitiativeScheduleUpdateCmdImpl class implements the CampaignInitiativeScheduleUpdateCmd interface to provide the task command that schedules an initiative onto an e-marketing spot.
CampaignInitiativeUpdateCmdImpl The CampaignInitiativeUpdateCmdImpl class implements the CampaignInitiativeUpdateCmd interface to provide the task command that updates a campaign initiative.
CampaignListDataBean The CampaignListDataBean class extends the SmartDataBeanImpl class to create the campaign list databean.
CampaignSaveControllerCmdImpl The CampaignSaveControllerCmdImpl class implements the CampaignSaveControllerCmd interface to provide the controller command that saves a campaign.
CampaignUpdateCmdImpl The CampaignUpdateCmdImpl 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.
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

Contains classes and interfaces used by the campaigns component.