Changes since
the last release

com.ebay.sdk.helper
Class GetCategoryFeaturesHelper

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

public class GetCategoryFeaturesHelper
extends java.lang.Object


Constructor Summary
GetCategoryFeaturesHelper(ApiContext apiContext)
           
GetCategoryFeaturesHelper(ApiContext apiContext, java.lang.String categoryId, java.lang.Integer levelLimit, java.lang.Boolean viewAllModes, FeatureIDCodeType[] featureIDs)
           
 
Method Summary
 CategoryFeatureType getCategoryFeature(CategoryType category)
           
 CategoryFeatureType getCategoryFeature(SiteCodeType site, CategoryType category)
           
 java.lang.String getCategoryVersion()
           
 java.lang.String getCategoryVersion(SiteCodeType site)
           
 SiteCodeType getCurrentSite()
           
 SiteDefaultsType getSiteDefaults()
           
 SiteDefaultsType getSiteDefaults(SiteCodeType site)
           
 FeatureDefinitionsType getSiteFeatures()
           
 FeatureDefinitionsType getSiteFeatures(SiteCodeType site)
           
 boolean hasCategoryFeatures(SiteCodeType site)
           
 void loadCategoryFeatures(ApiContext apiContext)
           
 void loadCategoryFeatures(SiteCodeType site)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCategoryFeaturesHelper

public GetCategoryFeaturesHelper(ApiContext apiContext)
                          throws SdkException,
                                 java.lang.Exception
Throws:
SdkException
java.lang.Exception

GetCategoryFeaturesHelper

public GetCategoryFeaturesHelper(ApiContext apiContext,
                                 java.lang.String categoryId,
                                 java.lang.Integer levelLimit,
                                 java.lang.Boolean viewAllModes,
                                 FeatureIDCodeType[] featureIDs)
                          throws SdkException,
                                 java.lang.Exception
Throws:
SdkException
java.lang.Exception
Method Detail

hasCategoryFeatures

public boolean hasCategoryFeatures(SiteCodeType site)

loadCategoryFeatures

public void loadCategoryFeatures(SiteCodeType site)
                          throws SdkException,
                                 java.lang.Exception
Throws:
SdkException
java.lang.Exception

loadCategoryFeatures

public void loadCategoryFeatures(ApiContext apiContext)
                          throws SdkException,
                                 java.lang.Exception
Throws:
SdkException
java.lang.Exception

getCategoryVersion

public java.lang.String getCategoryVersion(SiteCodeType site)

getCategoryVersion

public java.lang.String getCategoryVersion()

getSiteDefaults

public SiteDefaultsType getSiteDefaults(SiteCodeType site)

getSiteDefaults

public SiteDefaultsType getSiteDefaults()

getSiteFeatures

public FeatureDefinitionsType getSiteFeatures(SiteCodeType site)

getSiteFeatures

public FeatureDefinitionsType getSiteFeatures()

getCategoryFeature

public CategoryFeatureType getCategoryFeature(SiteCodeType site,
                                              CategoryType category)

getCategoryFeature

public CategoryFeatureType getCategoryFeature(CategoryType category)

getCurrentSite

public SiteCodeType getCurrentSite()

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.