Class UserDeactivatedEvent
java.lang.Object
de.uplanet.lucy.server.usermanager.events.OrgStructureChangedEvent
de.uplanet.lucy.server.usermanager.events.UserModifiedEvent
de.uplanet.lucy.server.usermanager.events.UserDeactivatedEvent
- All Implemented Interfaces:
IServerEvent
,IOrgStructureChangedEvent
,IOrgStructureEvent
,IUserDeactivatedEvent
,IUserModifiedEvent
,Serializable
@Scriptable
public final class UserDeactivatedEvent
extends UserModifiedEvent
implements IUserDeactivatedEvent, Serializable
This event should be fired if a user was deactivated.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uplanet.lucy.server.usermanager.events.UserModifiedEvent
getDsClassId, getId
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uplanet.lucy.server.usermanager.events.IUserModifiedEvent
getDsClassId, getId
-
Constructor Details
-
UserDeactivatedEvent
@ConstructorProperties({"id","dsClassId"}) public UserDeactivatedEvent(String p_strId, int p_iDsClassId) - Parameters:
p_strId
- The unique identifier of the user that was deactivated.p_iDsClassId
- The user object's class identifier.
-