| Package | Description |
|---|---|
| it.eng.edison.usersurvey_portlet.server.dao | |
| it.eng.edison.usersurvey_portlet.server.entity | |
| it.eng.edison.usersurvey_portlet.server.util |
| Modifier and Type | Method and Description |
|---|---|
Survey |
SurveyJpaController.findSurvey(Integer id)
Find survey.
|
| Modifier and Type | Method and Description |
|---|---|
List<Survey> |
SurveyJpaController.findAllSurveys(long groupid)
Find all surveys.
|
List<Survey> |
SurveyJpaController.findSurveyEntities()
Find survey entities.
|
List<Survey> |
SurveyJpaController.findSurveyEntities(int maxResults,
int firstResult)
Find survey entities.
|
List<Survey> |
SurveyJpaController.findSurveysByUser(int idusercreator,
long groupid)
Find surveys by user.
|
List<Survey> |
SurveyJpaController.findSurveysByUserIdCreator(int idusercreator)
Find surveys by user id creator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyJpaController.create(Survey survey)
Creates the.
|
void |
SurveyJpaController.edit(Survey survey)
Edits the.
|
void |
GridanswerJpaController.insertGridAnswer(Survey survey,
SurveyAnswerModel surveyAnswerModel)
Insert grid answer.
|
void |
ChoiceanswerJpaController.insertMultipleChoice(Survey survey,
SurveyAnswerModel surveyAnswerModel)
Insert multiple choice.
|
void |
ChoicequestionJpaController.insertMultipleChoice(Survey survey,
SurveyQuestionModel surveyQuestionModel)
Insert multiple choice.
|
void |
GridquestionJpaController.insertRowColumn(Survey survey,
SurveyQuestionModel surveyQuestionModel)
Insert row column.
|
| Modifier and Type | Method and Description |
|---|---|
Survey |
Surveyquestion.getIdSurvey() |
Survey |
Surveyuseranswer.getIdSurvey() |
| Modifier and Type | Method and Description |
|---|---|
void |
Surveyquestion.setIdSurvey(Survey idSurvey) |
void |
Surveyuseranswer.setIdSurvey(Survey idSurvey) |
| Modifier and Type | Method and Description |
|---|---|
void |
SendEmailToUsers.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.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2018. All Rights Reserved.