/**
  * @param array $updateColumns list of columns that should be updated. if not set, all modified columns are update
  * @throws Gpf_DbEngine_Row_ConstraintException
  */
 public function update($updateColumns = array()) {
     parent::update($updateColumns);
     $this->afterSave();
 }