Class HibernateDashletDAO

    • Method Detail

      • findByName

        public Dashlet findByName​(String name,
                                  long tenantId)
        Description copied from interface: DashletDAO
        Finds the dashlet by it's name
        Specified by:
        findByName in interface DashletDAO
        Parameters:
        name - name of the dashlet
        tenantId - identifier of the tenant
        Returns:
        the found dashlet