Uses of Interface
com.elasticpath.domain.catalogview.CatalogViewResult

Packages that use CatalogViewResult
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.browsing   
com.elasticpath.domain.catalogview.browsing.impl   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.domain.catalogview.search   
com.elasticpath.domain.catalogview.search.impl   
com.elasticpath.sfweb.viewbean   
com.elasticpath.sfweb.viewbean.impl   
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview
 

Methods in com.elasticpath.domain.catalogview that return CatalogViewResult
 CatalogViewResult CatalogViewResultHistory.addRequest(CatalogViewRequest request)
          Add the given catalog view request and returns a catalog view result.
 CatalogViewResult CatalogViewResultHistory.getLastResult()
          Returns the last catalog view result.
 

Methods in com.elasticpath.domain.catalogview with parameters of type CatalogViewResult
 void CatalogViewResult.replicateData(CatalogViewResult catalogViewResult)
          Replicate the data to this CatalogViewResult from the given CatalogViewResult.
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview.browsing
 

Subinterfaces of CatalogViewResult in com.elasticpath.domain.catalogview.browsing
 interface BrowsingResult
          Represents a catalog browsing result.
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview.browsing.impl
 

Classes in com.elasticpath.domain.catalogview.browsing.impl that implement CatalogViewResult
 class BrowsingResultImpl
          Represents a default implementation of BrowsingResult.
 

Methods in com.elasticpath.domain.catalogview.browsing.impl with parameters of type CatalogViewResult
 void BrowsingResultImpl.replicateData(CatalogViewResult catalogViewResult)
          Replicate the data to this CatalogViewResult from the given CatalogViewResult.
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview.impl
 

Classes in com.elasticpath.domain.catalogview.impl that implement CatalogViewResult
 class AbstractCatalogViewResultImpl
          This is an abstract implementation of CatalogViewResult.
 

Methods in com.elasticpath.domain.catalogview.impl that return CatalogViewResult
 CatalogViewResult CatalogViewResultHistoryImpl.addRequest(CatalogViewRequest newRequest)
          Add the given catalog view request and returns a catalog view result.
 CatalogViewResult CatalogViewResultHistoryImpl.getLastResult()
          Returns the last catalog view result.
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type CatalogViewResult
 void AbstractCatalogViewResultImpl.replicateData(CatalogViewResult catalogViewResult)
          Replicate the data to this CatalogViewResult from the given CatalogViewResult.
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview.search
 

Subinterfaces of CatalogViewResult in com.elasticpath.domain.catalogview.search
 interface SearchResult
          Represents a search result.
 

Uses of CatalogViewResult in com.elasticpath.domain.catalogview.search.impl
 

Classes in com.elasticpath.domain.catalogview.search.impl that implement CatalogViewResult
 class SearchResultImpl
          Represents a default implementation of SearchResult.
 

Uses of CatalogViewResult in com.elasticpath.sfweb.viewbean
 

Methods in com.elasticpath.sfweb.viewbean that return CatalogViewResult
 CatalogViewResult ProductViewBean.getCurrentCatalogViewResult()
          Returns the current catalog view result.
 CatalogViewResult CatalogViewResultBean.getCurrentCatalogViewResult()
          Returns the current catalog view result.
 

Methods in com.elasticpath.sfweb.viewbean with parameters of type CatalogViewResult
 void ProductViewBean.setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
          Sets the current catalog view result.
 void CatalogViewResultBean.setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
          Sets the current catalog view result.
 

Uses of CatalogViewResult in com.elasticpath.sfweb.viewbean.impl
 

Methods in com.elasticpath.sfweb.viewbean.impl that return CatalogViewResult
 CatalogViewResult ProductViewBeanImpl.getCurrentCatalogViewResult()
          Returns the current catalog view result.
 CatalogViewResult CatalogViewResultBeanImpl.getCurrentCatalogViewResult()
          Returns the current catalog view result.
 

Methods in com.elasticpath.sfweb.viewbean.impl with parameters of type CatalogViewResult
 void ProductViewBeanImpl.setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
          Sets the current catalog view result.
 void CatalogViewResultBeanImpl.setCurrentCatalogViewResult(CatalogViewResult catalogViewResult)
          Sets the current catalog view result.