程序包 | 说明 |
---|---|
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.galleries.shared | |
org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchScope |
CmsGalleryController.getDefaultScope()
Gets the default search scope.
|
CmsGallerySearchScope |
CmsGalleryController.getSearchScope()
Returns the gallery search scope.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryController.addScope(CmsGallerySearchScope scope)
Sets the search scope in the search object.
|
void |
CmsSearchTabHandler.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
构造器和说明 |
---|
CmsSearchTab(CmsSearchTabHandler tabHandler,
I_CmsAutoHider autoHideParent,
java.lang.String currentLocale,
java.util.Map<java.lang.String,java.lang.String> availableLocales,
CmsGallerySearchScope scope,
CmsGallerySearchScope defaultScope)
Constructor for the search tab.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchScope |
CmsGalleryDataBean.getDefaultScope()
Gets the default search scope.
|
CmsGallerySearchScope |
CmsGallerySearchBean.getScope()
Gets the search scope.
|
CmsGallerySearchScope |
CmsGalleryDataBean.getScope()
Returns the search scope.
|
static CmsGallerySearchScope |
CmsGallerySearchScope.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsGallerySearchScope[] |
CmsGallerySearchScope.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryDataBean.setDefaultScope(CmsGallerySearchScope scope)
Sets the default search scope.
|
void |
CmsGallerySearchBean.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
void |
CmsGalleryDataBean.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchScope |
CmsGallerySearchParameters.getScope()
The gallery search scope.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<java.lang.String> |
CmsGallerySearchIndex.getSearchRootsForScope(CmsGallerySearchScope scope,
java.lang.String siteParam,
java.lang.String subSiteParam)
Gets the search roots to use for the given site/subsite parameters.
|
void |
CmsGallerySearchParameters.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchScope |
CmsWorkplaceManager.getGalleryDefaultScope()
Returns the gallery default scope.
|
CmsGallerySearchScope |
CmsWorkplaceSettings.getLastSearchScope()
Returns the last gallery search scope.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceSettings.setLastSearchScope(CmsGallerySearchScope scope)
Sets the last gallery search scope.
|