_getTable()->searchBy(array('transactionId' => $id), 'id'); if ($primaryKey) { $this->setPrimaryKey($primaryKey); return true; } return false; } public function isValidTab($restAlias) { return true; } }