Package com.logicaldoc.ldap
Interface LDAPServerDAO
- All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<LDAPServer>
- All Known Implementing Classes:
HibernateLDAPServerDAO
DAO for
LDAPServer
handling.- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO
ENTITY
-
Method Summary
Modifier and TypeMethodDescriptionfindEnabled
(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, getDatabaseMetadata, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, store
-
Method Details
-
findEnabled
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)
-