public function processInput($parentRow, $postData = array())
 {
     $row = $this->_getRowByParentRow($parentRow);
     return parent::processInput($row, $postData);
 }