Package com.logicaldoc.syndication
Interface SyndicationDAO
- All Superinterfaces:
- com.logicaldoc.core.PersistentObjectDAO<Syndication>
- All Known Implementing Classes:
- HibernateSyndicationDAO
DAO for 
Syndication handling- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields inherited from interface com.logicaldoc.core.PersistentObjectDAOENTITY
- 
Method SummaryModifier and TypeMethodDescriptionfindByName(String name, long tenantId) Finds the syndication with the given nameMethods 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- 
findByNameFinds the syndication with the given name- Parameters:
- name- name of the syndication
- tenantId- identifier of the syndication
- Returns:
- the syndication
- Throws:
- com.logicaldoc.core.PersistenceException- Error in the database
 
 
-