| 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: |
|
||||||||
| 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: |
|
||||||||
| 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: |
|
||||||||
| 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: |
|
||||||||
| 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: |
|
||||||||
| 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: |
|
||||||||