Lines Matching refs:userId

31      * @param string $userId ID of the user to be removed from the activity.
34 public function delete($activityId, $userId, $optParams = array()) { argument
35 $params = array('activityId' => $activityId, 'userId' => $userId);
67 …* @param string $userId The ID of the user whose activities will be listed. Can be me to refer to …
76 public function listActivities($userId, $collection, $optParams = array()) { argument
77 $params = array('userId' => $userId, 'collection' => $collection);
167 …* @param string $userId The ID of the user whose badges will be listed. Can be me to refer to call…
172 public function get($userId, $badgeId, $optParams = array()) { argument
173 $params = array('userId' => $userId, 'badgeId' => $badgeId);
185 …* @param string $userId The id of the user whose badges will be listed. Can be me to refer to call…
189 public function listBadges($userId, $optParams = array()) { argument
190 $params = array('userId' => $userId);
316 …* @param string $userId The ID of the user whose communities will be listed. Can be me to refer to…
324 public function listCommunities($userId, $optParams = array()) { argument
325 $params = array('userId' => $userId);
350 * @param string $userId ID of the user.
353 public function delete($communityId, $userId, $optParams = array()) { argument
354 $params = array('communityId' => $communityId, 'userId' => $userId);
363 * @param string $userId ID of the user.
367 public function insert($communityId, $userId, $optParams = array()) { argument
368 $params = array('communityId' => $communityId, 'userId' => $userId);
393 * @param string $userId ID of the user.
396 public function delete($communityId, $userId, $optParams = array()) { argument
397 $params = array('communityId' => $communityId, 'userId' => $userId);
406 * @param string $userId ID of the user.
412 public function get($communityId, $userId, $optParams = array()) { argument
413 $params = array('communityId' => $communityId, 'userId' => $userId);
426 * @param string $userId ID of the user.
430 public function insert($communityId, $userId, $optParams = array()) { argument
431 $params = array('communityId' => $communityId, 'userId' => $userId);
800 …* @param string $userId The ID of the user whose counters will be listed. Can be me to refer to ca…
804 public function listCounters($userId, $optParams = array()) { argument
805 $params = array('userId' => $userId);