Package org.exoplatform.portal.mop.dao
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 TypeMethodDescriptionvoiddeleteByOwner(org.exoplatform.portal.mop.SiteType siteType, String name) findByOwner(org.exoplatform.portal.mop.SiteType type, String name) findByRootNode(Long nodeId) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findByOwner
-
findByRootNode
-
deleteByOwner
-