|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.plugin.event.PluginBusEvent com.objectplanet.survey.plugin.event.SurveyEvent com.objectplanet.survey.plugin.event.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. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
---|
PluginBusEvent.NonVetoable |
Constructor Summary | |
---|---|
SurveySaveEvent(IPBComponent source)
Deprecated. Creates a new SurveySaveEvent. |
Method Summary | |
---|---|
long |
getRespondentId()
Deprecated. Gets the respondentId attribute of the SurveySaveEvent object |
java.lang.String |
getSurveyReturnMessage()
Deprecated. Gets the survey return message, which will be emailed to the respondent. |
void |
setRespondentId(long respondentId)
Deprecated. Sets the respondentId attribute of the SurveySaveEvent object |
void |
setSurveyReturnMessage(java.lang.String surveyReturnMessage)
Deprecated. Sets the message that will be sent to the respondent when the survey is sent. |
Methods inherited from class com.objectplanet.survey.plugin.event.SurveyEvent |
---|
getSurveyId, setSurveyId |
Methods inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
---|
getSource, isVetoed, paramString, toString, veto |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SurveySaveEvent(IPBComponent source)
source
- The event sourceMethod 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 |