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

    Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO

    ENTITY
  • Method Summary

    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

    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

    • findByName

      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