Class Mage_ImportExport_Model_Import
Import model
- Varien_Object
- Mage_ImportExport_Model_Abstract
- Mage_ImportExport_Model_Import
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/Import.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/Import.php
protected
|
|
protected
|
|
public
array
|
|
public static
string
|
#
getAttributeType(
Get attribute type for upcoming validation. |
public static
|
|
public static
string
|
|
public
string
|
|
public
array
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
array
|
|
public
integer
|
|
public
integer
|
|
public static
string
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
boolean
|
|
public
|
addLogComment(),
getFormatedLogTrace()
|
string |
CONFIG_KEY_ENTITIES
|
'global/importexport/import_entities' |
#
Key in config with entities. |
string |
BEHAVIOR_APPEND
|
'append' |
#
Import behavior. |
string |
BEHAVIOR_REPLACE
|
'replace' |
|
string |
BEHAVIOR_DELETE
|
'delete' |
|
string |
FIELD_NAME_SOURCE_FILE
|
'import_file' |
#
Form field names (and IDs) |
string |
FIELD_NAME_IMG_ARCHIVE_FILE
|
'import_image_archive' |
|
integer |
DEFAULT_SIZE
|
50 |
#
Import constants |
integer |
MAX_IMPORT_CHUNKS
|
4 |
protected
|
$_entityAdapter |
|
#
Entity adapter. |
protected static
|
$_entityInvalidatedIndexes | array (
'catalog_product' => array (
'catalog_product_price',
'catalog_category_product',
'catalogsearch_fulltext',
'catalog_product_flat',
)
) |
#
Entity invalidated indexes. |
$_debugMode,
$_debugReplacePrivateDataKeys,
$_logInstance,
$_logTrace
|