public class CreateUserAddToVre
extends org.gcube.portal.event.publisher.lr62.PortalEvent
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL_ENTRY |
static String |
FIRST_NAME_ENTRY |
static String |
LAST_NAME_ENTRY |
static String |
NAME |
static String |
PASSWORD_ENTRY |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFirstname() |
String |
getLastname() |
String |
getPassword() |
static CreateUserAddToVre |
newEvent(String username,
String firstname,
String lastname,
String email,
String password,
com.liferay.portal.model.Group group) |
void |
setEmail(String email) |
void |
setFirstname(String firstname) |
void |
setLastname(String lastname) |
void |
setPassword(String password) |
getGroup, 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 NAME
public static final String FIRST_NAME_ENTRY
public static final String LAST_NAME_ENTRY
public static final String EMAIL_ENTRY
public static final String PASSWORD_ENTRY
public static CreateUserAddToVre newEvent(String username, String firstname, String lastname, String email, String password, com.liferay.portal.model.Group group)
public void setFirstname(String firstname)
public String getFirstname()
public void setLastname(String lastname)
public String getLastname()
public void setEmail(String email)
public String getEmail()
public void setPassword(String password)
public String getPassword()
Copyright © 2021. All rights reserved.