BASIC INFORMATION
STANDARD INFORMATION
Name: catalogservice (petmarket.api.catalogservice)
Hint:  
WSDL: http://localhost/petmarket/api/catalogservice.cfc?wsdl
Last Modified: February 23, 2003 02:10:10 UTC
PROPERTIES
NAME TYPE REQUIRED DEFAULT IMPLEMENTED IN OTHER ATTRIBUTES
METHOD SUMMARY
REMOTE METHODS
getProduct( numeric productoid )
Retrieves a product for the given product object ID from the database and returns the resulting record set
    return type: query
    [detail on: getProduct()]
getProducts( numeric categoryoid )
Retrieves the products for the given category from the database and returns the resulting record set
    return type: query
    [detail on: getProducts()]
getItems( numeric productoid )
Retrieves the items for the given product from the database and returns the resulting record set
    return type: query
    [detail on: getItems()]
getCategories( string locale )
Retrieves the categories from the database and returns the resulting record set
    return type: query
    [detail on: getCategories()]
getItem( numeric itemoid )
Retrieves an item for the given item object ID from the database and returns the resulting record set
    return type: query
    [detail on: getItem()]
searchProducts( string searchText )
Retrieves the items from the database where the product name or description matches the search text. The results of the search are returned in a record set
    return type: query
    [detail on: searchProducts()]
METHOD DETAILS
getProduct    [top]
Hint: Retrieves a product for the given product object ID from the database and returns the resulting record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
productoid
Hint: Unique object ID specifying the product
Type: numeric
Required: Yes
getProducts    [top]
Hint: Retrieves the products for the given category from the database and returns the resulting record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
categoryoid
Hint: Unique object ID specifying the category
Type: numeric
Required: Yes
getItems    [top]
Hint: Retrieves the items for the given product from the database and returns the resulting record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
productoid
Hint: Unique object ID specifying the product
Type: numeric
Required: Yes
getCategories    [top]
Hint: Retrieves the categories from the database and returns the resulting record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
locale
Hint: The locale for localized content
Type: string
Required: Yes
getItem    [top]
Hint: Retrieves an item for the given item object ID from the database and returns the resulting record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
itemoid
Hint: Unique object ID specifying the item
Type: numeric
Required: Yes
searchProducts    [top]
Hint: Retrieves the items from the database where the product name or description matches the search text. The results of the search are returned in a record set
Access: remote
Return Type: query
Output: no
Implemented In: petmarket.api.catalogservice
Arguments:
searchText
Hint: Text for which to search
Type: string
Required: Yes
This Document Created With CFCRemoteDocumenter by Nathan Dintenfass.
Unauthorized use of the content on this page is strictly prohibited.