Interface SyndicationDAO

All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<Syndication>
All Known Implementing Classes:
HibernateSyndicationDAO

public interface SyndicationDAO extends com.logicaldoc.core.PersistentObjectDAO<Syndication>
DAO for Syndication handling
Author:
Marco Meschieri - LogicalDOC
  • Field Summary Link icon

    Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO Link icon

    ENTITY
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    findByName(String name, long tenantId)
    Finds the syndication with the given name

    Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO Link icon

    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, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, store
  • Method Details Link icon

    • findByName Link icon

      Syndication findByName(String name, long tenantId) throws com.logicaldoc.core.PersistenceException
      Finds 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