Uses of Interface
com.elasticpath.domain.shoppingcart.ViewHistoryProduct

Packages that use ViewHistoryProduct
com.elasticpath.domain.shoppingcart   
com.elasticpath.domain.shoppingcart.impl   
 

Uses of ViewHistoryProduct in com.elasticpath.domain.shoppingcart
 

Methods in com.elasticpath.domain.shoppingcart that return ViewHistoryProduct
 ViewHistoryProduct ViewHistory.getLastViewedHistoryProduct()
          Get the most recently viewed product.
 

Uses of ViewHistoryProduct in com.elasticpath.domain.shoppingcart.impl
 

Classes in com.elasticpath.domain.shoppingcart.impl that implement ViewHistoryProduct
 class ViewHistoryProductImpl
          This represents a product recently viewed by the user.
 

Methods in com.elasticpath.domain.shoppingcart.impl that return ViewHistoryProduct
 ViewHistoryProduct ViewHistoryImpl.getLastViewedHistoryProduct()
          Get the most recently viewed product.