public class GridquestionJpaController extends Object implements Serializable
| Constructor and Description |
|---|
GridquestionJpaController(javax.persistence.EntityManagerFactory emf)
Instantiates a new gridquestion jpa controller.
|
| Modifier and Type | Method and Description |
|---|---|
int |
deleteQuestions(int idSurveyQuestion) |
List<String> |
findSurveyQuestionRowColumnGridByIdSurveyAndNumberQuestion(int idSurvey,
int numberQuestion,
String roworcolumnlabel) |
javax.persistence.EntityManager |
getEntityManager()
Gets the entity manager.
|
void |
insertRowColumn(Survey survey,
SurveyQuestionModel surveyQuestionModel) |
public GridquestionJpaController(javax.persistence.EntityManagerFactory emf)
emf - the emfpublic javax.persistence.EntityManager getEntityManager()
public void insertRowColumn(Survey survey, SurveyQuestionModel surveyQuestionModel)
public List<String> findSurveyQuestionRowColumnGridByIdSurveyAndNumberQuestion(int idSurvey, int numberQuestion, String roworcolumnlabel)
public int deleteQuestions(int idSurveyQuestion)
Copyright © 2018. All Rights Reserved.