Mage_Tax_Model_Mysql4_Calculation_Rate_Title Class Reference

Inheritance diagram for Mage_Tax_Model_Mysql4_Calculation_Rate_Title:

Mage_Core_Model_Mysql4_Abstract Mage_Core_Model_Resource_Abstract

List of all members.

Public Member Functions

 deleteByRateId ($rateId)

Protected Member Functions

 _construct ()


Detailed Description

Tax Rate Title Collection

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file Title.php.


Member Function Documentation

_construct (  )  [protected]

Resource initialization

Reimplemented from Mage_Core_Model_Resource_Abstract.

Definition at line 35 of file Title.php.

00036     {
00037         $this->_init('tax/tax_calculation_rate_title', 'tax_calculation_rate_title_id');
00038     }

deleteByRateId ( rateId  ) 

Definition at line 40 of file Title.php.

00041     {
00042         $conn = $this->_getWriteAdapter();
00043         $where = $conn->quoteInto('tax_calculation_rate_id = ?', $rateId);
00044         $conn->delete($this->getMainTable(), $where);
00045     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:54 2009 for Magento by  doxygen 1.5.8