Package com.logicaldoc.email.dao
Interface EmailAccountDAO
- All Superinterfaces:
- com.logicaldoc.core.PersistentObjectDAO<EmailAccount>
- All Known Implementing Classes:
- HibernateEmailAccountDAO
DAO for 
EmailAccount handling.- Since:
- 4.0
- Author:
- Michael Scholz, Alessandro Gasparini - LogicalDOC
- 
Field SummaryFields inherited from interface com.logicaldoc.core.PersistentObjectDAOENTITY
- 
Method SummaryModifier and TypeMethodDescriptionfindByType(String type, Long tenantId) Gets all the accounts of a given typeMethods inherited from interface com.logicaldoc.core.PersistentObjectDAObulkUpdate, delete, delete, deleteAll, deleteAll, evict, evict, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, isMySQL, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, queryForResultSet, queryForString, queryForString, store
- 
Method Details- 
findByTypeGets all the accounts of a given type- Parameters:
- type- The type
- tenantId- The tenant ID
- Returns:
- The list of the found accounts
 
 
-