public interface MailingStatus
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastModified() |
java.lang.String |
getMailingID() |
MailingStatusCode |
getStatusCode() |
boolean |
hasError()
Indicates if there has been an error processing the send of the Mailing.
|
boolean |
isNew() |
boolean |
isSent() |
long |
numSent() |
java.lang.String getMailingID()
boolean isNew()
true
in case there has been no attempt to sendboolean isSent()
true
in case the sending has been successfulboolean hasError()
sent
and have errors, that did not
prevent the sending of all messages.true
in case the sending has ben done.long numSent()
java.util.Date getLastModified()
MailingStatusCode getStatusCode() throws RepositoryException
RepositoryException
- in case of error accessing the PersistanceMailingStatusCode
Copyright © 2010 - 2020 Adobe. All Rights Reserved