com.endeca.navigation
Class DimSearchRefinementConfig

java.lang.Object
  extended by com.endeca.navigation.RefinementConfigBase
      extended by com.endeca.navigation.DimSearchRefinementConfig

public class DimSearchRefinementConfig
extends RefinementConfigBase

Class representing a refinement config for dimension search for a dimension value. The only option available in this class is the ability to turn counts on or off


Field Summary
 
Fields inherited from class com.endeca.navigation.RefinementConfigBase
id, showCounts
 
Constructor Summary
DimSearchRefinementConfig(long dimValId)
          Default constructor where the dimValId sets the dimension value this dynamic refinement config is associated with.
 
Method Summary
 
Methods inherited from class com.endeca.navigation.RefinementConfigBase
getDimValId, getShowCounts, parseDimValId, parseShowCounts, setShowCounts, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimSearchRefinementConfig

public DimSearchRefinementConfig(long dimValId)
Default constructor where the dimValId sets the dimension value this dynamic refinement config is associated with.

Parameters:
dimValId - Specifies what dimension value this dynamic refinement config is associated with.


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.