Interface TestandtargetCampaignMediator

All Known Subinterfaces:
TargetMediator

@Deprecated public interface TestandtargetCampaignMediator
Deprecated.
The TestandtargetCampaignMediator creates and keeps in sync Test and Target campaigns based on the data from a CQ campaign
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Deactivates a test and target 'publish' campaign
    void
    syncAuthorCampaign(String campaignPath)
    Deprecated.
    Creates or updates a test and target 'author' campaign
    void
    Deprecated.
    Creates or updates a test and target 'publish' campaign
  • Method Details

    • syncAuthorCampaign

      void syncAuthorCampaign(String campaignPath) throws TestandtargetException
      Deprecated.
      Creates or updates a test and target 'author' campaign

      This method does nothing if the campaignPath does not point to a valid campaign.

      Parameters:
      campaignPath - the path of the Page which represents a test and target campaign or is a child of a campaign
      Throws:
      TestandtargetException - TestandtargetException
    • syncPublishCampaign

      void syncPublishCampaign(String campaignPath) throws TestandtargetException
      Deprecated.
      Creates or updates a test and target 'publish' campaign

      This method does nothing if the campaignPath does not point to a valid campaign.

      Parameters:
      campaignPath - the path of the Page which represents a test and target campaign or is a child of a campaign
      Throws:
      TestandtargetException - TestandtargetException
    • deactivatePublishCampaign

      void deactivatePublishCampaign(String campaignPath) throws TestandtargetException
      Deprecated.
      Deactivates a test and target 'publish' campaign

      This method does nothing if the campaignPath does not point to a valid campaign.

      Parameters:
      campaignPath - the path of the Page which represents a test and target campaign or is a child of a campaign
      Throws:
      TestandtargetException - TestandtargetException