com.objectplanet.survey.plugin.event
Class UserUpdatedEvent

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.UserUpdatedEvent

Deprecated.

public class UserUpdatedEvent
extends AdminEvent

This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.

Author:
Irina Brun

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
UserUpdatedEvent(IPBComponent source)
          Deprecated. Creates a new event.
 
Method Summary
 long getUpdatedUserId()
          Deprecated. Get the id of the updated user
 java.lang.String getUpdatedUserLogin()
          Deprecated.  
 void setUpdatedUserId(long updatedUserId)
          Deprecated. Sets the id of the updated user.
 void setUpdatedUserLogin(java.lang.String updatedUserLogin)
          Deprecated.  
 
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

UserUpdatedEvent

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

Parameters:
source - The event source
Method Detail

getUpdatedUserId

public long getUpdatedUserId()
Deprecated. 
Get the id of the updated user

Returns:
Returns the updatedUserId.

setUpdatedUserId

public void setUpdatedUserId(long updatedUserId)
Deprecated. 
Sets the id of the updated user.

Parameters:
updatedUserId - The updatedUserId to set.

getUpdatedUserLogin

public java.lang.String getUpdatedUserLogin()
Deprecated. 
Returns:
Returns the updatedUserLogin.

setUpdatedUserLogin

public void setUpdatedUserLogin(java.lang.String updatedUserLogin)
Deprecated. 
Parameters:
updatedUserLogin - The updatedUserLogin to set.

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016