Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.search.OpenSearch

Packages that use OpenSearch
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of OpenSearch in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type OpenSearch
 List<OpenSearch> PortletBag.getOpenSearchInstances()
           
 

Uses of OpenSearch in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement OpenSearch
 class BaseOpenSearchImpl
           
 class HitsOpenSearchImpl
           
 

Methods in com.liferay.portal.kernel.search that return OpenSearch
static OpenSearch OpenSearchRegistryUtil.getOpenSearch(Class<?> clazz)
           
static OpenSearch OpenSearchRegistryUtil.getOpenSearch(String className)
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type OpenSearch
static List<OpenSearch> OpenSearchRegistryUtil.getOpenSearchInstances()
           
 

Uses of OpenSearch in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return OpenSearch
 OpenSearch PortletWrapper.getOpenSearchInstance()
          Returns the indexer instance of the portlet.
 OpenSearch Portlet.getOpenSearchInstance()
          Returns the indexer instance of the portlet.
 


Liferay 7.0-ce-b4