Package com.logicaldoc.core.dashlet
Interface DashletDAO
- All Superinterfaces:
PersistentObjectDAO<Dashlet>
- All Known Implementing Classes:
HibernateDashletDAO
Instances of this class is a DAO-service for dashlet objects.
- Version:
- 8.2.3
- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO
ENTITY -
Method Summary
Modifier and TypeMethodDescriptionfindByName(String name, long tenantId) Finds the dashlet by it's namestatic DashletDAOget()Gets the object available in the application contextMethods inherited from interface com.logicaldoc.core.PersistentObjectDAO
bulkUpdate, delete, delete, deleteAll, deleteAll, evict, evict, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, initialize, isMariaDB, isMySQL, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, queryForResultSet, queryForString, queryForString, store
-
Method Details
-
get
Gets the object available in the application context- Returns:
- the instance of this object in the application context
-
findByName
Finds the dashlet by it's name- Parameters:
name- name of the dashlettenantId- identifier of the tenant- Returns:
- the found dashlet
- Throws:
PersistenceException- Error in the database
-