com.endeca.navigation
Class NavStateSearchResult

java.lang.Object
  extended by com.endeca.navigation.NavStateSearchResult

public class NavStateSearchResult
extends Object

Class encapsulating the results from a dimension value intersection search.


Method Summary
 AssocNavigationRefsList getResults()
          Gets the intersection grouped by the intersections that share the same intersection of dimensions.
 long getTotalNumResults()
          Gets the total number of results from this query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResults

public AssocNavigationRefsList getResults()
Gets the intersection grouped by the intersections that share the same intersection of dimensions.

Returns:
The intersections, as an AssocNavigationRefsList. If there are none, an empty AssocNavigationRefsList is returned.

getTotalNumResults

public long getTotalNumResults()
Gets the total number of results from this query.

Returns:
Number of results.


© 2011 Endeca Technologies, Inc.
Endeca Confidential