Interface SearchFacet
- All Known Implementing Classes:
BaseJSPSearchFacet
,BaseSearchFacet
public interface SearchFacet
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObject
getData()
com.liferay.portal.kernel.search.facet.config.FacetConfiguration
getDefaultConfiguration
(long companyId) com.liferay.portal.kernel.search.facet.Facet
getFacet()
com.liferay.portal.kernel.search.facet.config.FacetConfiguration
getId()
com.liferay.portal.kernel.json.JSONObject
getJSONData
(javax.portlet.ActionRequest actionRequest) getLabel()
getOrder()
getTitle()
double
void
includeConfiguration
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
includeView
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
void
init
(long companyId, String searchConfiguration, com.liferay.portal.kernel.search.SearchContext searchContext) boolean
isStatic()
-
Method Details
-
getClassName
String getClassName() -
getData
com.liferay.portal.kernel.json.JSONObject getData() -
getDefaultConfiguration
com.liferay.portal.kernel.search.facet.config.FacetConfiguration getDefaultConfiguration(long companyId) -
getFacet
com.liferay.portal.kernel.search.facet.Facet getFacet() -
getFacetClassName
String getFacetClassName() -
getFacetConfiguration
com.liferay.portal.kernel.search.facet.config.FacetConfiguration getFacetConfiguration() -
getFieldName
String getFieldName() -
getId
String getId() -
getJSONData
com.liferay.portal.kernel.json.JSONObject getJSONData(javax.portlet.ActionRequest actionRequest) -
getLabel
String getLabel() -
getOrder
String getOrder() -
getTitle
String getTitle() -
getWeight
double getWeight() -
includeConfiguration
void includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-
includeView
void includeView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-
init
- Throws:
Exception
-
init
void init(long companyId, String searchConfiguration, com.liferay.portal.kernel.search.SearchContext searchContext) throws Exception - Throws:
Exception
-
isStatic
boolean isStatic()
-