Uses of Interface
com.logicaldoc.core.security.dao.TenantDAO
-
Packages that use TenantDAO Package Description com.logicaldoc.core.conversion Machinery for converting documents to different formats.com.logicaldoc.core.document.dao com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.security.dao com.logicaldoc.core.stats -
-
Uses of TenantDAO in com.logicaldoc.core.conversion
Methods in com.logicaldoc.core.conversion with parameters of type TenantDAO Modifier and Type Method Description void
FormatConverterManager. setTenantDao(TenantDAO tenantDao)
-
Uses of TenantDAO in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao with parameters of type TenantDAO Modifier and Type Method Description void
HibernateDocumentDAO. setTenantDAO(TenantDAO tenantDAO)
-
Uses of TenantDAO in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine with parameters of type TenantDAO Modifier and Type Method Description void
IndexerTask. setTenantDao(TenantDAO tenantDao)
-
Uses of TenantDAO in com.logicaldoc.core.security.dao
Classes in com.logicaldoc.core.security.dao that implement TenantDAO Modifier and Type Class Description class
HibernateTenantDAO
-
Uses of TenantDAO in com.logicaldoc.core.stats
Methods in com.logicaldoc.core.stats with parameters of type TenantDAO Modifier and Type Method Description void
StatsCollector. setTenantDAO(TenantDAO tenantDAO)
-