com.ibm.commerce.emarketing.engine

Interface EmailRecipientSupplier

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getEmailRecipients()
      Returns the EmailRecipient objects representing the e-mail recipients.
      java.lang.String getQuery()
      Gets the SQL query to use in order to generate the result set of email recipients.
    • Method Detail

      • getEmailRecipients

        java.util.List getEmailRecipients()
        Returns the EmailRecipient objects representing the e-mail recipients.
        Returns:
        A List of EmailRecipient objects.
      • getQuery

        java.lang.String getQuery()
        Gets the SQL query to use in order to generate the result set of email recipients.
        Returns:
        An SQL String. Each row in the ResultSet returned from the String contains the user ID of the recipient in its first column. Every column after the first column will contain an email address that is to be used to send email to the recipient. This allows multiple email messages to be sent to the same person at different addresses.