public class PreDeleteRespondentsEvent extends AdminEvent
Event.NonVetoable| Constructor and Description |
|---|
PreDeleteRespondentsEvent(IEventListener source)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDeletionType()
One of the constants defined in Constants
|
long |
getSurveyId() |
long |
getUserId()
Gets the userId of the user who performed this action.
|
void |
setDeletionType(int deletionType)
One of the constants defined in Constants
|
void |
setSurveyId(long surveyId) |
void |
setUserId(long userId)
Sets the userId of the user who performed this action.
|
getLogin, setLoginpublic PreDeleteRespondentsEvent(IEventListener source)
source - The event sourcepublic int getDeletionType()
public long getSurveyId()
public long getUserId()
AdminEventgetUserId in class AdminEventpublic void setDeletionType(int deletionType)
deletionType - The deletionType to set.public void setSurveyId(long surveyId)
surveyId - The surveyId to set.public void setUserId(long userId)
AdminEventsetUserId in class AdminEventuserId - The userId to set.Built on July 29 2025