/**
  * 現在キャンセル待ちのフリマの数を取得します
  *
  * @access public
  * @return int
  * @author shimma
  */
 public function getWaitingEntryCount()
 {
     return \Model_Entry::getUserWaitingEntryCount($this->user_id);
 }