Uses of Interface
com.elasticpath.domain.skuconfiguration.SkuOption

Packages that use SkuOption
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.skuconfiguration.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of SkuOption in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog with parameters of type SkuOption
 SkuOptionValue ProductSku.getSkuOptionValue(SkuOption skuOption)
          Returns the value of the given SkuOption.
 void ProductSku.setSkuOptionValue(SkuOption skuOption, java.lang.String valueCode)
          Sets the sku option value to the one corresponding given value code.
 

Uses of SkuOption in com.elasticpath.domain.catalog.impl
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type SkuOption
 SkuOptionValue ProductSkuImpl.getSkuOptionValue(SkuOption skuOption)
          Returns the value of the given SkuOption.
 void ProductSkuImpl.setSkuOptionValue(SkuOption skuOption, java.lang.String valueCode)
          Sets the sku option value to the one corresponding given value code.
 

Uses of SkuOption in com.elasticpath.domain.skuconfiguration.impl
 

Classes in com.elasticpath.domain.skuconfiguration.impl that implement SkuOption
 class SkuOptionImpl
          Represents a SKU option that can be configured.
 

Uses of SkuOption in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that return SkuOption
 SkuOption SkuOptionService.add(SkuOption skuOption)
          Adds the given sku option.
 SkuOption SkuOptionService.addOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Add the sku option value.
 SkuOption SkuOptionService.findByKey(java.lang.String key)
          Find the sku option with the given key.
 SkuOption SkuOptionService.get(long skuOptionUid)
          Get the sku option with the given UID.
 SkuOption SkuOptionService.load(long skuOptionUid)
          Load the sku option with the given UID.
 SkuOption SkuOptionService.removeOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Delete the sku option value.
 SkuOption SkuOptionService.update(SkuOption skuOption)
          Updates the given sku option.
 

Methods in com.elasticpath.service.catalog with parameters of type SkuOption
 SkuOption SkuOptionService.add(SkuOption skuOption)
          Adds the given sku option.
 SkuOption SkuOptionService.addOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Add the sku option value.
 boolean SkuOptionService.keyExists(SkuOption skuOption)
          Check whether the given sku option's key exists or not.
 void SkuOptionService.remove(SkuOption skuOption)
          Delete the sku option.
 SkuOption SkuOptionService.removeOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Delete the sku option value.
 void SkuOptionService.saveOrUpdate(SkuOption skuOption)
          Save or update the given skuOption.
 SkuOption SkuOptionService.update(SkuOption skuOption)
          Updates the given sku option.
 

Uses of SkuOption in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl that return SkuOption
 SkuOption SkuOptionServiceImpl.add(SkuOption skuOption)
          Adds the given sku option.
 SkuOption SkuOptionServiceImpl.addOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Add the sku option value.
 SkuOption SkuOptionServiceImpl.findByKey(java.lang.String key)
          Find the sku option with the given key.
 SkuOption SkuOptionServiceImpl.get(long skuOptionUid)
          Get the sku option with the given UID.
 SkuOption SkuOptionServiceImpl.load(long skuOptionUid)
          Load the sku option with the given UID.
 SkuOption SkuOptionServiceImpl.removeOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Delete the sku option value.
 SkuOption SkuOptionServiceImpl.update(SkuOption skuOption)
          Updates the given sku option.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type SkuOption
 SkuOption SkuOptionServiceImpl.add(SkuOption skuOption)
          Adds the given sku option.
 SkuOption SkuOptionServiceImpl.addOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Add the sku option value.
 boolean SkuOptionServiceImpl.keyExists(SkuOption skuOption)
          Check whether the given sku option's key exists or not.
 void SkuOptionServiceImpl.remove(SkuOption skuOption)
          Delete the sku option.
 SkuOption SkuOptionServiceImpl.removeOptionValue(SkuOptionValue skuOptionValue, SkuOption skuOption)
          Delete the sku option value.
 void SkuOptionServiceImpl.saveOrUpdate(SkuOption skuOption)
          Save or update the given skuOption.
 SkuOption SkuOptionServiceImpl.update(SkuOption skuOption)
          Updates the given sku option.