| Package | Description |
|---|---|
| it.eng.edison.usersurvey_portlet.server.dao | |
| it.eng.edison.usersurvey_portlet.server.entity |
| Modifier and Type | Method and Description |
|---|---|
Surveyquestion |
SurveyquestionJpaController.findSurveyquestion(Integer id)
Find surveyquestion.
|
| Modifier and Type | Method and Description |
|---|---|
List<Surveyquestion> |
SurveyquestionJpaController.findSurveyQuestionByIdSurvey(int idSurvey)
Find survey question by id survey.
|
List<Surveyquestion> |
SurveyquestionJpaController.findSurveyquestionEntities()
Find surveyquestion entities.
|
List<Surveyquestion> |
SurveyquestionJpaController.findSurveyquestionEntities(int maxResults,
int firstResult)
Find surveyquestion entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyquestionJpaController.create(Surveyquestion surveyquestion)
Creates the.
|
void |
SurveyquestionJpaController.edit(Surveyquestion surveyquestion)
Edits the.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Surveyquestion> |
Survey.getSurveyquestionCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Survey.setSurveyquestionCollection(Collection<Surveyquestion> surveyquestionCollection) |
Copyright © 2018. All Rights Reserved.