Uses of Class
edu.internet2.middleware.grouper.util.GrouperEmail
Packages that use GrouperEmail
Package
Description
This package contains utility classes (generally static methods)
-
Uses of GrouperEmail in edu.internet2.middleware.grouper.util
Methods in edu.internet2.middleware.grouper.util that return GrouperEmailModifier and TypeMethodDescriptionGrouperEmail.addAttachment
(File attachment) Add a file attachment to the email.GrouperEmail.addEmailAddressToBcc
(String emailAddress) add email address (if not blank) to bccGrouperEmail.addEmailAddressToCc
(String emailAddress) add email address (if not blank) to ccGrouperEmail.addEmailAddressToSendTo
(String emailAddress) add email address (if not blank) to send to.GrouperEmail.addGroupNameToBcc
(String groupName, boolean exceptionIfNotFound) add a group of people to bccGrouperEmail.addGroupNameToCc
(String groupName, boolean exceptionIfNotFound) add a group of people to ccGrouperEmail.addGroupNameToSendTo
(String groupName, boolean exceptionIfNotFound) add a group of people to send toGrouperEmail.addGroupToBcc
(Group group) add a group of people to bccGrouperEmail.addGroupToCc
(Group group) add a group of people to ccGrouperEmail.addGroupToSendTo
(Group group) add a group of people to send to.GrouperEmail.addGroupUuidToBcc
(String groupUuid, boolean exceptionIfNotFound) add a group of people to bccGrouperEmail.addGroupUuidToCc
(String groupUuid, boolean exceptionIfNotFound) add a group of people to ccGrouperEmail.addGroupUuidToSendTo
(String groupUuid, boolean exceptionIfNotFound) add a group of people to send toGrouperEmail.addSubjectIdentifierToBcc
(String sourceId, String subjectIdentifier) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectIdentifierToCc
(String sourceId, String subjectIdentifier) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectIdentifierToSendTo
(String sourceId, String subjectIdentifier) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectIdToBcc
(String sourceId, String subjectId) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectIdToCc
(String sourceId, String subjectId) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectIdToSendTo
(String sourceId, String subjectId) find a subject by sourceId and subjectId, if not found, do nothing.GrouperEmail.addSubjectToBcc
(Subject subject) add a subject (e.g.GrouperEmail.addSubjectToCc
(Subject subject) add subject (e.g.GrouperEmail.addSubjectToSendTo
(Subject subject) add a subject (person) to send email to.GrouperEmail.assignRunAsRoot
(boolean runAsRoot) set this to true to run as a root session.optional comma-separated or semicolon separated list of Bcc (blind carbon copy) addresses to send to for all emailsbody of email (HTML if the email starts with open HTML bracket <)optional comma-separated or semicolon separated list of Cc addresses to send toset the from address.GrouperEmail.setReplyTo
(String theReplyTo) optional comma-separated list of addresses for Reply-To headerGrouperEmail.setSubject
(String theSubject) set email subjectset the to addresses (comma separated or semicolon separated).Methods in edu.internet2.middleware.grouper.util that return types with arguments of type GrouperEmail