Class Mage_Catalog_Model_Product_Indexer_Flat
Magento
NOTICE OF LICENSE
This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@magentocommerce.com so we can send you a copy immediately.
DISCLAIMER
Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Index_Model_Indexer_Abstract
- Mage_Catalog_Model_Product_Indexer_Flat
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Catalog/Model/Product/Indexer/Flat.php
public
string
|
|
public
string
|
|
protected
|
|
public
boolean
|
#
matchEvent(
Check if event can be matched by process Overwrote for check is flat catalog product is enabled and specific save attribute, store, store_group |
protected
|
|
protected
|
#
_registerCatalogProductEvent(
Register data required by catalog product process in event object |
protected
|
|
protected
|
|
public
|
|
protected
array
|
callEventHandler(),
disableKeys(),
enableKeys(),
isVisible(),
matchEntityAndType(),
processEvent(),
register()
|
string |
EVENT_MATCH_RESULT_KEY
|
'catalog_product_flat_match_result' |
#
Data key for matching result to be saved in |
protected
array
|
$_matchedEntities | array(
Mage_Catalog_Model_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_MASS_ACTION,
),
Mage_Catalog_Model_Resource_Eav_Attribute::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_DELETE,
),
Mage_Core_Model_Store::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_DELETE
),
Mage_Core_Model_Store_Group::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Convert_Adapter_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Product_Flat_Indexer::ENTITY => array(
Mage_Catalog_Model_Product_Flat_Indexer::EVENT_TYPE_REBUILD,
),
) |
#
Index math Entities array |
$_isVisible
|
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|