|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProductFinderMaster
Defines functions for rendering Product Finder HTML page and to parse the
postback data of the HTML page. You need to supply XmlProvider, XslProvider
and CategoryCSProvider before calling the renderHtml() method.
View UML diagram of the class.
Title: AttributesLib for Java
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
| Method Summary | |
|---|---|
ICategoryCSProvider |
getCategoryCSProvider()
Gets provider for category information. |
IProductFinderXmlProvider |
getXmlProvider()
Gets Xml provider. |
IProductFinderXslProvider |
getXslProvider()
Gets XSL provider. |
SearchAttributeSet[] |
nameValuesToAttributeSets(Map nameValues)
Parse postdata of the rendered HTML page (through renderHtml method) to extract AttributeSet objects. |
String |
renderHtml(CategoryType[] categories,
String formSubmitUrl,
String submitButtonHtml)
Generates product finder HTML. |
void |
setCategoryCSProvider(ICategoryCSProvider CategoryCSProvider)
Specifies provider for category information. |
void |
setXmlProvider(IProductFinderXmlProvider xmlProvider)
Specifies provider for product finder XML. |
void |
setXslProvider(IProductFinderXslProvider xslProvider)
Specifies provider for product finder XSL. |
| Method Detail |
|---|
void setXmlProvider(IProductFinderXmlProvider xmlProvider)
xmlProvider - IProductFinderXmlProviderIProductFinderXmlProvider getXmlProvider()
void setXslProvider(IProductFinderXslProvider xslProvider)
xslProvider - IProductFinderXslProviderIProductFinderXslProvider getXslProvider()
void setCategoryCSProvider(ICategoryCSProvider CategoryCSProvider)
CategoryCSProvider - ICategoryCSProviderICategoryCSProvider getCategoryCSProvider()
String renderHtml(CategoryType[] categories,
String formSubmitUrl,
String submitButtonHtml)
throws SdkException,
Exception
categories - CategoryType[]formSubmitUrl - String e.g., "productFinder.jsp"submitButtonHtml - String e.g.,
SdkException
Exception
SearchAttributeSet[] nameValuesToAttributeSets(Map nameValues)
throws SdkException,
Exception
nameValues - Map
SdkException
Exception
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.