Class Mage_Catalog_Model_Abstract
Abstract model for catalog entities
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Catalog_Model_Abstract
Indirect known subclasses
Mage_ImportExport_Model_Import_Proxy_Product
Abstract
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/Abstract.php
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/Abstract.php
public
|
|
public
|
|
public
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
Varien_Object
|
|
public
|
|
public
|
|
public
boolean|
|
#
loadByAttribute(
Load entity by attribute |
public
|
|
public
array
|
|
public
|
#
setAttributeDefaultValue( string $attributeCode, mixed $value )
Adding attribute code and value to default value registry |
public
array|boolean
|
|
public
|
#
setExistsStoreValueFlag( string $attributeCode )
Set attribute code flag if attribute has value in current store and does not use value of default store as value |
public
boolean
|
#
getExistsStoreValueFlag( string $attributeCode )
Check if object attribute has value in current store |
protected
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
integer |
DEFAULT_STORE_ID
|
0 |
#
Identifuer of default store used for loading default data for entity |
protected
array
|
$_defaultValues | array() |
#
Attribute default values |
protected
array
|
$_storeValuesFlags | array() |
#
This array contains codes of attributes which have value in current store |
protected
array
|
$_lockedAttributes | array() |
#
Locked attributes |
protected
boolean
|
$_isDeleteable | true |
#
Is model deleteable |
protected
boolean
|
$_isReadonly | false |
#
Is model readonly |
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|