Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.CategoryType

Packages that use CategoryType
com.ebay.sdk.call   
com.ebay.sdk.helper   
com.ebay.sdk.helper.cache   
com.ebay.sdk.model   
com.ebay.sdk.util   
com.ebay.soap.eBLBaseComponents   
 

Uses of CategoryType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return CategoryType
 CategoryType[] GetCategoriesCall.getCategories()
          Retrieves the latest eBay category hierarchy for a given eBay site.
 CategoryType[] GetCategoriesCall.getReturnedCategoryArray()
          Valid after executing the API.
 

Methods in com.ebay.sdk.call with parameters of type CategoryType
 void CategoryEventListener.receivedCategories(SiteCodeType siteID, CategoryType[] categories, String categoryVersion)
          Handler to receive downloaded (e.g., through eBay API) or loaded (e.g., from database) categories.
 

Uses of CategoryType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper with parameters of type CategoryType
 CategoryFeatureType GetCategoryFeaturesHelper.getCategoryFeature(CategoryType category)
           
 CategoryFeatureType GetCategoryFeaturesHelper.getCategoryFeature(SiteCodeType site, CategoryType category)
           
 

Uses of CategoryType in com.ebay.sdk.helper.cache
 

Methods in com.ebay.sdk.helper.cache that return CategoryType
 CategoryType[] CategoriesDownloader.getAllCategories()
           
 

Uses of CategoryType in com.ebay.sdk.model
 

Subclasses of CategoryType in com.ebay.sdk.model
 class Category
          Objects that combines CategoryType and CharacteristicSetType.
 

Constructors in com.ebay.sdk.model with parameters of type CategoryType
Category(CategoryType fromCat)
          Construct from an existing CategoryType object.
 

Uses of CategoryType in com.ebay.sdk.util
 

Methods in com.ebay.sdk.util with parameters of type CategoryType
static void eBayUtil.sortCategoryArray(CategoryType[] cats, int sortBy, boolean ascending)
          Sorts a category array.
 

Uses of CategoryType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as CategoryType
protected  CategoryType SuggestedCategoryType.category
           
protected  CategoryType ContextSearchAssetType.category
           
protected  CategoryType ItemType.freeAddedCategory
           
protected  CategoryType ItemType.primaryCategory
           
protected  CategoryType ItemType.secondaryCategory
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type CategoryType
protected  List<CategoryType> CategoryArrayType.category
           
 

Methods in com.ebay.soap.eBLBaseComponents that return CategoryType
 CategoryType ObjectFactory.createCategoryType()
          Create an instance of CategoryType
 CategoryType SuggestedCategoryType.getCategory()
          Gets the value of the category property.
 CategoryType ContextSearchAssetType.getCategory()
          Gets the value of the category property.
 CategoryType[] CategoryArrayType.getCategory()
           
 CategoryType CategoryArrayType.getCategory(int idx)
           
 CategoryType ItemType.getFreeAddedCategory()
          Gets the value of the freeAddedCategory property.
 CategoryType ItemType.getPrimaryCategory()
          Gets the value of the primaryCategory property.
 CategoryType ItemType.getSecondaryCategory()
          Gets the value of the secondaryCategory property.
 CategoryType CategoryArrayType.setCategory(int idx, CategoryType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type CategoryType
protected  List<CategoryType> CategoryArrayType._getCategory()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type CategoryType
 void SuggestedCategoryType.setCategory(CategoryType value)
          Sets the value of the category property.
 void ContextSearchAssetType.setCategory(CategoryType value)
          Sets the value of the category property.
 void CategoryArrayType.setCategory(CategoryType[] values)
           
 CategoryType CategoryArrayType.setCategory(int idx, CategoryType value)
           
 void ItemType.setFreeAddedCategory(CategoryType value)
          Sets the value of the freeAddedCategory property.
 void ItemType.setPrimaryCategory(CategoryType value)
          Sets the value of the primaryCategory property.
 void ItemType.setSecondaryCategory(CategoryType value)
          Sets the value of the secondaryCategory property.
 


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.