Interface DashletDAO

All Superinterfaces:
PersistentObjectDAO<Dashlet>
All Known Implementing Classes:
HibernateDashletDAO

public interface DashletDAO extends PersistentObjectDAO<Dashlet>
Instances of this class is a DAO-service for dashlet objects.
Version:
8.2.3
Author:
Marco Meschieri - LogicalDOC
  • Method Details

    • findByName

      Dashlet findByName(String name, long tenantId)
      Finds the dashlet by it's name
      Parameters:
      name - name of the dashlet
      tenantId - identifier of the tenant
      Returns:
      the found dashlet