Interface SearchFacet

All Known Implementing Classes:
BaseJSPSearchFacet, BaseSearchFacet

public interface SearchFacet
  • 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

      void init(long companyId, String searchConfiguration) throws Exception
      Throws:
      Exception
    • init

      void init(long companyId, String searchConfiguration, com.liferay.portal.kernel.search.SearchContext searchContext) throws Exception
      Throws:
      Exception
    • isStatic

      boolean isStatic()