public class SendEmailToUsers extends Object
| Constructor and Description |
|---|
SendEmailToUsers()
Instantiates a new send email to users.
|
SendEmailToUsers(Survey survey,
String UrlWithoutParams,
String uuid,
String fullNameUser,
String emailUser,
String surveySender,
String currentGroupName,
String surveyAdminFullName,
boolean isAnonymous,
javax.servlet.http.HttpServletRequest request)
Instantiates a new send email to users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendInviteEmail(Survey survey,
String UrlWithoutParams,
String uuid,
String fullNameUser,
String email,
String surveySender,
String currentGroupName,
String surveyAdminFullName,
boolean isAnonymous,
javax.servlet.http.HttpServletRequest request)
Send invite email.
|
public SendEmailToUsers()
public SendEmailToUsers(Survey survey, String UrlWithoutParams, String uuid, String fullNameUser, String emailUser, String surveySender, String currentGroupName, String surveyAdminFullName, boolean isAnonymous, javax.servlet.http.HttpServletRequest request)
survey - the survey instanceUrlWithoutParams - the url without paramsuuid - the uuidfullNameUser - the full name useremailUser - the email usersurveySender - the survey sendercurrentGroupName - the current group namesurveyAdminFullName - the survey admin full nameisAnonymous - the is anonymousrequest - the requestpublic void sendInviteEmail(Survey survey, String UrlWithoutParams, String uuid, String fullNameUser, String email, String surveySender, String currentGroupName, String surveyAdminFullName, boolean isAnonymous, javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
UrlWithoutParams - the url without paramsuuid - the uuidfullNameUser - the full name useremail - the emailsurveySender - the survey sendercurrentGroupName - the current group namesurveyAdminFullName - the survey admin full nameisAnonymous - the is anonymousrequest - the requestIllegalArgumentException - the illegal argument exceptionCopyright © 2018. All Rights Reserved.