Class Mage_Catalog_Model_Resource_Product_Action
Catalog Product Mass processing resource model
-
Mage_Core_Model_Resource_Abstract
-
Mage_Eav_Model_Entity_Abstract
implements
Mage_Eav_Model_Entity_Interface
-
Mage_Catalog_Model_Resource_Abstract
-
Mage_Catalog_Model_Resource_Product_Action
Methods summary
protected
|
|
public
Mage_Catalog_Model_Resource_Product_Action
|
#
updateAttributes( array $entityIds, array $attrData, integer $storeId )
Update attribute values for entity list per store
Update attribute values for entity list per store
Parameters
- $entityIds
array $entityIds
- $attrData
array $attrData
- $storeId
integer $storeId
Returns
|
Methods inherited from Mage_Catalog_Model_Resource_Abstract
_addLoadAttributesSelectFields(),
_canUpdateAttribute(),
_deleteAttributes(),
_getDefaultAttributeModel(),
_getLoadAttributesSelect(),
_getOrigObject(),
_insertAttribute(),
_isApplicableAttribute(),
_isAttributeValueEmpty(),
_isCallableAttributeInstance(),
_prepareLoadSelect(),
_prepareValueForSave(),
_saveAttributeValue(),
_setAttributeValue(),
_updateAttributeForStore(),
getAttributeRawValue(),
getDefaultStoreId(),
load()
|
Methods inherited from Mage_Eav_Model_Entity_Abstract
_afterDelete(),
_afterLoad(),
_afterSave(),
_beforeDelete(),
_beforeSave(),
_collectSaveData(),
_getDefaultAttribute(),
_getDefaultAttributes(),
_getLoadRowSelect(),
_getReadAdapter(),
_getStaticFieldProperties(),
_getWriteAdapter(),
_loadModelAttributes(),
_prepareStaticValue(),
_processAttributeValues(),
_processSaveData(),
_saveAttribute(),
_updateAttribute(),
addAttribute(),
attributesCompare(),
checkAttributeUniqueValue(),
delete(),
getAttribute(),
getAttributesByCode(),
getAttributesById(),
getAttributesByTable(),
getDefaultAttributeSourceModel(),
getDefaultAttributes(),
getEntityIdField(),
getEntityTable(),
getEntityTablePrefix(),
getEntityType(),
getIdFieldName(),
getReadConnection(),
getSortedAttributes(),
getTable(),
getType(),
getTypeId(),
getValueEntityIdField(),
getValueTablePrefix(),
getWriteConnection(),
isAttributeStatic(),
isPartialLoad(),
isPartialSave(),
loadAllAttributes(),
save(),
saveAttribute(),
setConnection(),
setNewIncrementId(),
setType(),
unsetAttributes(),
validate(),
walkAttributes()
|
Methods inherited from Mage_Core_Model_Resource_Abstract
__construct(),
_prepareDataForTable(),
_prepareTableValueForSave(),
_serializeField(),
_unserializeField(),
addCommitCallback(),
beginTransaction(),
commit(),
formatDate(),
mktime(),
rollBack()
|
Properties inherited from Mage_Eav_Model_Entity_Abstract
$_attributeBackendTables,
$_attributeValuesToDelete,
$_attributeValuesToSave,
$_attributesByCode,
$_attributesById,
$_attributesByTable,
$_defaultAttributes,
$_describeTable,
$_entityIdField,
$_entityTable,
$_entityTablePrefix,
$_isPartialLoad,
$_isPartialSave,
$_read,
$_sortingSetId,
$_staticAttributes,
$_type,
$_valueEntityIdField,
$_valueTablePrefix,
$_write
|