| amazon_convert_to_asin | Try to turn a non-asin into an ASIN where possible. |
| amazon_cron | |
| amazon_data_cache | |
| amazon_ean_to_asin | Given an EAN (ISBN-13), try to get Amazon to give it to us. |
| amazon_get_associate_id | |
| amazon_http_request | |
| amazon_init | |
| amazon_item_clean_xml | Take the Amazon XML item and turn it into our own private 'cleaned'
data structure. |
| amazon_item_delete | Delete all vestiges of Amazon item. |
| amazon_item_insert | Insert 'cleaned' amazon item into database. |
| amazon_item_lookup | Look up an item using database or web.
The default is to look in the database for existing data, and then to do the
web search if that fails. $force_lookup==TRUE forces going to Amazon's
API. |
| amazon_item_lookup_from_db | Look up ASINs in database and return arrays of information keyed by ASIN. |
| amazon_item_lookup_from_web | Use Amazon API to look up an array of ASINs. |
| amazon_item_node_delete | |
| amazon_item_node_save | |
| amazon_menu | Implementation of hook_menu. Adds the url path for the Amazon
settings page. |
| amazon_perm | Implementation of hook_perm |
| amazon_preprocess_amazon_item | hook_preprocess: amazon_item. |
| amazon_theme | Implementation of hook_theme(). |
| amazon_token_list | |
| amazon_token_values | |
| amazon_views_api | Implementation of hook_views_api. |
| template_preprocess_amazon_views_view_row_item | Template helper for theme_amazon_views_view_row_item |
| _amazon_clean_type | |
| _amazon_default_locales | |
| _amazon_item_batch_lookup_from_web | Get 10 or less items from the AWS web service.
AWS allows ONLY 10 items,
See http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.ht.... |
| _amazon_item_classes | |
| _amazon_load_child_data | Load participant, image, editorial_review data into database. |