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 voidFormatConverterManager. 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 voidHibernateDocumentDAO. 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 voidIndexerTask. 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 classHibernateTenantDAO -
Uses of TenantDAO in com.logicaldoc.core.stats
Methods in com.logicaldoc.core.stats with parameters of type TenantDAO Modifier and Type Method Description voidStatsCollector. setTenantDAO(TenantDAO tenantDAO)
-