| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ade.galleries.shared.rpc | |
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
CmsContainerPageGalleryData.getGallerySearch()
Returns the gallerySearch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerPageGalleryData.setGallerySearch(CmsGallerySearchBean gallerySearch)
Sets the gallerySearch.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
CmsGalleryService.getSearch(CmsGalleryDataBean data) |
CmsGallerySearchBean |
CmsGalleryService.getSearch(CmsGallerySearchBean searchObj) |
static CmsGallerySearchBean |
CmsGalleryService.getSearch(javax.servlet.http.HttpServletRequest request,
CmsGalleryDataBean config)
Returns the initial search data.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
CmsGalleryService.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.
|
| Constructor and Description |
|---|
CmsGallerySearchBean(CmsGallerySearchBean searchObj)
Constructor of the search object.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
I_CmsGalleryService.getSearch(CmsGalleryDataBean data)
Performs an initial search based on the given data bean and the available parameters of the request.
|
CmsGallerySearchBean |
I_CmsGalleryService.getSearch(CmsGallerySearchBean searchObj)
Returns the gallery search object containing search results and the currant search parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
I_CmsGalleryService.getSearch(CmsGallerySearchBean searchObj)
Returns the gallery search object containing search results and the currant search parameter.
|
void |
I_CmsGalleryServiceAsync.getSearch(CmsGallerySearchBean searchObj,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGallerySearchBean> callback)
Returns the gallery search object containing search results and the currant search parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getSearch(CmsGalleryDataBean data,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGallerySearchBean> callback)
Performs an initial search based on the given data bean and the available parameters of the request.
|
void |
I_CmsGalleryServiceAsync.getSearch(CmsGallerySearchBean searchObj,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGallerySearchBean> callback)
Returns the gallery search object containing search results and the currant search parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
CmsADESessionCache.getLastPageEditorGallerySearch()
Returns the lastPageEditorGallerySearch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsADESessionCache.setLastPageEditorGallerySearch(CmsGallerySearchBean searchObj)
Sets the last stored gallery search from the page editor.
|