Package com.day.cq.mcm.campaign
Interface StatusService
-
public interface StatusServiceService for retrieving the current status of a newsletter from a Adobe Campaign instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsletterStatusretrieveStatus(Resource resource, I18n i18n)Retrieves the status of the newsletter represented by the specified @link Resource}.
-
-
-
Method Detail
-
retrieveStatus
NewsletterStatus retrieveStatus(Resource resource, I18n i18n) throws ACConnectorException
Retrieves the status of the newsletter represented by the specified @link Resource}.- Parameters:
resource- The resource representing the newsletteri18n- The internationalization object- Returns:
- The status of the newsletter
- Throws:
ACConnectorException- if the status could not be retrieved
-
-