Uses of Interface
com.elasticpath.sfweb.ajax.bean.SkuConfigurationBean

Packages that use SkuConfigurationBean
com.elasticpath.sfweb.ajax.bean.impl   
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
 

Uses of SkuConfigurationBean in com.elasticpath.sfweb.ajax.bean.impl
 

Classes in com.elasticpath.sfweb.ajax.bean.impl that implement SkuConfigurationBean
 class SkuConfigurationBeanImpl
          The default implementation of SkuConfigurationBean.
 

Uses of SkuConfigurationBean in com.elasticpath.sfweb.ajax.service
 

Methods in com.elasticpath.sfweb.ajax.service that return SkuConfigurationBean
 SkuConfigurationBean SkuConfigurationService.getSkuConfigurationBean(long productUid)
          Retrieve the multi-sku configuration options for a given product.
 

Uses of SkuConfigurationBean in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl that return SkuConfigurationBean
 SkuConfigurationBean SkuConfigurationServiceImpl.getSkuConfigurationBean(long productUid)
          Retrieve the multi-sku configuration options for a given product.