Uses of Class
org.exoplatform.portal.mop.storage.LayoutStorage
Packages that use LayoutStorage
Package
Description
-
Uses of LayoutStorage in org.exoplatform.portal.mop.service
Constructors in org.exoplatform.portal.mop.service with parameters of type LayoutStorageModifierConstructorDescriptionLayoutServiceImpl(org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.portal.mop.storage.SiteStorage siteStorage, org.exoplatform.portal.mop.storage.PageStorage pageStorage, LayoutStorage layoutStorage, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.container.PortalContainer portalContainer, org.exoplatform.container.xml.InitParams initParams) -
Uses of LayoutStorage in org.exoplatform.portal.mop.storage
Fields in org.exoplatform.portal.mop.storage declared as LayoutStorageConstructors in org.exoplatform.portal.mop.storage with parameters of type LayoutStorageModifierConstructorDescriptionPageStorageImpl(org.exoplatform.services.listener.ListenerService listenerService, LayoutStorage layoutStorage, SiteDAO siteDAO, PageDAO pageDAO) SiteStorageImpl(org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.portal.mop.storage.NavigationStorage navigationStorage, org.exoplatform.portal.mop.storage.PageStorage pageStorage, LayoutStorage layoutStorage, SiteDAO siteDAO, org.exoplatform.upload.UploadService uploadService, org.exoplatform.commons.file.services.FileService fileService) -
Uses of LayoutStorage in org.exoplatform.portal.mop.storage.cache
Subclasses of LayoutStorage in org.exoplatform.portal.mop.storage.cacheConstructors in org.exoplatform.portal.mop.storage.cache with parameters of type LayoutStorageModifierConstructorDescriptionCachePageStorage(org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.listener.ListenerService listenerService, LayoutStorage layoutStorage, SiteDAO siteDAO, PageDAO pageDAO) CacheSiteStorage(org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.portal.mop.storage.NavigationStorage navigationStorage, org.exoplatform.portal.mop.storage.PageStorage pageStorage, LayoutStorage layoutStorage, SiteDAO siteDAO, org.exoplatform.upload.UploadService uploadService, org.exoplatform.commons.file.services.FileService fileService)