com.objectplanet.survey.plugin.event
Class UserUpdatedEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.AdminEvent
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserUpdatedEvent
public UserUpdatedEvent(IPBComponent source)
- Deprecated.
- Creates a new event.
- Parameters:
source
- The event source
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.
Built on December 20 2016