Uses of Class
org.opencms.ade.galleries.shared.CmsGalleryDataBean
Packages that use CmsGalleryDataBean
Package
Description
Contains the shared container page editor classes.
Contains server side classes for the gallery dialogs.
Contains the shared client/server side gallery dialog classes.
-
Uses of CmsGalleryDataBean in org.opencms.ade.galleries
Methods in org.opencms.ade.galleries that return CmsGalleryDataBeanModifier and TypeMethodDescriptionstatic CmsGalleryDataBeanCmsGalleryService.getInitialSettings(javax.servlet.http.HttpServletRequest request, CmsGalleryConfiguration config) Returns the initial gallery settings.CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf) CmsGalleryService.getInitialSettingsForContainerPage(List<CmsResourceTypeBean> types, String uri, String locale) Returns the initial gallery data for the container page editor.Methods in org.opencms.ade.galleries with parameters of type CmsGalleryDataBeanModifier and TypeMethodDescriptionstatic CmsGallerySearchBeanCmsGalleryService.getSearch(javax.servlet.http.HttpServletRequest request, CmsGalleryDataBean config) Returns the initial search data.CmsGalleryService.getSearch(CmsGalleryDataBean data) CmsGalleryService.getTypeNames(CmsGalleryDataBean data) Gets the type names from the gallery data bean.