public function getUserListWithCorrespondenceAlt($friendIdList)
 {
     $userId = OW::getUser()->getId();
     $userIdList = $this->messageDao->findUserListWithCorrespondenceAlt($userId, $friendIdList);
     return $userIdList;
 }