Uses of Class
org.opencms.ade.galleries.shared.CmsGallerySearchBean
Packages that use 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
Methods in org.opencms.ade.galleries that return CmsGallerySearchBeanModifier 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) Methods in org.opencms.ade.galleries with parameters of type CmsGallerySearchBeanModifier 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
Methods in org.opencms.xml.containerpage that return CmsGallerySearchBeanModifier and TypeMethodDescriptionCmsADESessionCache.getLastPageEditorGallerySearch()
Returns the lastPageEditorGallerySearch.Methods in org.opencms.xml.containerpage with parameters of type CmsGallerySearchBeanModifier and TypeMethodDescriptionvoid
CmsADESessionCache.setLastPageEditorGallerySearch
(CmsGallerySearchBean searchObj) Sets the last stored gallery search from the page editor.