Interface MailingStatus

    • Method Detail

      • getMailingID

        java.lang.String getMailingID()
        Returns:
        the ID of the Mailing this is the status for
      • isNew

        boolean isNew()
        Returns:
        true in case there has been no attempt to send
      • isSent

        boolean isSent()
        Returns:
        true in case the sending has been successful
      • hasError

        boolean hasError()
        Indicates if there has been an error processing the send of the Mailing. Mailing may be sent and have errors, that did not prevent the sending of all messages.
        Returns:
        true in case the sending has ben done.
      • numSent

        long numSent()
        Returns:
        the amount of recipients that have been successfully delivered.
      • getLastModified

        java.util.Date getLastModified()
        Returns:
        TimeStamp last change on state took place