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

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

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

Classes in com.elasticpath.sfweb.ajax.bean.impl that implement GuidedSkuSelectionBean
 class GuidedSkuSelectionBeanImpl
          This bean is used for transfering data to the client from the SkuConfigurationService.
 

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

Methods in com.elasticpath.sfweb.ajax.service that return GuidedSkuSelectionBean
 GuidedSkuSelectionBean SkuConfigurationService.getSkuWithMatchingOptionValues(long productUid, java.util.List optionValueCodes, java.lang.String currencyCode, long shoppingCartUid)
          Gets a SKU matches the specifiec option value codes.
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl that return GuidedSkuSelectionBean
 GuidedSkuSelectionBean SkuConfigurationServiceImpl.getSkuWithMatchingOptionValues(long productUid, java.util.List optionValueCodes, java.lang.String currencyCode, long shoppingCartUid)
          Gets a SKU matches the specifiec option value codes.