Changes since
the last release

com.ebay.sdk.helper
Class eBayDetailsHelper1

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

public class eBayDetailsHelper1
extends Object


Method Summary
 CountryDetailsType[] getCountryDetails()
           
 CountryDetailsType getCountryDetailsByCountryCode(CountryCodeType countryCode)
           
 CurrencyDetailsType[] getCurrencyDetails()
           
 CurrencyDetailsType getCurrencyDetailsByCurrencyCode(CurrencyCodeType currencyCode)
           
 DispatchTimeMaxDetailsType[] getDispatchTimeMaxDetails()
           
 DispatchTimeMaxDetailsType getDispatchTimeMaxDetailsByDispatchTimeMax(Integer dispatchTimeMax)
           
static eBayDetailsHelper1 getInstance(ApiContext context)
           
 PaymentOptionDetailsType getPaymentOptionDetailsBySiteAndPaymentMethod(SiteCodeType site, BuyerPaymentMethodCodeType paymentMethod)
           
 PaymentOptionDetailsType[] getPaymentOptionDetailsForSite(SiteCodeType site)
           
 RegionDetailsType getRegionDetailsBySiteAndRegionID(SiteCodeType site, String regionId)
           
 RegionDetailsType[] getRegionDetailsForSite(SiteCodeType site)
           
 ShippingLocationDetailsType[] getShippingLocationDetails()
           
 ShippingServiceDetailsType getShippingServiceDetailsBySiteAndShippingServiceID(SiteCodeType site, Integer shippingServiceID)
           
 ShippingServiceDetailsType[] getShippingServiceDetailsForSite(SiteCodeType site)
           
 SiteDetailsType[] getSiteDetails()
           
 SiteDetailsType getSiteDetailsBySite(SiteCodeType site)
           
 TaxJurisdictionType getTaxJurisdictionDetailsBySiteAndJurisdictionID(SiteCodeType site, String jurisdictionID)
           
 TaxJurisdictionType[] getTaxJurisdictionDetailsForSite(SiteCodeType site)
           
 TimeZoneDetailsType[] getTimeZoneDetails()
           
 CountryDetailsType getTimeZoneDetailsByZone(String zoneId)
           
 URLDetailsType getURLDetailsBySiteAndURLType(SiteCodeType site, URLTypeCodeType URLType)
           
 URLDetailsType[] getURLDetailsForSite(SiteCodeType site)
           
 ShippingLocationDetailsType loadShippingLocationDetailsByShippingLocation(String shippingLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static eBayDetailsHelper1 getInstance(ApiContext context)
                                      throws SdkException,
                                             Exception
Throws:
SdkException
Exception

getPaymentOptionDetailsForSite

public PaymentOptionDetailsType[] getPaymentOptionDetailsForSite(SiteCodeType site)
                                                          throws SdkException,
                                                                 Exception
Throws:
SdkException
Exception

getPaymentOptionDetailsBySiteAndPaymentMethod

public PaymentOptionDetailsType getPaymentOptionDetailsBySiteAndPaymentMethod(SiteCodeType site,
                                                                              BuyerPaymentMethodCodeType paymentMethod)
                                                                       throws SdkException,
                                                                              Exception
Throws:
SdkException
Exception

getRegionDetailsForSite

public RegionDetailsType[] getRegionDetailsForSite(SiteCodeType site)
                                            throws SdkException,
                                                   Exception
Throws:
SdkException
Exception

getRegionDetailsBySiteAndRegionID

public RegionDetailsType getRegionDetailsBySiteAndRegionID(SiteCodeType site,
                                                           String regionId)
                                                    throws SdkException,
                                                           Exception
Throws:
SdkException
Exception

getShippingServiceDetailsForSite

public ShippingServiceDetailsType[] getShippingServiceDetailsForSite(SiteCodeType site)
                                                              throws SdkException,
                                                                     Exception
Throws:
SdkException
Exception

getShippingServiceDetailsBySiteAndShippingServiceID

public ShippingServiceDetailsType getShippingServiceDetailsBySiteAndShippingServiceID(SiteCodeType site,
                                                                                      Integer shippingServiceID)
                                                                               throws SdkException,
                                                                                      Exception
Throws:
SdkException
Exception

getTaxJurisdictionDetailsForSite

public TaxJurisdictionType[] getTaxJurisdictionDetailsForSite(SiteCodeType site)
                                                       throws SdkException,
                                                              Exception
Throws:
SdkException
Exception

getTaxJurisdictionDetailsBySiteAndJurisdictionID

public TaxJurisdictionType getTaxJurisdictionDetailsBySiteAndJurisdictionID(SiteCodeType site,
                                                                            String jurisdictionID)
                                                                     throws SdkException,
                                                                            Exception
Throws:
SdkException
Exception

getURLDetailsForSite

public URLDetailsType[] getURLDetailsForSite(SiteCodeType site)
                                      throws SdkException,
                                             Exception
Throws:
SdkException
Exception

getURLDetailsBySiteAndURLType

public URLDetailsType getURLDetailsBySiteAndURLType(SiteCodeType site,
                                                    URLTypeCodeType URLType)
                                             throws SdkException,
                                                    Exception
Throws:
SdkException
Exception

getTimeZoneDetailsByZone

public CountryDetailsType getTimeZoneDetailsByZone(String zoneId)

getTimeZoneDetails

public TimeZoneDetailsType[] getTimeZoneDetails()

loadShippingLocationDetailsByShippingLocation

public ShippingLocationDetailsType loadShippingLocationDetailsByShippingLocation(String shippingLocation)

getShippingLocationDetails

public ShippingLocationDetailsType[] getShippingLocationDetails()

getSiteDetailsBySite

public SiteDetailsType getSiteDetailsBySite(SiteCodeType site)

getSiteDetails

public SiteDetailsType[] getSiteDetails()

getDispatchTimeMaxDetailsByDispatchTimeMax

public DispatchTimeMaxDetailsType getDispatchTimeMaxDetailsByDispatchTimeMax(Integer dispatchTimeMax)

getDispatchTimeMaxDetails

public DispatchTimeMaxDetailsType[] getDispatchTimeMaxDetails()

getCurrencyDetailsByCurrencyCode

public CurrencyDetailsType getCurrencyDetailsByCurrencyCode(CurrencyCodeType currencyCode)

getCurrencyDetails

public CurrencyDetailsType[] getCurrencyDetails()

getCountryDetailsByCountryCode

public CountryDetailsType getCountryDetailsByCountryCode(CountryCodeType countryCode)

getCountryDetails

public CountryDetailsType[] getCountryDetails()

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.