protected function buildWhere() {
     parent::buildWhere();
     if ($this->_params->exists('userid')) {
         $this->_selectBuilder->where->add('p.'.Pap_Db_Table_Payouts::USER_ID, '=', $this->_params->get('userid'));
     }
 }