| Package | Description |
|---|---|
| it.eng.edison.usersurvey_portlet.client | |
| it.eng.edison.usersurvey_portlet.server |
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
GreetingService.getUser()
Gets the user.
|
UserDTO |
Survey.getUserDTO()
Gets the user DTO.
|
UserDTO |
StatisticsSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
RetriveQuestionsSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
StatisticsUserAnswersView.getUserDTO()
Gets the user DTO.
|
UserDTO |
CreateQuestionView.getUserDTO()
Gets the user DTO.
|
UserDTO |
ModifySurveyView.getUserDTO() |
UserDTO |
ManageSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
SurveyHomePage.getUserDTO()
Gets the user DTO.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserDTO> |
GreetingService.getUserAnsweredSurvey(int idSurveySelected)
Gets the user answered survey.
|
List<UserDTO> |
StatisticsSurveyView.getUserDTOList()
Gets the user DTO list.
|
| Modifier and Type | Method and Description |
|---|---|
List<SurveyModel> |
GreetingService.getSurveyList(UserDTO userDTO)
Gets the survey list.
|
void |
GreetingServiceAsync.getSurveyList(UserDTO userDTO,
com.google.gwt.user.client.rpc.AsyncCallback<List<SurveyModel>> asyncCallback)
Gets the survey list.
|
void |
Survey.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
StatisticsSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
RetriveQuestionsSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
StatisticsUserAnswersView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
CreateQuestionView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
ModifySurveyView.setUserDTO(UserDTO userDTO) |
void |
ManageSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
SurveyHomePage.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GreetingService.exportToCSVFile(String titleSurvey,
boolean isAnonymous,
List<UserDTO> userDTOList,
List<SurveyUserAnswerModel> surveyUserAnswerModelList,
List<SurveyQuestionModel> surveyQuestionModelList)
Export to CSV file.
|
void |
GreetingServiceAsync.exportToCSVFile(String titleSurvey,
boolean isAnonymous,
List<UserDTO> userDTOList,
List<SurveyUserAnswerModel> surveyUserAnswerModelList,
List<SurveyQuestionModel> surveyQuestionModelList,
com.google.gwt.user.client.rpc.AsyncCallback<Void> asyncCallback)
Export to CSV file.
|
void |
GreetingServiceAsync.getUser(com.google.gwt.user.client.rpc.AsyncCallback<UserDTO> asyncCallback)
Gets the user.
|
void |
GreetingServiceAsync.getUserAnsweredSurvey(int idSurveySelected,
com.google.gwt.user.client.rpc.AsyncCallback<List<UserDTO>> asyncCallback)
Gets the user answered survey.
|
void |
StatisticsSurveyView.setUserDTOList(List<UserDTO> userDTOList)
Sets the user DTO list.
|
| Constructor and Description |
|---|
CreateQuestionView(SurveyQuestionModel surveyQuestionModel,
UserDTO userDTO)
Instantiates a new creates the question view.
|
ManageSurveyView(int idSurveySelected,
String titleSurvey,
boolean isAnonymous,
Date expiredSurveyDate,
int numberOfMembersFilledSurvey,
List<SurveyQuestionModel> listModifySurveyQuestionModel,
UserDTO userDTO)
Instantiates a new manage survey view.
|
ModifySurveyView(int idSurveySelected,
String titleSurvay,
boolean isAnonymous,
Date expiredSurveyDate,
int numberOfMembersFilledSurvey,
List<SurveyQuestionModel> surveyQuestionModelList,
UserDTO userDTO)
Instantiates a new modify survey view.
|
RetriveQuestionsSurveyView(SurveyQuestionModel surveyQuestionModel,
SurveyUserAnswerModel surveyUserAnswerModel,
UserDTO userDTO)
Instantiates a new retrive questions survey view.
|
StatisticsUserAnswersView(String userFullName,
long idUserAnswer,
int idSurveySelected,
String titleSurvey,
boolean isAnonymous,
int numberOfMembersFilledSurvey,
List<SurveyQuestionModel> surveyQuestionModelList,
List<SurveyUserAnswerModel> surveyUserAnswerModelList,
UserDTO userDTO)
Instantiates a new statistics user answers view.
|
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
GreetingServiceImpl.getUser()
Gets the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserDTO> |
GreetingServiceImpl.getUserAnsweredSurvey(int idSurveySelected)
Gets the user answered survey.
|
| Modifier and Type | Method and Description |
|---|---|
List<SurveyModel> |
GreetingServiceImpl.getSurveyList(UserDTO userDTO)
Gets the survey list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GreetingServiceImpl.exportToCSVFile(String titleSurvey,
boolean isAnonymous,
List<UserDTO> userDTOList,
List<SurveyUserAnswerModel> surveyUserAnswerModelList,
List<SurveyQuestionModel> surveyQuestionModelList)
Export to CSV file.
|
Copyright © 2018. All Rights Reserved.