Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.facet.config
Class FacetConfiguration

java.lang.Object
  extended by com.liferay.portal.kernel.search.facet.config.FacetConfiguration

public class FacetConfiguration
extends Object


Constructor Summary
FacetConfiguration()
           
 
Method Summary
 String getClassName()
           
 JSONObject getData()
           
 String getDisplayStyle()
          Deprecated. As of 7.0.0, with no direct replacement
 String getFieldName()
           
 String getLabel()
           
 String getOrder()
           
 double getWeight()
           
 boolean isStatic()
           
 void setClassName(String className)
           
 void setDataJSONObject(JSONObject dataJSONObject)
           
 void setDisplayStyle(String displayStyle)
          Deprecated. As of 7.0.0, with no direct replacement
 void setFieldName(String fieldName)
           
 void setLabel(String label)
           
 void setOrder(String order)
           
 void setStatic(boolean isStatic)
           
 void setWeight(double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetConfiguration

public FacetConfiguration()
Method Detail

getClassName

public String getClassName()

getData

public JSONObject getData()

getDisplayStyle

@Deprecated
public String getDisplayStyle()
Deprecated. As of 7.0.0, with no direct replacement


getFieldName

public String getFieldName()

getLabel

public String getLabel()

getOrder

public String getOrder()

getWeight

public double getWeight()

isStatic

public boolean isStatic()

setClassName

public void setClassName(String className)

setDataJSONObject

public void setDataJSONObject(JSONObject dataJSONObject)

setDisplayStyle

@Deprecated
public void setDisplayStyle(String displayStyle)
Deprecated. As of 7.0.0, with no direct replacement


setFieldName

public void setFieldName(String fieldName)

setLabel

public void setLabel(String label)

setOrder

public void setOrder(String order)

setStatic

public void setStatic(boolean isStatic)

setWeight

public void setWeight(double weight)

Liferay 7.0-ce-b4