Uses of Class
adams.core.net.EmailAddress
-
Packages that use EmailAddress Package Description adams.core.net adams.data.io.input adams.flow.sink.sendnotification adams.flow.transformer adams.gui.dialog adams.gui.visualization.multiobjectexport -
-
Uses of EmailAddress in adams.core.net
Fields in adams.core.net declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]Email. m_BCCthe BCC recipients.protected EmailAddress[]Email. m_CCthe CC recipients.protected EmailAddressEmail. m_Fromthe sender.protected EmailAddress[]Email. m_Tothe recipients.Methods in adams.core.net that return EmailAddress Modifier and Type Method Description EmailAddress[]Email. getBCC()Returns the BCC recipients.EmailAddress[]Email. getCC()Returns the CC recipients.EmailAddressEmail. getFrom()Returns the sender.EmailAddress[]Email. getTo()Returns the TO recipients.EmailAddressEmailContact. toEmailAddress()Turns the contact into an email address.Methods in adams.core.net with parameters of type EmailAddress Modifier and Type Method Description EmailContactEmailAddressBook. getContact(EmailAddress address)Returns the contact associated with the email address, null if not found.EmailContactEmailAddressBook. getContact(EmailAddress address, EmailContact defValue)Returns the contact associated with the given email address, the default value if not found.protected javax.mail.internet.MimeMessageJavaMailSendEmail. newMessage(EmailAddress fromAddress, EmailAddress[] toAddress, EmailAddress[] ccAddress, EmailAddress[] bccAddress, String subject)Creates a new email message.Constructors in adams.core.net with parameters of type EmailAddress Constructor Description Email(EmailAddress from, EmailAddress[] to, EmailAddress[] cc, EmailAddress[] bcc, String subject, String body, File[] attachments)Initializes the email.Email(EmailAddress from, EmailAddress[] to, String subject, String body, File[] attachments)Initializes the email.Email(EmailAddress from, EmailAddress to, String subject, String body)Initializes the email.Email(EmailAddress from, EmailAddress to, String subject, String body, File[] attachments)Initializes the email. -
Uses of EmailAddress in adams.data.io.input
Methods in adams.data.io.input that return EmailAddress Modifier and Type Method Description protected EmailAddress[]PropertiesEmailFileReader. getAddresses(Properties props, String key)Reads the email addresses from the specified property. -
Uses of EmailAddress in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]Email. m_BCCthe recipients (BCC).protected EmailAddress[]Email. m_CCthe recipients (CC).protected EmailAddress[]Email. m_Recipientsthe recipients.protected EmailAddressEmail. m_Senderthe sender.Methods in adams.flow.sink.sendnotification that return EmailAddress Modifier and Type Method Description EmailAddress[]Email. getBCC()Returns the BCC recipients.EmailAddress[]Email. getCC()Returns the CC recipients.EmailAddress[]Email. getRecipients()Returns the recipients.EmailAddressEmail. getSender()Returns the sender.Methods in adams.flow.sink.sendnotification with parameters of type EmailAddress Modifier and Type Method Description voidEmail. setBCC(EmailAddress[] value)Sets the BCC recipients.voidEmail. setCC(EmailAddress[] value)Sets the CC recipients.voidEmail. setRecipients(EmailAddress[] value)Sets the recipients.voidEmail. setSender(EmailAddress value)Sets the sender. -
Uses of EmailAddress in adams.flow.transformer
Fields in adams.flow.transformer declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]CreateEmail. m_BCCthe recipients (BCC).protected EmailAddress[]CreateEmail. m_CCthe recipients (CC).protected EmailAddress[]CreateEmail. m_Recipientsthe recipients.protected EmailAddressCreateEmail. m_Senderthe sender.Methods in adams.flow.transformer that return EmailAddress Modifier and Type Method Description EmailAddress[]CreateEmail. getBCC()Returns the BCC recipients.EmailAddress[]CreateEmail. getCC()Returns the CC recipients.EmailAddress[]CreateEmail. getRecipients()Returns the recipients.EmailAddressCreateEmail. getSender()Returns the sender.Methods in adams.flow.transformer with parameters of type EmailAddress Modifier and Type Method Description voidCreateEmail. setBCC(EmailAddress[] value)Sets the BCC recipients.voidCreateEmail. setCC(EmailAddress[] value)Sets the CC recipients.voidCreateEmail. setRecipients(EmailAddress[] value)Sets the recipients.voidCreateEmail. setSender(EmailAddress value)Sets the sender. -
Uses of EmailAddress in adams.gui.dialog
Methods in adams.gui.dialog that return EmailAddress Modifier and Type Method Description EmailAddress[]ComposeEmailDialog. getBCC()Returns the BCC recipients.EmailAddress[]ComposeEmailPanel. getBCC()Returns the BCC recipients.EmailAddress[]ComposeEmailDialog. getCC()Returns the CC recipients.EmailAddress[]ComposeEmailPanel. getCC()Returns the CC recipients.EmailAddressComposeEmailDialog. getFrom()Returns the current from address.EmailAddressComposeEmailPanel. getFrom()Returns the current from address.EmailAddress[]ComposeEmailDialog. getTO()Returns the recipients.EmailAddress[]ComposeEmailPanel. getTO()Returns the recipients.Methods in adams.gui.dialog with parameters of type EmailAddress Modifier and Type Method Description voidComposeEmailDialog. setBCC(EmailAddress[] value)Sets the BCC recipients.voidComposeEmailPanel. setBCC(EmailAddress[] value)Sets the BCC recipients.voidComposeEmailDialog. setCC(EmailAddress[] value)Sets the CC recipients.voidComposeEmailPanel. setCC(EmailAddress[] value)Sets the CC recipients.voidComposeEmailDialog. setFrom(EmailAddress value)Sets the "from" email address.voidComposeEmailPanel. setFrom(EmailAddress value)Sets the "from" email address.voidComposeEmailDialog. setTO(EmailAddress[] value)Sets the recipients.voidComposeEmailPanel. setTO(EmailAddress[] value)Sets the recipients. -
Uses of EmailAddress in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]EmailExport. m_Recipientsthe recipients.protected EmailAddressEmailExport. m_Senderthe sender.Methods in adams.gui.visualization.multiobjectexport that return EmailAddress Modifier and Type Method Description EmailAddress[]EmailExport. getRecipients()Returns the email addresses to send the output to.EmailAddressEmailExport. getSender()Returns the email address of the sender.Methods in adams.gui.visualization.multiobjectexport with parameters of type EmailAddress Modifier and Type Method Description voidEmailExport. setRecipients(EmailAddress[] value)Sets the email addresses to send the output to.voidEmailExport. setSender(EmailAddress value)Sets the email address of the sender.
-