Interface NavigationDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<NavigationEntity,Long>
All Known Implementing Classes:
NavigationDAOImpl

public interface NavigationDAO extends org.exoplatform.commons.api.persistence.GenericDAO<NavigationEntity,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteByOwner(org.exoplatform.portal.mop.SiteType siteType, String name)
     
    findByOwner(org.exoplatform.portal.mop.SiteType type, String name)
     
     

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
  • Method Details

    • findByOwner

      NavigationEntity findByOwner(org.exoplatform.portal.mop.SiteType type, String name)
    • findByRootNode

      NavigationEntity findByRootNode(Long nodeId)
    • deleteByOwner

      void deleteByOwner(org.exoplatform.portal.mop.SiteType siteType, String name)