| Package | Description |
|---|---|
| org.jasig.portlet.survey.mvc | |
| org.jasig.portlet.survey.mvc.service | |
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
TextGroupImpl |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ITextGroup> |
SurveyRestController.addTextGroup(TextGroupImpl textGroup)
Create a text group
|
org.springframework.http.ResponseEntity<ITextGroup> |
SurveyRestController.getTextGroup(String textKey)
Fetch method for getting text detail by key.
|
| Modifier and Type | Method and Description |
|---|---|
ITextGroup |
JpaSurveyDataService.createTextGroup(ITextGroup textGroup) |
ITextGroup |
ISurveyDataService.createTextGroup(ITextGroup textGroup) |
ITextGroup |
JpaSurveyDataService.getTextGroup(String textKey)
Retrieve the text group object based on the supplied key.
|
ITextGroup |
ISurveyDataService.getTextGroup(String textKey) |
| Modifier and Type | Method and Description |
|---|---|
ITextGroup |
JpaSurveyDataService.createTextGroup(ITextGroup textGroup) |
ITextGroup |
ISurveyDataService.createTextGroup(ITextGroup textGroup) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaSurveyText
The persistent class for the survey_text database table.
|
Copyright © 2016 Jasig. All rights reserved.