|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseControllerInterface
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Returns this respondent's comment. |
java.lang.String |
getDisplayEmail()
Returns a displayable (i.e. |
java.lang.String |
getStatus()
Returns "yes", "no", or "maybe", depending on the status of the controlled response. |
void |
updateComment(java.lang.String comment,
java.lang.String email)
Updates the comment of the controlled Response. |
void |
updateStatus(int status,
java.lang.String email)
Updates the status of the controlled Response. |
| Method Detail |
|---|
java.lang.String getStatus()
java.lang.String getComment()
java.lang.String getDisplayEmail()
void updateStatus(int status,
java.lang.String email)
status - the new status. Must be either Response.YES, Response.NO, or Response.MAYBE.email - an email address, which must match the email address of this respondent
void updateComment(java.lang.String comment,
java.lang.String email)
comment - the new commentemail - an email address, which must match the email address of this respondent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||