|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.event.Event com.objectplanet.survey.event.events.AdminEvent com.objectplanet.survey.event.events.PreSendCustomInvitationMessageEvent
public class PreSendCustomInvitationMessageEvent
Represents an event that is fired before "custom" invitation messages are sent manually. Custom type means different type than the normal invitation, reminder or manual reminder message. For instance, it is used when selecting invitees in the manage invitees screen, and select to resend reminders.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
---|
Event.NonVetoable |
Constructor Summary | |
---|---|
PreSendCustomInvitationMessageEvent(IEventListener source)
Creates a new event. |
Method Summary | |
---|---|
long |
getInvitationId()
Gets the invitationId attribute of the InvitationSentManuallyEvent object |
long[] |
getInvitees()
Gets the previously pending invitees that the invitation was sent to. |
long |
getSurveyId()
Gets the surveyId attribute of the InvitationSentManuallyEvent object |
void |
setInvitationId(long invitationId)
Sets the invitationId attribute of the InvitationSentManuallyEvent object |
void |
setInvitees(long[] invitees)
Sets the invitees that the invitation has been sent to. |
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the InvitationSentManuallyEvent object |
Methods inherited from class com.objectplanet.survey.event.events.AdminEvent |
---|
getLogin, getUserId, setLogin, setUserId |
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 PreSendCustomInvitationMessageEvent(IEventListener source)
source
- The event sourceMethod Detail |
---|
public void setSurveyId(long surveyId)
surveyId
- The new surveyId valuepublic long getSurveyId()
public long getInvitationId()
public long[] getInvitees()
public void setInvitationId(long invitationId)
invitationId
- The new invitationId valuepublic void setInvitees(long[] invitees)
invitees
- An array holding the invitee ids.
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |