| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.cmweb.ajaxservice.impl.SkuConfigurationServiceImpl
public class SkuConfigurationServiceImpl
Provides services relating to Sku Configuration for the Commerce Manager.
| Constructor Summary | |
|---|---|
| SkuConfigurationServiceImpl() | |
| Method Summary | |
|---|---|
|  java.util.Map | getSkuUsageMap(long productUid)Retreive the multi-sku mappings for a given product. | 
|  void | setProductService(ProductService productService)Set a reference to the product service. | 
| Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl | 
|---|
| getElasticPath, setElasticPath | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.elasticpath.service.EpService | 
|---|
| getElasticPath, setElasticPath | 
| Constructor Detail | 
|---|
public SkuConfigurationServiceImpl()
| Method Detail | 
|---|
public java.util.Map getSkuUsageMap(long productUid)
getSkuUsageMap in interface SkuConfigurationServiceproductUid - The uid of the product
Map containing nested mappings of optionValueKeys to maps of available optionValueKeys and count of options in usepublic void setProductService(ProductService productService)
setProductService in interface SkuConfigurationServiceproductService - the product service| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||