Uses of Class
org.apache.openmeetings.db.entity.record.Recording
-
Packages that use Recording Package Description org.apache.openmeetings.db.dao.record org.apache.openmeetings.db.dto.record org.apache.openmeetings.db.entity.record org.apache.openmeetings.db.entity.room -
-
Uses of Recording in org.apache.openmeetings.db.dao.record
Methods in org.apache.openmeetings.db.dao.record that return Recording Modifier and Type Method Description RecordingRecordingDao. get(Long id)RecordingRecordingDao. update(Recording f)Methods in org.apache.openmeetings.db.dao.record that return types with arguments of type Recording Modifier and Type Method Description List<Recording>RecordingDao. get()List<Recording>RecordingDao. getByExternalType(String externalType)List<Recording>RecordingDao. getByExternalUser(String externalId, String externalType)List<Recording>RecordingDao. getByParent(Long parentId)List<Recording>RecordingDao. getByRoomId(Long roomId)List<Recording>RecordingDao. getExpiring(Long groupId, int reminderDays, boolean notified)List<Recording>RecordingDao. getRootByOwner(Long ownerId)List<Recording>RecordingDao. getRootByPublic(Long groupId)Methods in org.apache.openmeetings.db.dao.record with parameters of type Recording Modifier and Type Method Description RecordingRecordingDao. update(Recording f) -
Uses of Recording in org.apache.openmeetings.db.dto.record
Method parameters in org.apache.openmeetings.db.dto.record with type arguments of type Recording Modifier and Type Method Description static List<RecordingDTO>RecordingDTO. list(List<Recording> l)Constructors in org.apache.openmeetings.db.dto.record with parameters of type Recording Constructor Description RecordingDTO(Recording r) -
Uses of Recording in org.apache.openmeetings.db.entity.record
Methods in org.apache.openmeetings.db.entity.record that return Recording Modifier and Type Method Description RecordingRecordingChunk. getRecording()Methods in org.apache.openmeetings.db.entity.record with parameters of type Recording Modifier and Type Method Description voidRecordingChunk. setRecording(Recording recording) -
Uses of Recording in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Recording Modifier and Type Method Description RecordingInvitation. getRecording()Methods in org.apache.openmeetings.db.entity.room with parameters of type Recording Modifier and Type Method Description voidInvitation. setRecording(Recording recording)
-