| 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 |
SurveyStart.getUserDTO()
Gets the user DTO.
|
UserDTO |
UserAnswersSelectSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
SendAnswerSuccessView.getUserDTO()
Gets the user DTO.
|
UserDTO |
UserAnswersRetrieveSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
UserAnswerNotAnonymousSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
SendSurveyToUsersView.getUserDTO()
Gets the user DTO.
|
UserDTO |
SurveyHomePage.getUserDTO()
Gets the user DTO.
|
UserDTO |
RetriveQuestionsSurveyView.getUserDTO()
Gets the user DTO.
|
UserDTO |
GreetingService.getUserListCurrentCompany(int idSurvey)
Gets the user list current company.
|
| 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 |
SurveyStart.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
UserAnswersSelectSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
SendAnswerSuccessView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
UserAnswersRetrieveSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
UserAnswerNotAnonymousSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
SendSurveyToUsersView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
SurveyHomePage.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
RetriveQuestionsSurveyView.setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GreetingServiceAsync.getUser(com.google.gwt.user.client.rpc.AsyncCallback<UserDTO> asyncCallback)
Gets the user.
|
void |
GreetingServiceAsync.getUserListCurrentCompany(int idSurvey,
com.google.gwt.user.client.rpc.AsyncCallback<UserDTO> asyncCallback)
Gets the user list current company.
|
| Constructor and Description |
|---|
RetriveQuestionsSurveyView(SurveyQuestionModel surveyQuestionModel,
UserDTO userDTO)
Instantiates a new retrive questions survey view.
|
SendAnswerSuccessView(UserDTO userDTO)
Instantiates a new send answer success view.
|
UserAnswerNotAnonymousSurveyView(UserDTO userDTO)
Instantiates a new user answer not anonymous survey view.
|
UserAnswersRetrieveSurveyView(int idSurveySelected,
String titleSurvey,
List<SurveyQuestionModel> surveyQuestionModelList,
TokenModel tokenModel,
boolean backToHomepage,
UserDTO userDTO)
Instantiates a new user answers retrieve survey view.
|
UserAnswersSelectSurveyView(UserDTO userDTO,
String UUIDExtractFromUrl)
Instantiates a new user answers select survey view.
|
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
GreetingServiceImpl.getUser()
Gets the user.
|
UserDTO |
GreetingServiceImpl.getUserListCurrentCompany(int idSurvey)
Gets the user list current company.
|
| Modifier and Type | Method and Description |
|---|---|
List<SurveyModel> |
GreetingServiceImpl.getSurveyList(UserDTO userDTO)
Gets the survey list.
|
Copyright © 2018. All Rights Reserved.