Package com.day.cq.mcm.campaign
Interface StatusService
public interface StatusService
Service for retrieving the current status of a newsletter from a Adobe Campaign instance.
-
Method Summary
Modifier and TypeMethodDescriptionretrieveStatus(Resource resource, I18n i18n) Retrieves the status of the newsletter represented by the specified @link Resource}.
-
Method Details
-
retrieveStatus
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
-