| Package | Description |
|---|---|
| org.jasig.portlet.survey | |
| org.jasig.portlet.survey.service.dto | |
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
static PublishedState |
PublishedState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishedState[] |
PublishedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
SurveyDTO.getStatus() |
PublishedState |
QuestionDTO.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyDTO.setStatus(PublishedState status) |
void |
QuestionDTO.setStatus(PublishedState status) |
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
JpaSurvey.getStatus() |
PublishedState |
JpaQuestion.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaSurvey.setStatus(PublishedState status) |
void |
JpaQuestion.setStatus(PublishedState status) |
Copyright © 2016 Jasig. All rights reserved.