Package com.logicaldoc.webservice
Interface WebserviceCallDAO
-
- All Superinterfaces:
PersistentObjectDAO<WebserviceCall>
- All Known Implementing Classes:
HibernateWebserviceCallDAO
public interface WebserviceCallDAO extends PersistentObjectDAO<WebserviceCall>
DAO forWebserviceCall
handling.- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanOldCalls(int ttl)
This method deletes all the chat entries oldest than the given days from now.-
Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO
bulkUpdate, delete, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, store
-
-