Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.dto.user | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
Address |
UserDao.getAddress(String street,
String zip,
String town,
long stateId,
String additionalname,
String fax,
String phone,
String email) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.addUser(Set<User.Right> rights,
String firstname,
String login,
String lastname,
long languageId,
String userpass,
Address adress,
boolean sendSMS,
Date age,
String hash,
TimeZone timezone,
Boolean forceTimeZoneCheck,
String userOffers,
String userSearchs,
Boolean showContactData,
Boolean showContactDataToContacts,
String externalId,
String externalType,
List<GroupUser> orgList,
String pictureuri) |
Modifier and Type | Method and Description |
---|---|
Address |
UserDTO.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
UserDTO.setAddress(Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
User.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
User.setAddress(Address address) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.