public class UserEvent extends PortalModelListenerEvent<com.liferay.portal.model.User>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_NAME |
static String |
DELETED_NAME |
static String |
UG_CREATED_NAME |
static String |
UG_DELETED_NAME |
MODELCLASSNAME_ENTRY| Modifier and Type | Method and Description |
|---|---|
static UserEvent |
newCreatedEvent(com.liferay.portal.model.User user) |
static UserEvent |
newCreatedEvent(com.liferay.portal.model.User user,
com.liferay.portal.model.Group group) |
static UserEvent |
newDeletedEvent(com.liferay.portal.model.User user) |
static UserEvent |
newDeletedEvent(com.liferay.portal.model.User user,
com.liferay.portal.model.Group group) |
getModelClassName, setModelClassNamegetGroup, getGroupIdentifier, getRole, getRoleIdentifier, getUser, getUserIdentifier, setGroup, setGroup, setRole, setRole, setUser, setUsergetName, getSender, getTimestamp, getType, getUUID, set, setAll, setName, setSender, setTimestamp, setType, setUUIDescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final String CREATED_NAME
public static final String DELETED_NAME
public static final String UG_CREATED_NAME
public static final String UG_DELETED_NAME
public static UserEvent newCreatedEvent(com.liferay.portal.model.User user)
public static UserEvent newDeletedEvent(com.liferay.portal.model.User user)
public static UserEvent newCreatedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)
public static UserEvent newDeletedEvent(com.liferay.portal.model.User user, com.liferay.portal.model.Group group)
Copyright © 2020. All Rights Reserved.