protected function _beforeInsert(Kwf_Model_Row_Interface $row, $submitRow)
 {
     parent::_beforeInsert($row, $submitRow);
     if ($this->_model->hasColumn('component_id')) {
         $row->component_id = $this->_getCategoryDirectory()->dbId;
     }
 }
 protected function _beforeInsert(Kwf_Model_Row_Interface $row, $submitRow)
 {
     parent::_beforeInsert($row, $submitRow);
     $row->newsletter_component_id = $this->_getParam('componentId');
 }
 protected function _beforeInsert(Kwf_Model_Row_Interface $row, $submitRow)
 {
     parent::_beforeInsert($row, $submitRow);
     $row->user_id = $this->_getParam('user_id');
     $row->create_type = 'manual';
 }
 protected function _beforeInsert(Kwf_Model_Row_Interface $row, $submitRow)
 {
     parent::_beforeInsert($row, $submitRow);
     $row->voucher_id = $this->_getParam('voucher_id');
     $row->order_id = null;
 }
 protected function _beforeInsert(Kwf_Model_Row_Interface $row, $submitRow)
 {
     parent::_beforeInsert($row, $submitRow);
     $row->pool = $this->_getPool();
 }