com.endeca.navigation
Class DimSearchResult

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

Deprecated. This class may not be available in future

public class DimSearchResult
extends Object

Result class for a value search query. Class includes values queried for as well as other information about the query.


Method Summary
 AssocDimLocationsList getResults()
          Deprecated. Gets the results grouped by dimension.
 int getTotalNumResults()
          Deprecated. Gets the total number of value results found even if not all of them were returned because of the parameters of the query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTotalNumResults

public int getTotalNumResults()
Deprecated. 
Gets the total number of value results found even if not all of them were returned because of the parameters of the query.

Returns:
Total number of search results.

getResults

public AssocDimLocationsList getResults()
Deprecated. 
Gets the results grouped by dimension. Returns an empty list if there are no results.

Returns:
The results grouped by dimension.


© 2010 Endeca Technologies, Inc.
Endeca Confidential