Uses of Interface
com.elasticpath.cmweb.ajaxbean.ProductAjaxBean

Packages that use ProductAjaxBean
com.elasticpath.cmweb.ajaxbean.impl   
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
 

Uses of ProductAjaxBean in com.elasticpath.cmweb.ajaxbean.impl
 

Classes in com.elasticpath.cmweb.ajaxbean.impl that implement ProductAjaxBean
 class ProductAjaxBeanImpl
          This bean provides access to product-related data needed for display in the Javascript UI.
 

Uses of ProductAjaxBean in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice that return ProductAjaxBean
 ProductAjaxBean CatalogAjaxService.getProductAjaxBean(long uidPk)
          Get a bean containing a domain layer product object as well as other data needed for display on the Javascript UI.
 

Uses of ProductAjaxBean in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl that return ProductAjaxBean
 ProductAjaxBean CatalogAjaxServiceImpl.getProductAjaxBean(long uidPk)
          Get a bean containing a domain layer product object as well as other data needed for display on the Javascript UI.