Interface TestandtargetCampaignMediator
- 
- All Known Subinterfaces:
 TargetMediator
@Deprecated public interface TestandtargetCampaignMediatorDeprecated.The TestandtargetCampaignMediator creates and keeps in sync Test and Target campaigns based on the data from a CQ campaign 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddeactivatePublishCampaign(java.lang.String campaignPath)Deprecated.Deactivates a test and target 'publish' campaignvoidsyncAuthorCampaign(java.lang.String campaignPath)Deprecated.Creates or updates a test and target 'author' campaignvoidsyncPublishCampaign(java.lang.String campaignPath)Deprecated.Creates or updates a test and target 'publish' campaign 
 - 
 
- 
- 
Method Detail
- 
syncAuthorCampaign
void syncAuthorCampaign(java.lang.String campaignPath) throws TestandtargetExceptionDeprecated.Creates or updates a test and target 'author' campaignThis 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(java.lang.String campaignPath) throws TestandtargetExceptionDeprecated.Creates or updates a test and target 'publish' campaignThis 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(java.lang.String campaignPath) throws TestandtargetExceptionDeprecated.Deactivates a test and target 'publish' campaignThis 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
 
 - 
 
 -