Class Mage_Sales_Model_Mysql4_Order_Payment_Transaction_Collection

Description

Payment transactions collection

  • copyright: Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)

Located in /Sales/Model/Mysql4/Order/Payment/Transaction/Collection.php (line 30)

Varien_Data_Collection_Db
   |
   --Mage_Core_Model_Mysql4_Collection_Abstract
      |
      --Mage_Sales_Model_Mysql4_Collection_Abstract
         |
         --Mage_Sales_Model_Mysql4_Order_Collection_Abstract
            |
            --Mage_Sales_Model_Mysql4_Order_Payment_Transaction_Collection
Variable Summary
Method Summary
Variables
array $_addOrderInformation = array() (line 44)

Columns of order info that should be selected

  • access: protected
array $_addPaymentInformation = array() (line 51)

Columns of payment info that should be selected

  • access: protected
string $_orderField = 'order_id' (line 83)

Order field for setOrderFilter

  • access: protected

Redefinition of:
Mage_Sales_Model_Mysql4_Order_Collection_Abstract::$_orderField
Order field for setOrderFilter
int $_orderId = null (line 37)

Order ID filter

  • access: protected
int $_parentId = null (line 70)

Parent ID filter

  • access: protected
int $_paymentId = null (line 64)

Payment ID filter

  • access: protected
array $_storeIds = array() (line 58)

Order Store ids

  • access: protected
array $_txnTypes = null (line 76)

Filter by transaction type

  • access: protected

Inherited Variables

Inherited from Mage_Sales_Model_Mysql4_Order_Collection_Abstract

Mage_Sales_Model_Mysql4_Order_Collection_Abstract::$_salesOrder

Inherited from Mage_Core_Model_Mysql4_Collection_Abstract

Mage_Core_Model_Mysql4_Collection_Abstract::$_eventObject
Mage_Core_Model_Mysql4_Collection_Abstract::$_eventPrefix
Mage_Core_Model_Mysql4_Collection_Abstract::$_fieldsToSelect
Mage_Core_Model_Mysql4_Collection_Abstract::$_fieldsToSelectChanged
Mage_Core_Model_Mysql4_Collection_Abstract::$_initialFieldsToSelect
Mage_Core_Model_Mysql4_Collection_Abstract::$_joinedTables
Mage_Core_Model_Mysql4_Collection_Abstract::$_mainTable
Mage_Core_Model_Mysql4_Collection_Abstract::$_model
Mage_Core_Model_Mysql4_Collection_Abstract::$_resetItemsDataChanged
Mage_Core_Model_Mysql4_Collection_Abstract::$_resource
Mage_Core_Model_Mysql4_Collection_Abstract::$_resourceModel
Methods
addOrderIdFilter (line 125)

Order ID filter setter

  • access: public
  • int $orderId
addOrderInformation (line 100)

Join order information

  • access: public
  • array $keys
addParentIdFilter (line 152)

Parent ID filter setter

  • access: public
  • int $parentId
addPaymentIdFilter (line 137)

Payment ID filter setter

Can take either the integer id or the payment instance

  • access: public
addPaymentInformation (line 113)

Join payment information

  • access: public
  • array $keys
addStoreFilter (line 178)

Add filter by store ids

  • access: public
Mage_Sales_Model_Mysql4_Order_Payment_Transaction_Collection addStoreFilter (int|array $storeIds)
  • int|array $storeIds
addTxnTypeFilter (line 163)

Transaction type filter setter

  • access: public
Mage_Sales_Model_Mysql4_Order_Payment_Transaction_Collection addTxnTypeFilter (array|string $txnType)
  • array|string $txnType
_afterLoad (line 234)

Unserialize additional_information in each item

  • access: protected

Redefinition of:
Mage_Core_Model_Mysql4_Collection_Abstract::_afterLoad()
Redeclare after load method for specifying collection items original data
_beforeLoad (line 188)

Prepare filters

  • access: protected
void _beforeLoad ()

Redefinition of:
Mage_Core_Model_Mysql4_Collection_Abstract::_beforeLoad()
Redeclare before load method for adding event
_construct (line 88)

Initialize collection items factory class

  • access: protected
void _construct ()

Redefinition of:
Mage_Core_Model_Mysql4_Collection_Abstract::_construct()
Initialization here

Inherited Methods

Inherited From Mage_Sales_Model_Mysql4_Order_Collection_Abstract

Mage_Sales_Model_Mysql4_Order_Collection_Abstract::getSalesOrder()
Mage_Sales_Model_Mysql4_Order_Collection_Abstract::setOrderFilter()
Mage_Sales_Model_Mysql4_Order_Collection_Abstract::setSalesOrder()

Inherited From Mage_Sales_Model_Mysql4_Collection_Abstract

Mage_Sales_Model_Mysql4_Collection_Abstract::addAttributeToFilter()
Mage_Sales_Model_Mysql4_Collection_Abstract::addAttributeToSelect()
Mage_Sales_Model_Mysql4_Collection_Abstract::addAttributeToSort()
Mage_Sales_Model_Mysql4_Collection_Abstract::getAllIds()
Mage_Sales_Model_Mysql4_Collection_Abstract::joinAttribute()
Mage_Sales_Model_Mysql4_Collection_Abstract::setPage()
Mage_Sales_Model_Mysql4_Collection_Abstract::_attributeToField()
Mage_Sales_Model_Mysql4_Collection_Abstract::_getAllIdsSelect()

Inherited From Mage_Core_Model_Mysql4_Collection_Abstract

Mage_Core_Model_Mysql4_Collection_Abstract::__construct()
Mage_Core_Model_Mysql4_Collection_Abstract::addExpressionFieldToSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::addFieldToSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::getAllIds()
Mage_Core_Model_Mysql4_Collection_Abstract::getMainTable()
Mage_Core_Model_Mysql4_Collection_Abstract::getModelName()
Mage_Core_Model_Mysql4_Collection_Abstract::getResource()
Mage_Core_Model_Mysql4_Collection_Abstract::getResourceModelName()
Mage_Core_Model_Mysql4_Collection_Abstract::getSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::getTable()
Mage_Core_Model_Mysql4_Collection_Abstract::join()
Mage_Core_Model_Mysql4_Collection_Abstract::removeAllFieldsFromSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::removeFieldFromSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::resetItemsDataChanged()
Mage_Core_Model_Mysql4_Collection_Abstract::save()
Mage_Core_Model_Mysql4_Collection_Abstract::setMainTable()
Mage_Core_Model_Mysql4_Collection_Abstract::setModel()
Mage_Core_Model_Mysql4_Collection_Abstract::setResetItemsDataChanged()
Mage_Core_Model_Mysql4_Collection_Abstract::setResourceModel()
Mage_Core_Model_Mysql4_Collection_Abstract::_afterLoad()
Mage_Core_Model_Mysql4_Collection_Abstract::_beforeLoad()
Mage_Core_Model_Mysql4_Collection_Abstract::_canUseCache()
Mage_Core_Model_Mysql4_Collection_Abstract::_construct()
Mage_Core_Model_Mysql4_Collection_Abstract::_getCacheTags()
Mage_Core_Model_Mysql4_Collection_Abstract::_getInitialFieldsToSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::_init()
Mage_Core_Model_Mysql4_Collection_Abstract::_initInitialFieldsToSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::_initSelect()
Mage_Core_Model_Mysql4_Collection_Abstract::_initSelectFields()
Mage_Core_Model_Mysql4_Collection_Abstract::_loadCache()
Mage_Core_Model_Mysql4_Collection_Abstract::_saveCache()
Class Constants

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