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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Get an instance of anIDataProviderDaogetByExternalType(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) voidMethods inherited from class org.apache.openmeetings.db.dao.file.BaseFileItemDao
count, count, delete, delete, get, get, get, getAny, getAny, getBase, update, updateBaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.openmeetings.db.dao.IDataProviderDao
get
-
Constructor Details
-
RecordingDao
public RecordingDao()
-
-
Method Details
-
get
Description copied from interface:IDataProviderDaoGet an instance of anIDataProviderDao- Specified by:
getin interfaceIDataProviderDao<BaseFileItem>- Overrides:
getin 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
-