Changes since
the last release

com.ebay.sdk.helper
Class ShippingServiceHelper

java.lang.Object
  extended by com.ebay.sdk.helper.ShippingServiceHelper

public class ShippingServiceHelper
extends Object

A helper class to retrieve the available ShippingServices for a given site.


Field Summary
static String CALCULATED_SHIPPING_METHODS
           
static String FLAT_SHIPPING_METHODS
           
static String INTL_CALCULATED_SHIPPING_SERVICES
           
static String INTL_FLATRATE_SHIPPING_SERVICES
           
static String SHIP_TO_LOCATION
           
static String SHIPPING_SERVICE
           
 
Method Summary
 Hashtable getDomesticShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available domestic ShippingServices for a given site.
static ShippingServiceHelper getInstance()
          Return an instance of ShippingServiceHelper.
 Hashtable getInternalShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available InternaltionalShippingServices for a given site.
 Hashtable getShippingServiceMap(SiteCodeType siteId)
          Return a map of all ShippingServices for a given site.
 Hashtable getShipToLocationMap(SiteCodeType siteId)
          Reurn a map of the ShipToLocations for a given site.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALCULATED_SHIPPING_METHODS

public static String CALCULATED_SHIPPING_METHODS

FLAT_SHIPPING_METHODS

public static String FLAT_SHIPPING_METHODS

INTL_CALCULATED_SHIPPING_SERVICES

public static String INTL_CALCULATED_SHIPPING_SERVICES

INTL_FLATRATE_SHIPPING_SERVICES

public static String INTL_FLATRATE_SHIPPING_SERVICES

SHIPPING_SERVICE

public static String SHIPPING_SERVICE

SHIP_TO_LOCATION

public static String SHIP_TO_LOCATION
Method Detail

getInstance

public static ShippingServiceHelper getInstance()
Return an instance of ShippingServiceHelper.

Returns:
ShippingServiceHelper

getDomesticShippingServiceMap

public Hashtable getDomesticShippingServiceMap(SiteCodeType siteId,
                                               ShippingTypeCodeType shippingType)
Return a map of the available domestic ShippingServices for a given site.

Parameters:
siteId - SiteCodeType
shippingType - ShippingTypeCodeType
Returns:
Hashtable

getInternalShippingServiceMap

public Hashtable getInternalShippingServiceMap(SiteCodeType siteId,
                                               ShippingTypeCodeType shippingType)
Return a map of the available InternaltionalShippingServices for a given site.

Parameters:
siteId - SiteCodeType
shippingType - ShippingTypeCodeType
Returns:
Hashtable

getShippingServiceMap

public Hashtable getShippingServiceMap(SiteCodeType siteId)
Return a map of all ShippingServices for a given site.

Parameters:
siteId - SiteCodeType
Returns:
Hashtable

getShipToLocationMap

public Hashtable getShipToLocationMap(SiteCodeType siteId)
Reurn a map of the ShipToLocations for a given site.

Parameters:
siteId - SiteCodeType
Returns:
Hashtable

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.