Class UserEvent
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.json.simple.JSONObject
-
- org.gcube.event.publisher.Event
-
- org.gcube.portal.event.publisher.lr62.PortalEvent
-
- org.gcube.portal.event.publisher.lr62.model.PortalModelListenerEvent<com.liferay.portal.model.User>
-
- org.gcube.portal.event.publisher.lr62.model.UserEvent
-
- All Implemented Interfaces:
Serializable,Cloneable,Map,org.json.simple.JSONAware,org.json.simple.JSONStreamAware
public class UserEvent extends PortalModelListenerEvent<com.liferay.portal.model.User>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATED_NAMEstatic StringDELETED_NAMEstatic StringUG_CREATED_NAMEstatic StringUG_DELETED_NAME-
Fields inherited from class org.gcube.portal.event.publisher.lr62.model.PortalModelListenerEvent
MODELCLASSNAME_ENTRY
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UserEventnewCreatedEvent(com.liferay.portal.model.User user)static UserEventnewCreatedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)static UserEventnewDeletedEvent(com.liferay.portal.model.User user)static UserEventnewDeletedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)-
Methods inherited from class org.gcube.portal.event.publisher.lr62.model.PortalModelListenerEvent
getModelClassName, setModelClassName
-
Methods inherited from class org.gcube.portal.event.publisher.lr62.PortalEvent
getGroup, getGroupIdentifier, getRole, getRoleIdentifier, getUser, getUserIdentifier, setGroup, setGroup, setRole, setRole, setUser, setUser
-
Methods inherited from class org.gcube.event.publisher.Event
getName, getSender, getTimestamp, getType, getUUID, set, setAll, setName, setSender, setTimestamp, setType, setUUID
-
Methods inherited from class org.json.simple.JSONObject
escape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Field Detail
-
CREATED_NAME
public static final String CREATED_NAME
- See Also:
- Constant Field Values
-
DELETED_NAME
public static final String DELETED_NAME
- See Also:
- Constant Field Values
-
UG_CREATED_NAME
public static final String UG_CREATED_NAME
- See Also:
- Constant Field Values
-
UG_DELETED_NAME
public static final String UG_DELETED_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newCreatedEvent
public static UserEvent newCreatedEvent(com.liferay.portal.model.User user)
-
newDeletedEvent
public static UserEvent newDeletedEvent(com.liferay.portal.model.User user)
-
newCreatedEvent
public static UserEvent newCreatedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)
-
newDeletedEvent
public static UserEvent newDeletedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)
-
-