Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.entity.room | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
Group |
GroupDao.get(Long id) |
Group |
GroupDao.get(String name) |
Group |
GroupDao.update(Group entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupDao.get(Collection<Long> ids) |
List<Group> |
GroupDao.get(int start,
int count) |
List<Group> |
GroupDao.get(String search,
int start,
int count,
String sort) |
Modifier and Type | Method and Description |
---|---|
void |
GroupDao.delete(Group entity,
Long userId) |
Group |
GroupDao.update(Group entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Group |
RoomGroup.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
RoomGroup.setGroup(Group group) |
Constructor and Description |
---|
RoomGroup(Group org,
Room room) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupUser.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
GroupUser.setGroup(Group group) |
Constructor and Description |
---|
GroupUser(Group group) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.