You are here

Functions in Amazon Product Advertisement API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
amazon_convert_to_asin ./amazon.module Try to turn a non-asin into an ASIN where possible. 3
amazon_cron ./amazon.module
amazon_data_cache ./amazon.module Misc. helper functions for managing the wide array of Amazon data bitsies. 8
amazon_db_error_watchdog ./amazon.module Have watchdog emit complete errors about a database exception. 3
amazon_ean_to_asin ./amazon.module Given an EAN (ISBN-13), try to get Amazon to give it to us. 1
amazon_examples_ctools_plugin_api amazon_examples/amazon_examples.features.inc Implementation of hook_ctools_plugin_api().
amazon_examples_field_default_fields amazon_examples/amazon_examples.features.field.inc Implementation of hook_field_default_fields().
amazon_examples_node_info amazon_examples/amazon_examples.features.inc Implementation of hook_node_info().
amazon_examples_strongarm amazon_examples/amazon_examples.strongarm.inc Implementation of hook_strongarm().
amazon_examples_views_api amazon_examples/amazon_examples.features.inc Implementation of hook_views_api().
amazon_examples_views_default_views amazon_examples/amazon_examples.views_default.inc Implementation of hook_views_default_views().
amazon_expire_items ./amazon.module Allows expiration of items in the amazon_item table. Items can be expired by productgroup type, specifically by asin, or all items. If no parameters are specified, all items will be expired. 2
amazon_filter_info amazon_filter/amazon_filter.module Implements hook_filter_info().
amazon_flush_caches ./amazon.module Implements hook_flush_caches().
amazon_get_associate_id ./amazon.module 2
amazon_get_response_groups ./amazon.module Allow other modules to alter the list of response groups used when sending an http request. Invoke using the alter hook modulename_amazon_response_groups_alter. 1
amazon_http_request ./amazon.module Create an issue an HTTP request to the Amazon API. 5
amazon_init ./amazon.module
amazon_install ./amazon.install Implements hook_install.
amazon_item_clean_xml ./amazon.module Take the Amazon XML item and turn it into our own private 'cleaned' data structure. 3
amazon_item_delete ./amazon.module Delete all vestiges of Amazon item. 2
amazon_item_insert ./amazon.module Insert 'cleaned' amazon item into database. 4
amazon_item_lookup ./amazon.module 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. 4
amazon_item_lookup_from_db ./amazon.module Look up ASINs in database and return arrays of information keyed by ASIN. 1
amazon_item_lookup_from_web ./amazon.module Use Amazon API to look up an array of ASINs. 3
amazon_media_amazon_item_delete amazon_media/amazon_media.module Delete a record using the asin as key.
amazon_media_amazon_item_insert amazon_media/amazon_media.module Insert the associated information into the related table.
amazon_media_amazon_item_load amazon_media/amazon_media.module Load and return additional information for an Amazon item.
amazon_media_get_table_name amazon_media/amazon_media.module Given an item, return the name of the table it's associated with. 2
amazon_media_install amazon_media/amazon_media.install @file Install, update and uninstall functions for the amazon_media module.
amazon_media_preprocess_amazon_item amazon_media/amazon_media.module Implements hook_preprocess.
amazon_media_schema amazon_media/amazon_media.install 1
amazon_media_theme amazon_media/amazon_media.module Implements hook_theme().
amazon_media_theme_registry_alter amazon_media/amazon_media.module Implements hook_theme_registry_alter().
amazon_media_uninstall amazon_media/amazon_media.install
amazon_media_update_7002 amazon_media/amazon_media.install Set the weight on amazon_media to be higher than amazon. 1
amazon_media_update_7003 amazon_media/amazon_media.install Update the "edition" field to a varchar since it can be many things provided by amazon.
amazon_media_update_7004 amazon_media/amazon_media.install Remove the Theatrical Release Date as Amazon no longer supports it.
amazon_media_update_7005 amazon_media/amazon_media.install Amazon seems not to require or always provide EAN.
amazon_media_views_api amazon_media/amazon_media.module Implements hook_views_api.
amazon_media_views_data amazon_media/amazon_media.views.inc Implementation of hook_views_data()
amazon_menu ./amazon.module Implementation of hook_menu. Adds the url path for the Amazon settings page.
amazon_permission ./amazon.module Implementation of hook_permission
amazon_requirements ./amazon.install implementation of hook_requirements to make sure we let them know about the requirement for amazon_aws_secret_access_key
amazon_schema ./amazon.install 1
amazon_search_permission amazon_search/amazon_search.module Implements hook_permission.
amazon_search_search_access amazon_search/amazon_search.module Implements hook_search_access().
amazon_search_search_execute amazon_search/amazon_search.module Implements hook_search_execute(). Implements remote Amazon searching.
amazon_search_search_info amazon_search/amazon_search.module Implements hook_search_info().
amazon_search_simple_search amazon_search/amazon_search.module Perform the search. 1

Pages

Other projects