Class ConferenceLogDao
- java.lang.Object
-
- org.apache.openmeetings.db.dao.log.ConferenceLogDao
-
@Repository @Transactional public class ConferenceLogDao extends Object
-
-
Constructor Summary
Constructors Constructor Description ConferenceLogDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConferenceLog
add(ConferenceLog.Type type, Long userId, String streamid, Long roomId, String userip, String scopeName)
int
clear(long ttl)
-
-
-
Method Detail
-
add
public ConferenceLog add(ConferenceLog.Type type, Long userId, String streamid, Long roomId, String userip, String scopeName)
-
clear
public int clear(long ttl)
-
-