Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.search |
Modifier and Type | Method and Description |
---|---|
OpenSearch |
Portlet.getOpenSearchInstance()
Returns the indexer instance of the portlet.
|
OpenSearch |
PortletWrapper.getOpenSearchInstance()
Returns the indexer instance of the portlet.
|
Modifier and Type | Method and Description |
---|---|
List<OpenSearch> |
PortletBag.getOpenSearchInstances() |
Modifier and Type | Class and Description |
---|---|
class |
BaseOpenSearchImpl |
class |
HitsOpenSearchImpl |
Modifier and Type | Method and Description |
---|---|
static OpenSearch |
OpenSearchRegistryUtil.getOpenSearch(Class<?> clazz) |
static OpenSearch |
OpenSearchRegistryUtil.getOpenSearch(String className) |
Modifier and Type | Method and Description |
---|---|
static List<OpenSearch> |
OpenSearchRegistryUtil.getOpenSearchInstances() |