com.objectplanet.survey.plugin.event
Class PreUserDeleteEvent

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

Deprecated.

public class PreUserDeleteEvent
extends AdminEvent

Represents an event that is fired just before a user is deleted. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.

Author:
Rikard Halvorsen
Created:
11. November 2004

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
PreUserDeleteEvent(IPBComponent source)
          Deprecated. Creates a new event.
 
Method Summary
 long getDeletedUserId()
          Deprecated. Gets the deleted user id
 void setDeletedUserId(long deletedUserId)
          Deprecated. Sets the deleted user id
 
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

PreUserDeleteEvent

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

Parameters:
source - The event source
Method Detail

setDeletedUserId

public void setDeletedUserId(long deletedUserId)
Deprecated. 
Sets the deleted user id

Parameters:
deletedUserId - The new deletedUserId value

getDeletedUserId

public long getDeletedUserId()
Deprecated. 
Gets the deleted user id

Returns:
The deletedUserId value

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016