Package com.logicaldoc.syndication
Interface SyndicationDAO
-
- All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<Syndication>
- All Known Implementing Classes:
HibernateSyndicationDAO
public interface SyndicationDAO extends com.logicaldoc.core.PersistentObjectDAO<Syndication>
DAO forSyndication
handling- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Syndication
findByName(String name, long tenantId)
Finds the syndication with the given name-
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
-
findByName
Syndication findByName(String name, long tenantId)
Finds the syndication with the given name- Parameters:
name
- name of the syndicationtenantId
- identifier of the syndication- Returns:
- the syndication
-
-