Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
GroupUser |
GroupUserDao.get(Long id) |
GroupUser |
GroupUserDao.getByGroupAndUser(long groupId,
long userId) |
GroupUser |
GroupUserDao.update(GroupUser entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<GroupUser> |
GroupUserDao.get(int start,
int count) |
List<GroupUser> |
GroupUserDao.get(long groupId,
int start,
int count) |
List<GroupUser> |
GroupUserDao.get(long groupId,
String search,
int start,
int count,
String sort) |
List<GroupUser> |
GroupUserDao.get(String search,
int start,
int count,
String sort) |
Modifier and Type | Method and Description |
---|---|
void |
GroupUserDao.delete(GroupUser entity,
Long userId) |
GroupUser |
GroupUserDao.update(GroupUser entity,
Long userId) |
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) |
void |
GroupUserDao.update(List<GroupUser> list,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<GroupUser> |
User.getGroupUsers() |
Modifier and Type | Method and Description |
---|---|
void |
User.setGroupUsers(List<GroupUser> groupUsers) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.