Interface CMSNavigationDao
- All Known Implementing Classes:
DefaultCMSNavigationDao
public interface CMSNavigationDao
The Interface CMSNavigationDao for finding
CMSNavigationNodeModel objects.- Spring Bean ID:
- cmsNavigationDao
-
Method Summary
Modifier and TypeMethodDescriptionFinds allCMSNavigationEntryModelwhose item attribute is of typeAbstractPageModelassociated with aAbstractPageModel.findNavigationEntryByUid(String uid, CatalogVersionModel catalogVersion) Finds aCMSNavigationEntryModelby uid for aCatalogVersionModelfindNavigationNodesByContentPage(ContentPageModel page, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by content page and catalog versions.findNavigationNodesById(String id, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by id and catalog versions.findRootNavigationNodes(Collection<CatalogVersionModel> catalogVersions) Find root navigation nodes by catalog versions.findSuperRootNavigationNode(CatalogVersionModel catalogVersion) Finds the super navigation root by catalog version.
-
Method Details