de.orangecafe.amazonrcp.service
Interface IAmazonService
- All Known Implementing Classes:
- AmazonWebServiceImpl
public interface IAmazonService
- Author:
- Torsten strasser
search
Items search(ItemSearchRequest itemSearchRequest)
throws ServiceException
- Throws:
ServiceException
createCart
Cart createCart()
throws ServiceException
- Throws:
ServiceException
getCart
Cart getCart(java.lang.String cartId,
java.lang.String hmac)
throws ServiceException
- Throws:
ServiceException
modifyCart
Cart modifyCart(Cart cart)
throws ServiceException
- Throws:
ServiceException
addToCart
void addToCart(java.lang.String cartId,
java.lang.String hmac,
java.util.List<Item> items)
throws ServiceException
- Throws:
ServiceException
clearCart
void clearCart(java.lang.String cartId,
java.lang.String hmac)
throws ServiceException
- Throws:
ServiceException
Copyright © 2007 orange-cafe.de. All Rights Reserved.