| Package | Description |
|---|---|
| it.eng.edison.usersurvey_portlet.server.dao | |
| it.eng.edison.usersurvey_portlet.server.entity |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyJpaController.create(Survey survey)
Creates the.
|
void |
SurveyJpaController.edit(Survey survey)
Edits the.
|
void |
SurveyquestionJpaController.insertMultipleChoice(Survey survey,
SurveyQuestionModel surveyQuestionModel)
Insert multiple choice.
|
void |
ChoicequestionJpaController.insertMultipleChoice(Survey survey,
SurveyQuestionModel surveyQuestionModel)
Insert multiple choice.
|
void |
GridquestionJpaController.insertRowColumn(Survey survey,
SurveyQuestionModel surveyQuestionModel) |
| Modifier and Type | Method and Description |
|---|---|
Survey |
Surveyuseranswer.getIdSurvey() |
Survey |
Surveyquestion.getIdSurvey() |
| Modifier and Type | Method and Description |
|---|---|
void |
Surveyuseranswer.setIdSurvey(Survey idSurvey) |
void |
Surveyquestion.setIdSurvey(Survey idSurvey) |
Copyright © 2017. All Rights Reserved.