Package | Description |
---|---|
org.apache.openmeetings.db.dto.file |
Modifier and Type | Method and Description |
---|---|
FileExplorerItemDTO |
PresentationObject.getOriginalDocument() |
FileExplorerItemDTO |
PresentationObject.getPdfDocument() |
FileExplorerItemDTO |
PresentationObject.getSwfDocument() |
Modifier and Type | Method and Description |
---|---|
List<FileExplorerItemDTO> |
FileExplorerObject.getRoomHome() |
LinkedList<FileExplorerItemDTO> |
PresentationObject.getThumbs() |
List<FileExplorerItemDTO> |
FileExplorerObject.getUserHome() |
static List<FileExplorerItemDTO> |
FileExplorerItemDTO.list(List<FileExplorerItem> l) |
Modifier and Type | Method and Description |
---|---|
void |
PresentationObject.setOriginalDocument(FileExplorerItemDTO originalDocument) |
void |
PresentationObject.setPdfDocument(FileExplorerItemDTO pdfDocument) |
void |
PresentationObject.setSwfDocument(FileExplorerItemDTO swfDocument) |
Modifier and Type | Method and Description |
---|---|
void |
FileExplorerObject.setRoomHome(List<FileExplorerItemDTO> roomHome) |
void |
PresentationObject.setThumbs(LinkedList<FileExplorerItemDTO> thumbs) |
void |
FileExplorerObject.setUserHome(List<FileExplorerItemDTO> userHome) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.