public class UserGroupRoleEvent extends PortalModelListenerEvent<com.liferay.portal.model.UserGroupRole>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_NAME |
static String |
DELETED_NAME |
MODELCLASSNAME_ENTRY| Modifier and Type | Method and Description |
|---|---|
static UserGroupRoleEvent |
newCreatedEvent(com.liferay.portal.model.UserGroupRole userGroupRole,
com.liferay.portal.model.User user,
com.liferay.portal.model.Group group,
com.liferay.portal.model.Role role) |
static UserGroupRoleEvent |
newDeletedEvent(com.liferay.portal.model.UserGroupRole userGroupRole,
com.liferay.portal.model.User user,
com.liferay.portal.model.Group group,
com.liferay.portal.model.Role role) |
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 UserGroupRoleEvent newCreatedEvent(com.liferay.portal.model.UserGroupRole userGroupRole, com.liferay.portal.model.User user, com.liferay.portal.model.Group group, com.liferay.portal.model.Role role)
public static UserGroupRoleEvent newDeletedEvent(com.liferay.portal.model.UserGroupRole userGroupRole, com.liferay.portal.model.User user, com.liferay.portal.model.Group group, com.liferay.portal.model.Role role)
Copyright © 2021. All Rights Reserved.