Interface SearchFacet
- All Known Implementing Classes:
BaseJSPSearchFacet,BaseSearchFacet
public interface SearchFacet
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObjectgetData()com.liferay.portal.kernel.search.facet.config.FacetConfigurationgetDefaultConfiguration(long companyId) com.liferay.portal.kernel.search.facet.FacetgetFacet()com.liferay.portal.kernel.search.facet.config.FacetConfigurationgetId()com.liferay.portal.kernel.json.JSONObjectgetJSONData(jakarta.portlet.ActionRequest actionRequest) getLabel()getOrder()getTitle()doublevoidincludeConfiguration(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) voidincludeView(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) voidvoidinit(long companyId, String searchConfiguration, com.liferay.portal.kernel.search.SearchContext searchContext) booleanisStatic()
-
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(jakarta.portlet.ActionRequest actionRequest) -
getLabel
String getLabel() -
getOrder
String getOrder() -
getTitle
String getTitle() -
getWeight
double getWeight() -
includeConfiguration
void includeConfiguration(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-
includeView
void includeView(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.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()
-