*/ class Mage_Sales_Model_Entity_Order_Creditmemo_Item_Collection extends Mage_Eav_Model_Entity_Collection_Abstract { protected function _construct() { $this->_init('sales/order_creditmemo_item'); } public function setCreditmemoFilter($creditmemoId) { $this->addAttributeToFilter('parent_id', $creditmemoId); return $this; } }