Changes since
the last release

com.ebay.sdk.helper
Class ShippingServiceOptionTreeBuilder

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

public class ShippingServiceOptionTreeBuilder
extends java.lang.Object

A helper class to build a tree for a list of ShippingServiceOptions.


Method Summary
 javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionNode(ShippingTypeCodeType shippingType, InternationalShippingServiceOptionsType sso)
          Build a node for an InternalShippingServiceOption.
 javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionNode(ShippingTypeCodeType shippingType, ShippingServiceOptionsType sso)
          Build a node for a ShippingServiceOption.
 javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionTree(ShippingTypeCodeType shippingType, InternationalShippingServiceOptionsType[] ssos)
          Build a tree for a list of InternationlShippingServiceOptions.
 javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionTree(ShippingTypeCodeType shippingType, ShippingServiceOptionsType[] ssos)
          Build a tree for a list of ShippingServiceOptions.
static ShippingServiceOptionTreeBuilder getInstance()
          Return an instance of ShippingServiceOptionTreeBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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

Returns:
ShippingServiceOptionTreeBuilder

buildShippingServiceOptionTree

public javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionTree(ShippingTypeCodeType shippingType,
                                                                              ShippingServiceOptionsType[] ssos)
Build a tree for a list of ShippingServiceOptions.

Parameters:
shippingType - ShippingTypeCodeType
ssos - ShippingServiceOptionsType[]
Returns:
DefaultMutableTreeNode

buildShippingServiceOptionNode

public javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionNode(ShippingTypeCodeType shippingType,
                                                                              ShippingServiceOptionsType sso)
Build a node for a ShippingServiceOption.

Parameters:
shippingType - ShippingTypeCodeType
sso - ShippingServiceOptionsType
Returns:
DefaultMutableTreeNode

buildShippingServiceOptionTree

public javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionTree(ShippingTypeCodeType shippingType,
                                                                              InternationalShippingServiceOptionsType[] ssos)
Build a tree for a list of InternationlShippingServiceOptions.

Parameters:
shippingType - ShippingTypeCodeType
ssos - InternationalShippingServiceOptionsType[]
Returns:
DefaultMutableTreeNode

buildShippingServiceOptionNode

public javax.swing.tree.DefaultMutableTreeNode buildShippingServiceOptionNode(ShippingTypeCodeType shippingType,
                                                                              InternationalShippingServiceOptionsType sso)
Build a node for an InternalShippingServiceOption.

Parameters:
shippingType - ShippingTypeCodeType
sso - InternationalShippingServiceOptionsType
Returns:
DefaultMutableTreeNode

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.