Uses of Class
com.amazon.webservices.awsecommerceservice._2007_04_04.Cart

Packages that use Cart
com.amazon.webservices.awsecommerceservice._2007_04_04   
de.orangecafe.amazonrcp.helper   
de.orangecafe.amazonrcp.service   
de.orangecafe.amazonrcp.service.impl   
 

Uses of Cart in com.amazon.webservices.awsecommerceservice._2007_04_04
 

Fields in com.amazon.webservices.awsecommerceservice._2007_04_04 with type parameters of type Cart
protected  java.util.List<Cart> CartModifyResponse.cart
           
protected  java.util.List<Cart> CartGetResponse.cart
           
protected  java.util.List<Cart> CartCreateResponse.cart
           
protected  java.util.List<Cart> CartClearResponse.cart
           
protected  java.util.List<Cart> CartAddResponse.cart
           
 

Methods in com.amazon.webservices.awsecommerceservice._2007_04_04 that return Cart
 Cart ObjectFactory.createCart()
          Create an instance of Cart
 

Methods in com.amazon.webservices.awsecommerceservice._2007_04_04 that return types with arguments of type Cart
 java.util.List<Cart> CartModifyResponse.getCart()
          Gets the value of the cart property.
 java.util.List<Cart> CartGetResponse.getCart()
          Gets the value of the cart property.
 java.util.List<Cart> CartCreateResponse.getCart()
          Gets the value of the cart property.
 java.util.List<Cart> CartClearResponse.getCart()
          Gets the value of the cart property.
 java.util.List<Cart> CartAddResponse.getCart()
          Gets the value of the cart property.
 

Uses of Cart in de.orangecafe.amazonrcp.helper
 

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

Uses of Cart in de.orangecafe.amazonrcp.service
 

Methods in de.orangecafe.amazonrcp.service that return Cart
 Cart IAmazonService.createCart()
           
 Cart IAmazonService.getCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart IAmazonService.modifyCart(Cart cart)
           
 

Methods in de.orangecafe.amazonrcp.service with parameters of type Cart
 Cart IAmazonService.modifyCart(Cart cart)
           
 

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

Methods in de.orangecafe.amazonrcp.service.impl that return Cart
 Cart AmazonWebServiceImpl.createCart()
           
 Cart AmazonWebServiceImpl.getCart(java.lang.String cartId, java.lang.String hmac)
           
 Cart AmazonWebServiceImpl.modifyCart(Cart cart)
           
 

Methods in de.orangecafe.amazonrcp.service.impl with parameters of type Cart
 Cart AmazonWebServiceImpl.modifyCart(Cart cart)
           
 



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