|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.modules.processornotifysender.service.NotifySenderService
public final class NotifySenderService
NotifySenderService
Method Summary | |
---|---|
void |
sendNotification(FormSubmit formSubmit,
java.lang.String strEmailSender,
java.lang.String strSenderName,
java.lang.String strSenderEmail,
java.lang.String strSubject,
java.lang.String strMessage,
boolean bSendAttachments)
Send notification to the sender |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void sendNotification(FormSubmit formSubmit, java.lang.String strEmailSender, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, boolean bSendAttachments)
formSubmit
- the form submitstrEmailSender
- the email of the senderstrSenderName
- the sender namestrSenderEmail
- the sender emailstrSubject
- the subjectstrMessage
- the messagebSendAttachments
- true if it must send the attachments, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |