Uses of Class
com.elasticpath.commons.exception.DuplicateKeyException

Packages that use DuplicateKeyException
com.elasticpath.service.attribute   
com.elasticpath.service.attribute.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of DuplicateKeyException in com.elasticpath.service.attribute
 

Methods in com.elasticpath.service.attribute that throw DuplicateKeyException
 Attribute AttributeService.add(Attribute attribute)
          Adds the given attribute.
 void AttributeService.update(Attribute attribute)
          Updates the given attribute.
 

Uses of DuplicateKeyException in com.elasticpath.service.attribute.impl
 

Methods in com.elasticpath.service.attribute.impl that throw DuplicateKeyException
 Attribute AttributeServiceImpl.add(Attribute attribute)
          Adds the given attribute.
 void AttributeServiceImpl.update(Attribute attribute)
          Updates the given attribute.
 

Uses of DuplicateKeyException in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that throw DuplicateKeyException
 CategoryType CategoryTypeService.add(CategoryType categoryType)
          Adds the given attribute.
 ProductType ProductTypeService.add(ProductType productType)
          Adds the given attribute.
 void CategoryTypeService.update(CategoryType categoryType)
          Updates the given categoryType.
 void ProductTypeService.update(ProductType productType)
          Updates the given productType.
 

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

Methods in com.elasticpath.service.catalog.impl that throw DuplicateKeyException
 CategoryType CategoryTypeServiceImpl.add(CategoryType categoryType)
          Adds the given attribute.
 ProductType ProductTypeServiceImpl.add(ProductType productType)
          Adds the given attribute.
 void ProductSkuServiceImpl.saveOrUpdate(ProductSku sku)
          Save or update the given product sku.
 void CategoryTypeServiceImpl.update(CategoryType categoryType)
          Updates the given CategoryType.
 void ProductTypeServiceImpl.update(ProductType productType)
          Updates the given ProductType.