Generated by
JDiff

Interface com.adobe.cq.mcm.campaign.NewsletterManager

Changed Methods
void approve(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Marks a newsletter as approved.
void disapprove(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Revokes the approval of a newsletter.
long getLastModified(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Returns the date of the last modification of a newsletter.
String[] getLinkedDeliveries(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Returns an array with currently linked deliveries.
String getPlainText(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Gets the plain text variant of the specified newsletter (if available).
String getSubject(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Gets a suitable subject for the specified newsletter.
boolean isApproved(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Checks if a newsletter is approved.
boolean isLinked(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Returns true if the newsletter is linked to the specified delivery.
boolean isModifiedSince(Page, long) Change in signature from (com.day.cq.wcm.api.Page, long) to (Page, long).
Checks if a newsletter has been modified after a specified date.
boolean isNewsletter(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Checks if the specified page is a newsletter, i.e.
String link(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Links a newsletter with an Adobe Campaign delivery.
void lock(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Locks a newsletter to the currently active session.
void markAsSent(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Marks a newsletter as sent by a delivery.
void publish(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Replicates a newsletter and all its referenced resources to the publish instance(s).
void unlink(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Unlinks a newsletter from an Adobe Campaign delivery.
void unlock(Page, String) Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
Unlocks a newsletter.