Class Mage_Sales_Model_Api_Resource

Description

Sale api resource abstract

Located in /Sales/Model/Api/Resource.php (line 34)

Mage_Api_Model_Resource_Abstract
   |
   --Mage_Sales_Model_Api_Resource
Direct descendents
Class Description
Mage_Sales_Model_Order_Invoice_Api Invoice API
Mage_Sales_Model_Order_Shipment_Api Sales order shippment API
Mage_Sales_Model_Order_Api Order API
Variable Summary
Method Summary
Mage_Sales_Model_Api_Resource _getAttributes (Mage_Core_Model_Abstract $object,  $type, [ $attributes = null])
boolean _isAllowedAttribute ( $attributeCode,  $type, [ $attributes = null], Mage_Eav_Model_Entity_Attribute_Abstract $attribute, string $entityType)
Mage_Sales_Model_Api_Resource _updateAttributes (array $data, Mage_Core_Model_Abstract $object,  $type, [ $attributes = null])
Variables
google $_attributesMap = array(
'global' => array())
(line 50)

Attributes map array per entity type

  • access: protected
array $_ignoredAttributeCodes = array(
'global' => array('entity_id', 'attribute_set_id', 'entity_type_id'))
(line 41)

Default ignored attribute codes per entity type

  • access: protected

Inherited Variables

Inherited from Mage_Api_Model_Resource_Abstract

Mage_Api_Model_Resource_Abstract::$_resourceConfig
Methods
_getAttributes (line 81)

Retrieve entity attributes values

  • access: protected
Mage_Sales_Model_Api_Resource _getAttributes (Mage_Core_Model_Abstract $object,  $type, [ $attributes = null])
_isAllowedAttribute (line 116)

Check is attribute allowed to usage

  • access: protected
boolean _isAllowedAttribute ( $attributeCode,  $type, [ $attributes = null], Mage_Eav_Model_Entity_Attribute_Abstract $attribute, string $entityType)
_updateAttributes (line 62)

Update attributes for entity

  • access: protected
Mage_Sales_Model_Api_Resource _updateAttributes (array $data, Mage_Core_Model_Abstract $object,  $type, [ $attributes = null])

Inherited Methods

Inherited From Mage_Api_Model_Resource_Abstract

Mage_Api_Model_Resource_Abstract::getResourceConfig()
Mage_Api_Model_Resource_Abstract::setResourceConfig()
Mage_Api_Model_Resource_Abstract::_fault()
Mage_Api_Model_Resource_Abstract::_getConfig()
Mage_Api_Model_Resource_Abstract::_getServer()
Mage_Api_Model_Resource_Abstract::_getSession()

Documentation generated on Fri, 11 Feb 2011 17:11:16 +0200 by phpDocumentor 1.4.3