Class Mage_Catalog_Model_Product_Indexer_Price
Enter description here ...
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Index_Model_Indexer_Abstract
- Mage_Catalog_Model_Product_Indexer_Price
Package: Mage\Catalog
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Catalog/Model/Product/Indexer/Price.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Catalog/Model/Product/Indexer/Price.php
protected
|
|
public
string
|
|
public
string
|
|
protected
array
|
|
public
boolean
|
#
matchEvent(
Check if event can be matched by process. Rewrited for checking configuration settings save (like price scope). |
protected
|
#
_registerCatalogProductDeleteEvent(
Register data required by catalog product delete process |
protected
|
#
_registerCatalogProductSaveEvent(
Register data required by catalog product save process |
protected
|
|
protected
|
|
protected
|
callEventHandler(),
disableKeys(),
enableKeys(),
isVisible(),
matchEntityAndType(),
processEvent(),
register(),
reindexAll()
|
string |
EVENT_MATCH_RESULT_KEY
|
'catalog_product_price_match_result' |
#
Data key for matching result to be saved in |
string |
EVENT_TYPE_REINDEX_PRICE
|
'catalog_reindex_price' |
#
Reindex price event type |
protected
array
|
$_matchedEntities | array(
Mage_Catalog_Model_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_DELETE,
Mage_Index_Model_Event::TYPE_MASS_ACTION,
self::EVENT_TYPE_REINDEX_PRICE,
),
Mage_Core_Model_Config_Data::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Convert_Adapter_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Customer_Model_Group::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
)
) |
#
Matched Entities instruction array |
protected
array
|
$_relatedConfigSettings | array(
Mage_Catalog_Helper_Data::XML_PATH_PRICE_SCOPE,
Mage_CatalogInventory_Model_Stock_Item::XML_PATH_MANAGE_STOCK
) |
$_isVisible
|
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|