Class Mage_ImportExport_Model_Export_Entity_Product
Export entity product model
- Mage_ImportExport_Model_Export_Entity_Abstract
- Mage_ImportExport_Model_Export_Entity_Product
Package: Mage\ImportExport
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/ImportExport/Model/Export/Entity/Product.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/ImportExport/Model/Export/Entity/Product.php
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
array
|
|
protected
array
|
|
protected
array
|
|
protected
array
|
|
protected
array
|
|
protected
boolean
|
#
_updateDataWithCategoryColumns( array & $dataRow, array & $rowCategories, integer $productId )
Update data row with information about categories. Return true, if data row was updated |
public
string
|
|
public
|
#
filterAttributeCollection(
Clean up already loaded attribute collection. |
public
|
|
public
string
|
|
protected
|
string |
CONFIG_KEY_PRODUCT_TYPES
|
'global/importexport/export_product_types' |
|
string |
VALUE_ALL
|
'all' |
#
Value that means all entities (e.g. websites, groups etc.) |
string |
COL_STORE
|
'_store' |
#
Permanent column names. |
string |
COL_ATTR_SET
|
'_attribute_set' |
|
string |
COL_TYPE
|
'_type' |
|
string |
COL_CATEGORY
|
'_category' |
|
string |
COL_ROOT_CATEGORY
|
'_root_category' |
|
string |
COL_SKU
|
'sku' |
protected
array
|
$_attrSetIdToName | array() |
#
Pairs of attribute set ID-to-name. |
protected
array
|
$_categories | array() |
#
Categories ID to text-path hash. |
protected
array
|
$_rootCategories | array() |
#
Root category names for each category |
protected
array
|
$_indexValueAttributes | array(
'status',
'tax_class_id',
'visibility',
'enable_googlecheckout',
'gift_message_available',
'custom_design'
) |
#
Attributes with index (not label) value. |
protected
array
|
$_permanentAttributes | array(self::COL_SKU) |
#
Permanent entity columns. |
protected
array
|
$_productTypeModels | array() |
#
Array of supported product types as keys with appropriate model object as value. |
protected
array
|
$_storeIdToCode | array() |
#
Array of pairs store ID to its code. |
protected
array
|
$_websiteIdToCode | array() |
#
Website ID-to-code. |
protected
array
|
$_attributeTypes | array() |
#
Attribute types |