com.objectplanet.survey.plugin.event
Class NewUserEvent

java.lang.Object
  extended by com.objectplanet.survey.plugin.event.PluginBusEvent
      extended by com.objectplanet.survey.plugin.event.AdminEvent
          extended by com.objectplanet.survey.plugin.event.NewUserEvent

Deprecated.

public class NewUserEvent
extends AdminEvent

Represents an event that is fired when a new response is created, after the response has been responded to and the object has been populated. This gives the plugin designer to do validation on the question responses, for example. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.

Author:
Torgeir Lund
Created:
9. September 2002

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
NewUserEvent(IPBComponent source)
          Deprecated. Creates a new event.
 
Method Summary
 long getNewUserId()
          Deprecated. Gets the newUserId
 void setNewUserId(long newUserId)
          Deprecated. Sets the newUserId
 
Methods inherited from class com.objectplanet.survey.plugin.event.AdminEvent
getUserId, setUserId
 
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

NewUserEvent

public NewUserEvent(IPBComponent source)
Deprecated. 
Creates a new event.

Parameters:
source - The event source
Method Detail

setNewUserId

public void setNewUserId(long newUserId)
Deprecated. 
Sets the newUserId

Parameters:
newUser - The new newUserId

getNewUserId

public long getNewUserId()
Deprecated. 
Gets the newUserId

Returns:
The newUserId

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016