/**
  * Deletes this guestbook entry completely.
  */
 public function delete()
 {
     UserGuestbookEntryEditor::deleteAllCompletely(array($this->entryID));
 }