Interface TestandtargetCampaignMediator
- All Known Subinterfaces:
TargetMediator
Deprecated.
The
TestandtargetCampaignMediator creates and keeps in sync Test and Target campaigns based on the data
from a CQ campaign-
Method Summary
Modifier and TypeMethodDescriptionvoiddeactivatePublishCampaign(String campaignPath) Deprecated.Deactivates a test and target 'publish' campaignvoidsyncAuthorCampaign(String campaignPath) Deprecated.Creates or updates a test and target 'author' campaignvoidsyncPublishCampaign(String campaignPath) Deprecated.Creates or updates a test and target 'publish' campaign
-
Method Details
-
syncAuthorCampaign
Deprecated.Creates or updates a test and target 'author' campaignThis method does nothing if the
campaignPathdoes not point to a valid campaign.- Parameters:
campaignPath- the path of thePagewhich represents a test and target campaign or is a child of a campaign- Throws:
TestandtargetException-TestandtargetException
-
syncPublishCampaign
Deprecated.Creates or updates a test and target 'publish' campaignThis method does nothing if the
campaignPathdoes not point to a valid campaign.- Parameters:
campaignPath- the path of thePagewhich represents a test and target campaign or is a child of a campaign- Throws:
TestandtargetException-TestandtargetException
-
deactivatePublishCampaign
Deprecated.Deactivates a test and target 'publish' campaignThis method does nothing if the
campaignPathdoes not point to a valid campaign.- Parameters:
campaignPath- the path of thePagewhich represents a test and target campaign or is a child of a campaign- Throws:
TestandtargetException-TestandtargetException
-