Interface BrandingDAO
-
- All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<Branding>
- All Known Implementing Classes:
HibernateBrandingDAO
public interface BrandingDAO extends com.logicaldoc.core.PersistentObjectDAO<Branding>
DAO for handling branding informations- Since:
- 7.6.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Branding
findByTenantId(long tenantId)
-
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
-
findByTenantId
Branding findByTenantId(long tenantId)
-
-