org.ow2.weblab.portlet.conf
Class FacetConfig

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

public class FacetConfig
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.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.Map<java.lang.String,java.lang.String> facetLabelKey
          Map facet properties to label to be presented
protected  java.util.LinkedList<java.lang.String> facetPieColorsList
          List of colors used for Pie display.
protected  java.util.LinkedList<java.lang.String> facetsList
          List of properties corresponding to properties displayer as facet categories into portlet.
The list order is kept when displaying categories.
protected  java.lang.String facetValueClass
           
protected  java.lang.String isLinkedToFacet
           
 
Constructor Summary
FacetConfig()
           
 
Method Summary
 java.lang.String getFacetClass()
           
 java.lang.String getFacetCountProperty()
           
 java.util.Map<java.lang.String,java.lang.String> getFacetFieldsVsStylesList()
           
 java.lang.String getFacetFilterQueryOperatorProperty()
           
 java.lang.String getFacetFilterQueryProperty()
           
 java.util.Map<java.lang.String,java.lang.String> getFacetLabelKey()
           
 java.util.LinkedList<java.lang.String> getFacetPieColorsList()
           
 java.util.LinkedList<java.lang.String> getFacetsList()
           
 java.lang.String getFacetValueClass()
           
 java.lang.String getIsLinkedToFacet()
           
 void setFacetClass(java.lang.String facetClass)
           
 void setFacetCountProperty(java.lang.String facetCountProperty)
           
 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 setFacetLabelKey(java.util.Map<java.lang.String,java.lang.String> facetLabelKey)
           
 void setFacetPieColorsList(java.util.LinkedList<java.lang.String> facetPieColorsList)
           
 void setFacetsList(java.util.LinkedList<java.lang.String> facetsList)
           
 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

facetsList

protected java.util.LinkedList<java.lang.String> facetsList
List of properties corresponding to properties displayer as facet categories into portlet.
The list order is kept when displaying categories.


facetLabelKey

protected java.util.Map<java.lang.String,java.lang.String> facetLabelKey
Map facet properties to label to be presented


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

FacetConfig

public FacetConfig()
Method Detail

getFacetsList

public java.util.LinkedList<java.lang.String> getFacetsList()

setFacetsList

public void setFacetsList(java.util.LinkedList<java.lang.String> facetsList)

getFacetLabelKey

public java.util.Map<java.lang.String,java.lang.String> getFacetLabelKey()

setFacetLabelKey

public void setFacetLabelKey(java.util.Map<java.lang.String,java.lang.String> facetLabelKey)

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-2012. All Rights Reserved.