|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.SurveyEvent
com.objectplanet.survey.event.events.SurveySaveEvent
public class SurveySaveEvent
Represents an event that is fired when a survey is saved by a respondent, right before the return message is sent. This message can be edited when subscribing to this event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
|---|
Event.NonVetoable |
| Constructor Summary | |
|---|---|
SurveySaveEvent(IEventListener source)
Creates a new SurveySaveEvent. |
|
| Method Summary | |
|---|---|
long |
getRespondentId()
Gets the respondentId attribute of the SurveySaveEvent object |
java.lang.String |
getSurveyReturnMessage()
Gets the survey return message, which will be emailed to the respondent. |
void |
setRespondentId(long respondentId)
Sets the respondentId attribute of the SurveySaveEvent object |
void |
setSurveyReturnMessage(java.lang.String surveyReturnMessage)
Sets the message that will be sent to the respondent when the survey is sent. |
| Methods inherited from class com.objectplanet.survey.event.events.SurveyEvent |
|---|
getSurveyId, setSurveyId |
| Methods inherited from class com.objectplanet.survey.event.Event |
|---|
getSource, isVetoed, paramString, toString, veto |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SurveySaveEvent(IEventListener source)
source - The event source| Method Detail |
|---|
public void setRespondentId(long respondentId)
respondentId - The new respondentId valuepublic long getRespondentId()
public void setSurveyReturnMessage(java.lang.String surveyReturnMessage)
surveyReturnMessage - The new surveyReturnMessage valuepublic java.lang.String getSurveyReturnMessage()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||