Class RecordingDao
java.lang.Object
org.apache.openmeetings.db.dao.file.BaseFileItemDao
org.apache.openmeetings.db.dao.record.RecordingDao
- All Implemented Interfaces:
IDataProviderDao<BaseFileItem>
- Author:
- sebastianwagner
-
Field Summary
Fields inherited from class org.apache.openmeetings.db.dao.file.BaseFileItemDao
em
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
Get an instance of anIDataProviderDao
getByExternalType
(String externalType) getByExternalUser
(String externalId, String externalType) getByParent
(Long parentId) getByRoomId
(Long roomId) getContainerData
(long userId) getExpiring
(Long groupId, int reminderDays, boolean notified) getRootByOwner
(Long ownerId) getRootByPublic
(Long groupId) void
Methods inherited from class org.apache.openmeetings.db.dao.file.BaseFileItemDao
count, count, delete, delete, get, get, get, getAny, getAny, getBase, update, updateBase
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.openmeetings.db.dao.IDataProviderDao
get
-
Constructor Details
-
RecordingDao
public RecordingDao()
-
-
Method Details
-
get
Description copied from interface:IDataProviderDao
Get an instance of anIDataProviderDao
- Specified by:
get
in interfaceIDataProviderDao<BaseFileItem>
- Overrides:
get
in classBaseFileItemDao
- Parameters:
id
- - id of instance to retrieve- Returns:
- instance with the id gived
-
getByExternalUser
-
get
-
getByExternalType
-
getRootByPublic
-
getRootByOwner
-
getByRoomId
-
getExpiring
-
getByParent
-
update
-
resetProcessingStatus
public void resetProcessingStatus() -
getContainerData
-