org.ow2.weblab.portlet.conf
Class FacetConfigBean

java.lang.Object
  extended by org.ow2.weblab.portlet.conf.FacetConfigBean

public class FacetConfigBean
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_BEAN_NAME
           
static java.lang.String DEFAULT_CONF_FILE
           
protected  java.lang.String facetClass
          Facet properties
protected  java.lang.String facetCountProperty
           
protected  java.util.LinkedList<java.lang.String> facetFieldsList
          List of Lucene fields displayed into portlet.
The list order is kept when displaying fields.
protected  java.util.Map<java.lang.String,java.lang.String> facetFieldsVsStylesList
          List of display styles for Lucene fields.
protected  java.lang.String facetFilterQueryOperatorProperty
           
protected  java.lang.String facetFilterQueryProperty
           
protected  java.util.LinkedList<java.lang.String> facetPieColorsList
          List of colors used for Pie display.
protected  java.lang.String facetValueClass
           
protected  java.lang.String isLinkedToFacet
           
 
Constructor Summary
FacetConfigBean()
           
 
Method Summary
 java.lang.String getFacetClass()
           
 java.lang.String getFacetCountProperty()
           
 java.util.LinkedList<java.lang.String> getFacetFieldsList()
           
 java.util.Map<java.lang.String,java.lang.String> getFacetFieldsVsStylesList()
           
 java.lang.String getFacetFilterQueryOperatorProperty()
           
 java.lang.String getFacetFilterQueryProperty()
           
 java.util.LinkedList<java.lang.String> getFacetPieColorsList()
           
 java.lang.String getFacetValueClass()
           
 java.lang.String getIsLinkedToFacet()
           
 void setFacetClass(java.lang.String facetClass)
           
 void setFacetCountProperty(java.lang.String facetCountProperty)
           
 void setFacetFieldsList(java.util.LinkedList<java.lang.String> facetFieldsList)
           
 void setFacetFieldsVsStylesList(java.util.Map<java.lang.String,java.lang.String> facetFieldsVsStylesList)
           
 void setFacetFilterQueryOperatorProperty(java.lang.String facetFilterQueryOperatorProperty)
           
 void setFacetFilterQueryProperty(java.lang.String facetFilterQueryProperty)
           
 void setFacetPieColorsList(java.util.LinkedList<java.lang.String> facetPieColorsList)
           
 void setFacetValueClass(java.lang.String facetValueClass)
           
 void setIsLinkedToFacet(java.lang.String isLinkedToFacet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FacetConfigBean

public FacetConfigBean()
Method Detail

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.