Class Mage_CatalogIndex_Model_Resource_Data_Abstract
Resource model CatalogIndex Data Abstract
- Mage_Core_Model_Resource_Abstract
- Mage_Core_Model_Resource_Db_Abstract
- Mage_CatalogIndex_Model_Resource_Data_Abstract
Direct known subclasses
Mage_Bundle_Model_Resource_Bundle, Mage_CatalogIndex_Model_Mysql4_Data_Abstract, Mage_CatalogIndex_Model_Resource_Data_Configurable, Mage_CatalogIndex_Model_Resource_Data_GroupedIndirect known subclasses
Mage_Bundle_Model_Mysql4_Bundle, Mage_CatalogIndex_Model_Mysql4_Data_Configurable, Mage_CatalogIndex_Model_Mysql4_Data_Grouped
Package: Mage\CatalogIndex
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/CatalogIndex/Model/Resource/Data/Abstract.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/CatalogIndex/Model/Resource/Data/Abstract.php
protected
|
|
protected
Zend_Db_Select
|
|
protected
|
|
public
unknown
|
#
getAttributeData( array $products, array $attributes, integer $store )
Retreive specified attribute data for specified products from specified store |
public
mixed
|
#
fetchLinkInformation( integer $store, string $table, string $idField, string $whereField, integer $id, array $additionalWheres = array() )
Returns an array of product children/parents |
protected
|
#
_prepareLinkFetchSelect( integer $store, string $table, string $idField, string $whereField, integer $id, array $additionalWheres = array() )
Prepare select statement before 'fetchLinkInformation' function result fetch |
public
mixed
|
#
getMinimalPrice( array $products, array $priceAttributes, integer $store )
Return minimal prices for specified products |
public
mixed
|
#
getTierPrices( array $products, integer $website )
Return tier prices for specified product in specified website |
protected
|
#
_addAttributeFilter( Varien_Db_Select $select, string $attributeCode, string $table, string $field, integer $store, integer|string|array $value )
Add attribute filter to select |
protected
array
|
$_attributeCodeIds | array() |
#
Attribute id by code cache |
protected
Zend_Db_Select
|
$_linkSelect | null |
#
Link select object |
$_commitCallbacks
|