/**
  *
  * @param int $recipientUid
  */
 public function removeAll($tokenId)
 {
     $this->_db->update("DELETE FROM " . " notification WHERE tokenId = %d", $this->token);
 }