atg.commerce.search.refinement
Class CommerceFacetSearchResponse

java.lang.Object
  extended by atg.repository.search.refinement.FacetSearchResponse
      extended by atg.commerce.search.refinement.CommerceFacetSearchResponse

Deprecated. As of release 9.0 - refer to FacetSearchTools

public class CommerceFacetSearchResponse
extends FacetSearchResponse


Field Summary
static java.lang.String CLASS_VERSION
          Deprecated. Class version string
 
Constructor Summary
CommerceFacetSearchResponse()
          Deprecated.  
 
Method Summary
 java.lang.String getLeastCommonCategoryId()
          Deprecated. Gets the ID of the least common category for the refinements returned by a query request
 void setLeastCommonCategoryId(java.lang.String pLeastCommonCategoryId)
          Deprecated. Sets the ID of the least common category for the refinements returned by a query
 
Methods inherited from class atg.repository.search.refinement.FacetSearchResponse
getAvailableFacets, getClientRequest, getFacetSearchRequest, getMatchingItems, getNumResultsReturned, getPageNum, getRequestXml, getResponseXml, getSearchResults, getTotalPages, getTotalResults, setAvailableFacets, setClientRequest, setFacetSearchRequest, setMatchingItems, setNumResultsReturned, setPageNum, setRequestXml, setSearchResults, setTotalPages, setTotalResults, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Deprecated. 
Class version string

Constructor Detail

CommerceFacetSearchResponse

public CommerceFacetSearchResponse()
Deprecated. 
Method Detail

getLeastCommonCategoryId

public java.lang.String getLeastCommonCategoryId()
Deprecated. 
Gets the ID of the least common category for the refinements returned by a query request

Returns:
The category Id of the least common category.

setLeastCommonCategoryId

public void setLeastCommonCategoryId(java.lang.String pLeastCommonCategoryId)
Deprecated. 
Sets the ID of the least common category for the refinements returned by a query

Parameters:
pLeastCommonCategoryId - The least common category ID to set