public interface SearchFacet
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
com.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() |
java.lang.String |
getFacetClassName() |
com.liferay.portal.kernel.search.facet.config.FacetConfiguration |
getFacetConfiguration() |
java.lang.String |
getFieldName() |
java.lang.String |
getId() |
com.liferay.portal.kernel.json.JSONObject |
getJSONData(javax.portlet.ActionRequest actionRequest) |
java.lang.String |
getLabel() |
java.lang.String |
getOrder() |
java.lang.String |
getTitle() |
double |
getWeight() |
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 |
init(long companyId,
java.lang.String searchConfiguration) |
void |
init(long companyId,
java.lang.String searchConfiguration,
com.liferay.portal.kernel.search.SearchContext searchContext) |
boolean |
isStatic() |
java.lang.String getClassName()
com.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()
java.lang.String getFacetClassName()
com.liferay.portal.kernel.search.facet.config.FacetConfiguration getFacetConfiguration()
java.lang.String getFieldName()
java.lang.String getId()
com.liferay.portal.kernel.json.JSONObject getJSONData(javax.portlet.ActionRequest actionRequest)
java.lang.String getLabel()
java.lang.String getOrder()
java.lang.String getTitle()
double getWeight()
void includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOExceptionvoid includeView(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOExceptionvoid init(long companyId,
java.lang.String searchConfiguration)
throws java.lang.Exception
java.lang.Exceptionvoid init(long companyId,
java.lang.String searchConfiguration,
com.liferay.portal.kernel.search.SearchContext searchContext)
throws java.lang.Exception
java.lang.Exceptionboolean isStatic()