Changes since
the last release

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

Packages that use SiteCodeType
com.ebay.sdk   
com.ebay.sdk.call   
com.ebay.sdk.helper   
com.ebay.soap.eBLBaseComponents   
 

Uses of SiteCodeType in com.ebay.sdk
 

Methods in com.ebay.sdk that return SiteCodeType
static SiteCodeType SiteIDUtil.fromNumericalID(int siteID)
          Converts eBay site ID to SiteCodeType.
 SiteCodeType ApiContext.getSite()
          Gets the site for API calls under the context.
 SiteCodeType ApiCall.getSite()
          Gets the eBay site that is the call is associated with.
 

Methods in com.ebay.sdk with parameters of type SiteCodeType
 void ApiContext.setSite(SiteCodeType site)
          Sets the common eBay site that for all the APIs calls made with the ApiContext object.
 void ApiCall.setSite(SiteCodeType site)
          Sets the eBay site that is the call is associated with.
static int SiteIDUtil.toNumericalID(SiteCodeType siteID)
          Convers SiteCodeType to eBay numerical site ID.
 

Uses of SiteCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return SiteCodeType
 SiteCodeType GetCategoriesCall.getCategorySiteID()
          Gets the GetCategoriesRequestType.categorySiteID.
 

Methods in com.ebay.sdk.call with parameters of type SiteCodeType
static int GetCategoriesCall.getAllCategories(ApiContext apiContext, SiteCodeType siteID, int levelLimit, DetailLevelCodeType detailLevel, int groupSize, CategoryEventListener listener)
          Call eBay API to downloads all categories in asynchronized mode to reduce consumption of system resource.
 void CategoryEventListener.receivedCategories(SiteCodeType siteID, CategoryType[] categories, java.lang.String categoryVersion)
          Handler to receive downloaded (e.g., through eBay API) or loaded (e.g., from database) categories.
 void GetCategoriesCall.setCategorySiteID(SiteCodeType categorySiteID)
          Sets the GetCategoriesRequestType.categorySiteID.
static java.lang.String GetCategoriesCall.stringFromSiteCodeType(SiteCodeType categorySiteID)
           
 

Uses of SiteCodeType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper that return SiteCodeType
 SiteCodeType GetCategoryFeaturesHelper.getCurrentSite()
           
 

Methods in com.ebay.sdk.helper with parameters of type SiteCodeType
 ControlTagItem[] ServiceControlManager.createPaymentServiceControl(SiteCodeType siteId, boolean addDefaultOption)
           
 ControlTagItem[] ServiceControlManager.createPaymentServiceControl(SiteCodeType site, javax.swing.JComboBox cbxControl, boolean addDefaultOption)
           
 ControlTagItem[] ServiceControlManager.createRegionServiceControl(SiteCodeType siteId, boolean addDefaultOption)
           
 ControlTagItem[] ServiceControlManager.createShippingServiceControl(SiteCodeType siteId, java.lang.String shippingType, boolean addDefaultOption)
           
 ControlTagItem[] ServiceControlManager.createShippingServiceControl(SiteCodeType site, java.lang.String shippingType, javax.swing.JComboBox cbxControl, boolean addDefaultOption)
           
 CategoryFeatureType GetCategoryFeaturesHelper.getCategoryFeature(SiteCodeType site, CategoryType category)
           
 java.lang.String GetCategoryFeaturesHelper.getCategoryVersion(SiteCodeType site)
           
 java.util.Hashtable eBayDetailsHelper.getDetailEntryMapWithIntValue(SiteCodeType siteId, java.lang.String detailName)
          Method to retrieve the entry map for a given name of eBay Detail.
 java.util.Hashtable eBayDetailsHelper.getDetailEntryMapWithStringValue(SiteCodeType siteId, java.lang.String detailName)
          Method to retrieve the entry map for a given name of eBay Detail.
 java.util.Hashtable ShippingServiceHelper.getDomesticShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available domestic ShippingServices for a given site.
 org.w3c.dom.Document eBayDetailsHelper.geteBayDetailsDocument(SiteCodeType siteId)
          Method to get the XML resource of eBayDetails for a given site.
 java.util.Hashtable ShippingServiceHelper.getInternalShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available InternaltionalShippingServices for a given site.
 PaymentOptionDetailsType eBayDetailsHelper1.getPaymentOptionDetailsBySiteAndPaymentMethod(SiteCodeType site, BuyerPaymentMethodCodeType paymentMethod)
           
 PaymentOptionDetailsType[] eBayDetailsHelper1.getPaymentOptionDetailsForSite(SiteCodeType site)
           
 java.util.Hashtable PaymentServiceHelper.getPaymentServiceMap(SiteCodeType siteId)
          Return the map of available payment services/methods for a given site.
 RegionDetailsType eBayDetailsHelper1.getRegionDetailsBySiteAndRegionID(SiteCodeType site, java.lang.String regionId)
           
 RegionDetailsType[] eBayDetailsHelper1.getRegionDetailsForSite(SiteCodeType site)
           
 java.util.Hashtable RegionServiceHelper.getRegionsMap(SiteCodeType siteId)
          Return a map of the available search locations/regions for a given site.
 ShippingServiceDetailsType eBayDetailsHelper1.getShippingServiceDetailsBySiteAndShippingServiceID(SiteCodeType site, java.lang.Integer shippingServiceID)
           
 ShippingServiceDetailsType[] eBayDetailsHelper1.getShippingServiceDetailsForSite(SiteCodeType site)
           
 java.util.Hashtable ShippingServiceHelper.getShippingServiceMap(SiteCodeType siteId)
          Return a map of all ShippingServices for a given site.
 java.util.Hashtable ShippingServiceHelper.getShipToLocationMap(SiteCodeType siteId)
          Reurn a map of the ShipToLocations for a given site.
 SiteDefaultsType GetCategoryFeaturesHelper.getSiteDefaults(SiteCodeType site)
           
 SiteDetailsType eBayDetailsHelper1.getSiteDetailsBySite(SiteCodeType site)
           
 FeatureDefinitionsType GetCategoryFeaturesHelper.getSiteFeatures(SiteCodeType site)
           
 TaxJurisdictionType eBayDetailsHelper1.getTaxJurisdictionDetailsBySiteAndJurisdictionID(SiteCodeType site, java.lang.String jurisdictionID)
           
 TaxJurisdictionType[] eBayDetailsHelper1.getTaxJurisdictionDetailsForSite(SiteCodeType site)
           
 URLDetailsType eBayDetailsHelper1.getURLDetailsBySiteAndURLType(SiteCodeType site, URLTypeCodeType URLType)
           
 URLDetailsType[] eBayDetailsHelper1.getURLDetailsForSite(SiteCodeType site)
           
 boolean GetCategoryFeaturesHelper.hasCategoryFeatures(SiteCodeType site)
           
 void GetCategoryFeaturesHelper.loadCategoryFeatures(SiteCodeType site)
           
 

Uses of SiteCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as SiteCodeType
protected  SiteCodeType WantItNowPostType.site
           
protected  SiteCodeType VeROSiteDetailType.site
           
protected  SiteCodeType UserType.site
           
protected  SiteCodeType UserAgreementInfoType.site
           
protected  SiteCodeType SiteDetailsType.site
           
protected  SiteCodeType MembershipDetailType.site
           
protected  SiteCodeType ItemType.site
           
protected  SiteCodeType SubscriptionType.siteID
           
protected  SiteCodeType SellerType.storeSite
           
protected  SiteCodeType TransactionType.transactionSiteID
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type SiteCodeType
protected  java.util.List<SiteCodeType> ItemType.paymentAllowedSite
           
protected  java.util.List<SiteCodeType> RecoupmentPolicyConsentType.site
           
protected  java.util.List<SiteCodeType> PerformanceDashboardType.site
           
protected  java.util.List<SiteCodeType> IntegratedMerchantCreditCardInfoType.supportedSite
           
 

Methods in com.ebay.soap.eBLBaseComponents that return SiteCodeType
static SiteCodeType SiteCodeType.fromValue(java.lang.String v)
           
 SiteCodeType[] ItemType.getPaymentAllowedSite()
           
 SiteCodeType ItemType.getPaymentAllowedSite(int idx)
           
 SiteCodeType WantItNowPostType.getSite()
          Gets the value of the site property.
 SiteCodeType VeROSiteDetailType.getSite()
          Gets the value of the site property.
 SiteCodeType UserType.getSite()
          Gets the value of the site property.
 SiteCodeType UserAgreementInfoType.getSite()
          Gets the value of the site property.
 SiteCodeType SiteDetailsType.getSite()
          Gets the value of the site property.
 SiteCodeType[] RecoupmentPolicyConsentType.getSite()
           
 SiteCodeType[] PerformanceDashboardType.getSite()
           
 SiteCodeType MembershipDetailType.getSite()
          Gets the value of the site property.
 SiteCodeType ItemType.getSite()
          Gets the value of the site property.
 SiteCodeType RecoupmentPolicyConsentType.getSite(int idx)
           
 SiteCodeType PerformanceDashboardType.getSite(int idx)
           
 SiteCodeType SubscriptionType.getSiteID()
          Gets the value of the siteID property.
 SiteCodeType SellerType.getStoreSite()
          Gets the value of the storeSite property.
 SiteCodeType[] IntegratedMerchantCreditCardInfoType.getSupportedSite()
           
 SiteCodeType IntegratedMerchantCreditCardInfoType.getSupportedSite(int idx)
           
 SiteCodeType TransactionType.getTransactionSiteID()
          Gets the value of the transactionSiteID property.
 SiteCodeType ItemType.setPaymentAllowedSite(int idx, SiteCodeType value)
           
 SiteCodeType RecoupmentPolicyConsentType.setSite(int idx, SiteCodeType value)
           
 SiteCodeType PerformanceDashboardType.setSite(int idx, SiteCodeType value)
           
 SiteCodeType IntegratedMerchantCreditCardInfoType.setSupportedSite(int idx, SiteCodeType value)
           
static SiteCodeType SiteCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SiteCodeType[] SiteCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type SiteCodeType
protected  java.util.List<SiteCodeType> ItemType._getPaymentAllowedSite()
           
protected  java.util.List<SiteCodeType> RecoupmentPolicyConsentType._getSite()
           
protected  java.util.List<SiteCodeType> PerformanceDashboardType._getSite()
           
protected  java.util.List<SiteCodeType> IntegratedMerchantCreditCardInfoType._getSupportedSite()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type SiteCodeType
 SiteCodeType ItemType.setPaymentAllowedSite(int idx, SiteCodeType value)
           
 void ItemType.setPaymentAllowedSite(SiteCodeType[] values)
           
 SiteCodeType RecoupmentPolicyConsentType.setSite(int idx, SiteCodeType value)
           
 SiteCodeType PerformanceDashboardType.setSite(int idx, SiteCodeType value)
           
 void WantItNowPostType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void VeROSiteDetailType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void UserType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void UserAgreementInfoType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void SiteDetailsType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void MembershipDetailType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void ItemType.setSite(SiteCodeType value)
          Sets the value of the site property.
 void RecoupmentPolicyConsentType.setSite(SiteCodeType[] values)
           
 void PerformanceDashboardType.setSite(SiteCodeType[] values)
           
 void SubscriptionType.setSiteID(SiteCodeType value)
          Sets the value of the siteID property.
 void SellerType.setStoreSite(SiteCodeType value)
          Sets the value of the storeSite property.
 SiteCodeType IntegratedMerchantCreditCardInfoType.setSupportedSite(int idx, SiteCodeType value)
           
 void IntegratedMerchantCreditCardInfoType.setSupportedSite(SiteCodeType[] values)
           
 void TransactionType.setTransactionSiteID(SiteCodeType value)
          Sets the value of the transactionSiteID 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.