Package | Description |
---|---|
org.apache.openmeetings.db.dao.record | |
org.apache.openmeetings.db.dto.record | |
org.apache.openmeetings.db.entity.record |
Modifier and Type | Method and Description |
---|---|
Recording |
RecordingDao.get(Long recordingId) |
Recording |
RecordingDao.getByHash(String hash) |
Recording |
RecordingDao.update(Recording f) |
Modifier and Type | Method and Description |
---|---|
List<Recording> |
RecordingDao.get() |
List<Recording> |
RecordingDao.getByExternalId(String externalId,
String externalType) |
List<Recording> |
RecordingDao.getByExternalType(String externalType) |
List<Recording> |
RecordingDao.getByExternalTypeAndCreator(String externalType,
Long insertedBy) |
List<Recording> |
RecordingDao.getByParent(Long parentId) |
List<Recording> |
RecordingDao.getByRoomId(Long roomId) |
List<Recording> |
RecordingDao.getRootByOwner(Long ownerId) |
List<Recording> |
RecordingDao.getRootByPublic(Long groupId) |
Modifier and Type | Method and Description |
---|---|
Long |
RecordingLogDao.add(String msgType,
Recording recording,
org.apache.openmeetings.util.process.ConverterProcessResult returnMap) |
boolean |
RecordingDao.delete(Recording f) |
Recording |
RecordingDao.update(Recording f) |
Modifier and Type | Method and Description |
---|---|
static List<RecordingDTO> |
RecordingDTO.list(List<Recording> l) |
Constructor and Description |
---|
RecordingDTO(Recording r) |
Modifier and Type | Method and Description |
---|---|
Recording |
RecordingLog.getRecording() |
Recording |
RecordingMetaData.getRecording() |
Modifier and Type | Method and Description |
---|---|
void |
RecordingLog.setRecording(Recording recording) |
void |
RecordingMetaData.setRecording(Recording recording) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.