|
||||||||
| 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.AdminEvent
com.objectplanet.survey.event.events.InvitationSentManuallyEvent
public class InvitationSentManuallyEvent
Represents an event that is fired when an invitation is sent manually. The event is only triggered when the invitation is sent manually, not on reminders.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
|---|
Event.NonVetoable |
| Constructor Summary | |
|---|---|
InvitationSentManuallyEvent(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 InvitationSentManuallyEvent(IEventListener source)
source - The event source| Method 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 | |||||||