/**
  * Saves/updates <BOL_QuestionValue> objects.
  *
  * @param BOL_QuestionValue $value
  */
 public function saveOrUpdateQuestionValue(BOL_QuestionValue $value)
 {
     $this->valueDao->save($value);
     $this->updateQuestionsEditStamp();
 }