|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.muni.fi.rtc.teacherWorkbench.importer.Mailer
public class Mailer
Constructor Summary | |
---|---|
Mailer(ImporterConfiguration conf)
Constructor |
Method Summary | |
---|---|
void |
sendEmailAnnouncement(java.lang.String subject,
java.lang.String body,
java.util.Collection<ImportedPerson> receivers)
Sends email to all receivers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mailer(ImporterConfiguration conf)
conf
- ConfigurationMethod Detail |
---|
public void sendEmailAnnouncement(java.lang.String subject, java.lang.String body, java.util.Collection<ImportedPerson> receivers) throws ImporterException
subject
- Email subject. Can contain special charactersbody
- Email body. Can contain special characters
ImporterException
- Wraps other exceptions. Thrown when arguments are not valid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |