Interface LDAPServerDAO

All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<LDAPServer>
All Known Implementing Classes:
HibernateLDAPServerDAO

public interface LDAPServerDAO extends com.logicaldoc.core.PersistentObjectDAO<LDAPServer>
DAO for LDAPServer handling.
Author:
Marco Meschieri - LogicalDOC
  • Field Summary

    Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO

    ENTITY
  • Method Summary

    Modifier and Type
    Method
    Description
    findEnabled(Long tenantId)
    Finds all active servers
    int
    getMaxPosition(long tenantId)
     

    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, getDatabaseMetadata, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, store
  • Method Details

    • findEnabled

      List<LDAPServer> findEnabled(Long tenantId) throws com.logicaldoc.core.PersistenceException
      Finds all active servers
      Parameters:
      tenantId - identifier of the tenant
      Returns:
      list of the enabled servers \
      Throws:
      com.logicaldoc.core.PersistenceException - Error in the database
    • getMaxPosition

      int getMaxPosition(long tenantId)