public class SendEmailToSurveyCreator extends Object
| Constructor and Description |
|---|
SendEmailToSurveyCreator()
Instantiates a new send email to survey creator.
|
SendEmailToSurveyCreator(String UrlWithoutParams,
String fullNameUser,
String emailCreatorManager,
String surveyCreator,
String currentGroupName,
javax.servlet.http.HttpServletRequest request)
Instantiates a new send email to survey creator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendInviteEmail(String UrlWithoutParams,
String fullNameUser,
String emailSurveyManager,
String surveyManager,
String currentGroupName,
javax.servlet.http.HttpServletRequest request)
Send invite email.
|
public SendEmailToSurveyCreator()
public SendEmailToSurveyCreator(String UrlWithoutParams, String fullNameUser, String emailCreatorManager, String surveyCreator, String currentGroupName, javax.servlet.http.HttpServletRequest request)
UrlWithoutParams - the url without paramsfullNameUser - the full name useremailCreatorManager - the email creator managersurveyCreator - the survey creatorcurrentGroupName - the current group namerequest - the requestpublic void sendInviteEmail(String UrlWithoutParams, String fullNameUser, String emailSurveyManager, String surveyManager, String currentGroupName, javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
UrlWithoutParams - the url without paramsfullNameUser - the full name useremailSurveyManager - the email survey managersurveyManager - the survey managercurrentGroupName - the current group namerequest - the requestIllegalArgumentException - the illegal argument exceptionCopyright © 2018. All Rights Reserved.