public function findUserFriendsInList($userId, $first, $count, $userIdList = null) { return $this->friendshipDao->findFriendIdList($userId, $first, $count, $userIdList); }