Interface WebserviceCallDAO

All Superinterfaces:
PersistentObjectDAO<WebserviceCall>
All Known Implementing Classes:
HibernateWebserviceCallDAO

public interface WebserviceCallDAO extends PersistentObjectDAO<WebserviceCall>
DAO for WebserviceCall handling.
Since:
8.7
Author:
Marco Meschieri - LogicalDOC
  • Method Details

    • cleanOldCalls

      void cleanOldCalls(int ttl) throws PersistenceException
      This method deletes all the chat entries oldest than the given days from now. If ttl is 0 or -1, the cancellation is not made
      Parameters:
      ttl - The maximum number of days over which the item is considered old
      Throws:
      PersistenceException - Error in the database