protected function doOneRowLoaded($row, $tempRow)
 {
     if ($this->isAddingExactlyOneRow($row)) {
         return parent::doOneRowLoaded($row, $tempRow);
     }
 }