Uses of Class
org.apache.openmeetings.db.entity.record.RecordingChunk
-
Packages that use RecordingChunk Package Description org.apache.openmeetings.db.dao.record org.apache.openmeetings.db.entity.record -
-
Uses of RecordingChunk in org.apache.openmeetings.db.dao.record
Methods in org.apache.openmeetings.db.dao.record that return RecordingChunk Modifier and Type Method Description RecordingChunkRecordingChunkDao. get(Long id)RecordingChunkRecordingChunkDao. getScreenByRecording(Long recordingId)RecordingChunkRecordingChunkDao. update(RecordingChunk chunk)Methods in org.apache.openmeetings.db.dao.record that return types with arguments of type RecordingChunk Modifier and Type Method Description List<RecordingChunk>RecordingChunkDao. getByRecording(Long recordingId)List<RecordingChunk>RecordingChunkDao. getNotScreenChunksByRecording(Long recordingId)Methods in org.apache.openmeetings.db.dao.record with parameters of type RecordingChunk Modifier and Type Method Description RecordingChunkRecordingChunkDao. update(RecordingChunk chunk) -
Uses of RecordingChunk in org.apache.openmeetings.db.entity.record
Methods in org.apache.openmeetings.db.entity.record that return types with arguments of type RecordingChunk Modifier and Type Method Description List<RecordingChunk>Recording. getChunks()Method parameters in org.apache.openmeetings.db.entity.record with type arguments of type RecordingChunk Modifier and Type Method Description voidRecording. setChunks(List<RecordingChunk> chunks)
-