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

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

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

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

Uses of CategoryAjaxBean in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice that return CategoryAjaxBean
 CategoryAjaxBean CatalogAjaxService.getCategoryAjaxBean(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 CategoryAjaxBean in com.elasticpath.cmweb.ajaxservice.impl
 

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