Uses of Interface
org.exoplatform.portal.mop.dao.ContainerDAO
Packages that use ContainerDAO
Package
Description
-
Uses of ContainerDAO in org.exoplatform.portal.mop.dao
Classes in org.exoplatform.portal.mop.dao that implement ContainerDAO -
Uses of ContainerDAO in org.exoplatform.portal.mop.storage
Constructors in org.exoplatform.portal.mop.storage with parameters of type ContainerDAOModifierConstructorDescriptionLayoutStorage(WindowDAO windowDAO, ContainerDAO containerDAO, PermissionDAO permissionDAO) -
Uses of ContainerDAO in org.exoplatform.portal.mop.storage.cache
Constructors in org.exoplatform.portal.mop.storage.cache with parameters of type ContainerDAOModifierConstructorDescriptionCacheLayoutStorage(org.exoplatform.services.cache.CacheService cacheService, WindowDAO windowDAO, ContainerDAO containerDAO, PermissionDAO permissionDAO)