Changes since
the last release

com.ebay.sdk.helper
Class eBayDetailsHelper

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

public class eBayDetailsHelper
extends Object

A helper class to retrieve the available service information of eBayDetails. The eBayDetails are stored in XML resource files which can be retrieved by using API GeteBayDetails.


Method Summary
 Hashtable getDetailEntryMapWithIntValue(SiteCodeType siteId, String detailName)
          Method to retrieve the entry map for a given name of eBay Detail.
 Hashtable getDetailEntryMapWithStringValue(SiteCodeType siteId, String detailName)
          Method to retrieve the entry map for a given name of eBay Detail.
 Document geteBayDetailsDocument(SiteCodeType siteId)
          Method to get the XML resource of eBayDetails for a given site.
static eBayDetailsHelper getInstance()
          Return an instance of eBayDetailsHelper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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

Returns:
eBayDetailsHelper

geteBayDetailsDocument

public Document geteBayDetailsDocument(SiteCodeType siteId)
Method to get the XML resource of eBayDetails for a given site.

Parameters:
siteId - SiteCodeType
Returns:
Document

getDetailEntryMapWithIntValue

public Hashtable getDetailEntryMapWithIntValue(SiteCodeType siteId,
                                               String detailName)
Method to retrieve the entry map for a given name of eBay Detail. Each entry in the map has a Value of integer.

Parameters:
siteId - SiteCodeType
detailName - String
Returns:
Hashtable

getDetailEntryMapWithStringValue

public Hashtable getDetailEntryMapWithStringValue(SiteCodeType siteId,
                                                  String detailName)
Method to retrieve the entry map for a given name of eBay Detail. Each entry in the map has a Value of String.

Parameters:
siteId - SiteCodeType
detailName - String
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.