Uses of Class
org.opencms.ade.galleries.shared.CmsGallerySearchBean
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.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsGallerySearchBean in org.opencms.ade.galleries
Modifier and TypeMethodDescriptionstatic CmsGallerySearchBean
CmsGalleryService.getSearch
(javax.servlet.http.HttpServletRequest request, CmsGalleryDataBean config) Returns the initial search data.CmsGalleryService.getSearch
(CmsGalleryDataBean data) CmsGalleryService.getSearch
(CmsGallerySearchBean searchObj) Modifier and TypeMethodDescriptionCmsGalleryService.getSearch
(CmsGallerySearchBean searchObj) protected CmsObject
CmsGalleryService.getSearchCms
(CmsGallerySearchBean searchObj) Gets an initialized CmsObject to be used for the actual search for a given search bean. -
Uses of CmsGallerySearchBean in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionCmsADESessionCache.getLastPageEditorGallerySearch()
Returns the lastPageEditorGallerySearch.Modifier and TypeMethodDescriptionvoid
CmsADESessionCache.setLastPageEditorGallerySearch
(CmsGallerySearchBean searchObj) Sets the last stored gallery search from the page editor.