Package | Description |
---|---|
org.apache.openmeetings.db.dao.file | |
org.apache.openmeetings.db.dto.file |
Modifier and Type | Method and Description |
---|---|
FileExplorerItem |
FileExplorerItemDao.get(Long id) |
FileExplorerItem |
FileExplorerItemDao.get(String externalId,
String externalType) |
FileExplorerItem |
FileExplorerItemDao.getByHash(String hash) |
FileExplorerItem |
FileExplorerItemDao.move(long id,
long parentId,
long ownerId,
long roomId) |
FileExplorerItem |
FileExplorerItemDao.rename(Long id,
String name) |
FileExplorerItem |
FileExplorerItemDao.update(FileExplorerItem f) |
Modifier and Type | Method and Description |
---|---|
List<FileExplorerItem> |
FileExplorerItemDao.get() |
List<FileExplorerItem> |
FileExplorerItemDao.getByOwner(Long ownerId) |
List<FileExplorerItem> |
FileExplorerItemDao.getByParent(Long parentId) |
List<FileExplorerItem> |
FileExplorerItemDao.getByRoom(Long roomId) |
List<FileExplorerItem> |
FileExplorerItemDao.getFileExplorerItemsByRoomAndOwner(Long roomId,
Long ownerId) |
Modifier and Type | Method and Description |
---|---|
void |
FileExplorerItemDao.delete(FileExplorerItem f) |
FileExplorerItem |
FileExplorerItemDao.update(FileExplorerItem f) |
Modifier and Type | Method and Description |
---|---|
FileExplorerItem |
FileExplorerItemDTO.get() |
Modifier and Type | Method and Description |
---|---|
static List<FileExplorerItemDTO> |
FileExplorerItemDTO.list(List<FileExplorerItem> l) |
void |
FileExplorerObject.setRoom(List<FileExplorerItem> list,
long size) |
void |
FileExplorerObject.setUser(List<FileExplorerItem> list,
long size) |
Constructor and Description |
---|
FileExplorerItemDTO(FileExplorerItem f) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.