Uses of Interface
org.exoplatform.portal.mop.dao.NavigationDAO
Packages that use NavigationDAO
Package
Description
-
Uses of NavigationDAO in org.exoplatform.portal.mop.dao
Classes in org.exoplatform.portal.mop.dao that implement NavigationDAOConstructors in org.exoplatform.portal.mop.dao with parameters of type NavigationDAO -
Uses of NavigationDAO in org.exoplatform.portal.mop.storage
Constructors in org.exoplatform.portal.mop.storage with parameters of type NavigationDAOModifierConstructorDescriptionNavigationStorageImpl(org.exoplatform.portal.mop.storage.DescriptionStorage descriptionStorage, NavigationDAO navigationDAO, SiteDAO siteDAO, NodeDAO nodeDAO, PageDAO pageDAO) -
Uses of NavigationDAO in org.exoplatform.portal.mop.storage.cache
Constructors in org.exoplatform.portal.mop.storage.cache with parameters of type NavigationDAOModifierConstructorDescriptionCacheNavigationStorage(org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.portal.mop.storage.DescriptionStorage descriptionStorage, NavigationDAO navigationDAO, SiteDAO siteDAO, NodeDAO nodeDAO, PageDAO pageDAO)