Package com.logicaldoc.ldap
Interface LDAPServerDAO
-
- All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<LDAPServer>
- All Known Implementing Classes:
HibernateLDAPServerDAO
public interface LDAPServerDAO extends com.logicaldoc.core.PersistentObjectDAO<LDAPServer>
DAO forLDAPServer
handling.- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LDAPServer>
findEnabled(Long tenantId)
Finds all active serversint
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, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, store
-
-
-
-
Method Detail
-
findEnabled
List<LDAPServer> findEnabled(Long tenantId)
Finds all active servers- Parameters:
tenantId
- identifier of the tenant- Returns:
- list of the enabled servers
-
getMaxPosition
int getMaxPosition(long tenantId)
-
-