Liferay 6.2-ce-ga5

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 OpenSearch
 OpenSearch PortletBag.getOpenSearchInstance()
           
 

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

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

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 6.2-ce-ga5