protected function _getSelect()
 {
     $ret = parent::_getSelect();
     $ret->whereEquals('component_id', $this->_getParam('componentId'));
     return $ret;
 }