Uses of Class
de.orangecafe.amazonrcp.service.ServiceException

Packages that use ServiceException
de.orangecafe.amazonrcp.helper   
de.orangecafe.amazonrcp.service   
de.orangecafe.amazonrcp.service.impl   
 

Uses of ServiceException in de.orangecafe.amazonrcp.helper
 

Methods in de.orangecafe.amazonrcp.helper that throw ServiceException
 Cart CartHolder.getCart()
           
 

Uses of ServiceException in de.orangecafe.amazonrcp.service
 

Methods in de.orangecafe.amazonrcp.service that throw ServiceException
 void IAmazonService.addToCart(java.lang.String cartId, java.lang.String hmac, java.util.List<Item> items)
           
 void IAmazonService.clearCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart IAmazonService.createCart()
           
 Cart IAmazonService.getCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart IAmazonService.modifyCart(Cart cart)
           
 Items IAmazonService.search(ItemSearchRequest itemSearchRequest)
           
 

Uses of ServiceException in de.orangecafe.amazonrcp.service.impl
 

Methods in de.orangecafe.amazonrcp.service.impl that throw ServiceException
 void AmazonWebServiceImpl.addToCart(java.lang.String cartId, java.lang.String hmac, java.util.List<Item> items)
           
 void AmazonWebServiceImpl.clearCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart AmazonWebServiceImpl.createCart()
           
 Cart AmazonWebServiceImpl.getCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart AmazonWebServiceImpl.modifyCart(Cart cart)
           
 Items AmazonWebServiceImpl.search(ItemSearchRequest itemSearchRequest)
           
 



Copyright © 2007 orange-cafe.de. All Rights Reserved.