程序包 | 说明 |
---|---|
org.opencms.gwt.shared |
Core shared stuff.
|
org.opencms.relations |
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.search.solr |
构造器和说明 |
---|
CmsCategoryBean(CmsCategory category)
Constructor.
|
CmsCategoryTreeEntry(CmsCategory category)
Clone constructor.
|
限定符和类型 | 方法和说明 |
---|---|
CmsCategory |
CmsCategoryService.createCategory(CmsObject cms,
CmsCategory parent,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String referencePath)
Creates a new category.
|
CmsCategory |
CmsCategoryService.getCategory(CmsObject cms,
CmsResource resource)
Creates a category from the given resource.
|
CmsCategory |
CmsCategoryService.getCategory(CmsObject cms,
java.lang.String categoryRootPath)
Creates a category from the given category root path.
|
CmsCategory |
CmsCategoryService.readCategory(CmsObject cms,
java.lang.String categoryPath,
java.lang.String referencePath)
Reads all categories identified by the given category path for the given reference path.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsCategory> |
CmsCategoryService.readCategories(CmsObject cms,
java.lang.String parentCategoryPath,
boolean includeSubCats,
java.lang.String referencePath)
Returns all categories given some search parameters.
|
java.util.List<CmsCategory> |
CmsCategoryService.readCategoriesForRepositories(CmsObject cms,
java.lang.String parentCategoryPath,
boolean includeSubCats,
java.util.List<java.lang.String> repositories)
Returns all categories given some search parameters.
|
java.util.List<CmsCategory> |
CmsCategoryService.readResourceCategories(CmsObject cms,
CmsResource resource)
Reads the categories for a resource.
|
java.util.List<CmsCategory> |
CmsCategoryService.readResourceCategories(CmsObject cms,
java.lang.String resourceName)
Reads the categories for a resource identified by the given resource name.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsCategoryService.addResourceToCategory(CmsObject cms,
java.lang.String resourceName,
CmsCategory category)
Adds a resource identified by the given resource name to the given category.
|
int |
CmsCategory.compareTo(CmsCategory cat) |
CmsCategory |
CmsCategoryService.createCategory(CmsObject cms,
CmsCategory parent,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String referencePath)
Creates a new category.
|
void |
CmsCategoryService.removeResourceFromCategory(CmsObject cms,
java.lang.String resourceName,
CmsCategory category)
Removes a resource identified by the given resource name from the given category.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsLuceneDocument.addCategoryField(java.util.List<CmsCategory> categories) |
void |
I_CmsSearchDocument.addCategoryField(java.util.List<CmsCategory> categories)
Adds the list of the given categories to this document.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSolrDocument.addCategoryField(java.util.List<CmsCategory> categories) |