org.ow2.weblab.portlet.conf
Class FacetConfigBean
java.lang.Object
org.ow2.weblab.portlet.conf.FacetConfigBean
public class FacetConfigBean
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONF_FILE
public static java.lang.String DEFAULT_CONF_FILE
DEFAULT_BEAN_NAME
public static java.lang.String DEFAULT_BEAN_NAME
facetFieldsList
protected java.util.LinkedList<java.lang.String> facetFieldsList
- List of Lucene fields displayed into portlet.
The list order is kept when displaying fields.
facetFieldsVsStylesList
protected java.util.Map<java.lang.String,java.lang.String> facetFieldsVsStylesList
- List of display styles for Lucene fields.
facetPieColorsList
protected java.util.LinkedList<java.lang.String> facetPieColorsList
- List of colors used for Pie display.
facetClass
protected java.lang.String facetClass
- Facet properties
facetValueClass
protected java.lang.String facetValueClass
isLinkedToFacet
protected java.lang.String isLinkedToFacet
facetCountProperty
protected java.lang.String facetCountProperty
facetFilterQueryProperty
protected java.lang.String facetFilterQueryProperty
facetFilterQueryOperatorProperty
protected java.lang.String facetFilterQueryOperatorProperty
FacetConfigBean
public FacetConfigBean()
getFacetFieldsList
public java.util.LinkedList<java.lang.String> getFacetFieldsList()
- Returns:
- the facetFieldsList
setFacetFieldsList
public void setFacetFieldsList(java.util.LinkedList<java.lang.String> facetFieldsList)
- Parameters:
facetFieldsList - the facetFieldsList to set
getFacetFieldsVsStylesList
public java.util.Map<java.lang.String,java.lang.String> getFacetFieldsVsStylesList()
- Returns:
- the facetFieldsVsStylesList
setFacetFieldsVsStylesList
public void setFacetFieldsVsStylesList(java.util.Map<java.lang.String,java.lang.String> facetFieldsVsStylesList)
- Parameters:
facetFieldsVsStylesList - the facetFieldsVsStylesList to set
getFacetPieColorsList
public java.util.LinkedList<java.lang.String> getFacetPieColorsList()
setFacetPieColorsList
public void setFacetPieColorsList(java.util.LinkedList<java.lang.String> facetPieColorsList)
getFacetClass
public java.lang.String getFacetClass()
- Returns:
- the facetClass
setFacetClass
public void setFacetClass(java.lang.String facetClass)
- Parameters:
facetClass - the facetClass to set
getFacetValueClass
public java.lang.String getFacetValueClass()
- Returns:
- the facetValueClass
setFacetValueClass
public void setFacetValueClass(java.lang.String facetValueClass)
- Parameters:
facetValueClass - the facetValueClass to set
getIsLinkedToFacet
public java.lang.String getIsLinkedToFacet()
- Returns:
- the isLinkedToFacet
setIsLinkedToFacet
public void setIsLinkedToFacet(java.lang.String isLinkedToFacet)
- Parameters:
isLinkedToFacet - the isLinkedToFacet to set
getFacetCountProperty
public java.lang.String getFacetCountProperty()
- Returns:
- the facetCountProperty
setFacetCountProperty
public void setFacetCountProperty(java.lang.String facetCountProperty)
- Parameters:
facetCountProperty - the facetCountProperty to set
getFacetFilterQueryProperty
public java.lang.String getFacetFilterQueryProperty()
- Returns:
- the facetFilterQueryProperty
setFacetFilterQueryProperty
public void setFacetFilterQueryProperty(java.lang.String facetFilterQueryProperty)
- Parameters:
facetFilterQueryProperty - the facetFilterQueryProperty to set
getFacetFilterQueryOperatorProperty
public java.lang.String getFacetFilterQueryOperatorProperty()
- Returns:
- the facetFilterQueryOperatorProperty
setFacetFilterQueryOperatorProperty
public void setFacetFilterQueryOperatorProperty(java.lang.String facetFilterQueryOperatorProperty)
- Parameters:
facetFilterQueryOperatorProperty - the facetFilterQueryOperatorProperty to set
Copyright © 2004-2011. All Rights Reserved.