Lines Matching refs:communityId

297      * @param int $communityId The ID of the community to get.
303 public function get($communityId, $optParams = array()) { argument
304 $params = array('communityId' => $communityId);
349 * @param int $communityId ID of the community.
353 public function delete($communityId, $userId, $optParams = array()) { argument
354 $params = array('communityId' => $communityId, 'userId' => $userId);
362 * @param int $communityId ID of the community.
367 public function insert($communityId, $userId, $optParams = array()) { argument
368 $params = array('communityId' => $communityId, 'userId' => $userId);
392 * @param int $communityId ID of the community.
396 public function delete($communityId, $userId, $optParams = array()) { argument
397 $params = array('communityId' => $communityId, 'userId' => $userId);
405 * @param int $communityId ID of the community.
412 public function get($communityId, $userId, $optParams = array()) { argument
413 $params = array('communityId' => $communityId, 'userId' => $userId);
425 * @param int $communityId ID of the community.
430 public function insert($communityId, $userId, $optParams = array()) { argument
431 $params = array('communityId' => $communityId, 'userId' => $userId);
445 * @param int $communityId The ID of the community whose members will be listed.
454 public function listCommunityMembers($communityId, $optParams = array()) { argument
455 $params = array('communityId' => $communityId);
479 … * @param int $communityId The ID of the community whose message will be moved to the trash folder.
484 public function delete($communityId, $topicId, $messageId, $optParams = array()) { argument
485 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'messageId' => $messageId);
493 * @param int $communityId The ID of the community the message should be added to.
499 …public function insert($communityId, $topicId, Google_CommunityMessage $postBody, $optParams = arr… argument
500 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody);
512 * @param int $communityId The ID of the community which messages will be listed.
521 public function listCommunityMessages($communityId, $topicId, $optParams = array()) { argument
522 $params = array('communityId' => $communityId, 'topicId' => $topicId);
546 * @param int $communityId The ID of the community whose poll is being commented.
552 …public function insert($communityId, $pollId, Google_CommunityPollComment $postBody, $optParams = … argument
553 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
565 * @param int $communityId The ID of the community whose poll is having its comments listed.
574 public function listCommunityPollComments($communityId, $pollId, $optParams = array()) { argument
575 $params = array('communityId' => $communityId, 'pollId' => $pollId);
599 * @param int $communityId The ID of the community whose poll is being voted.
605 …public function insert($communityId, $pollId, Google_CommunityPollVote $postBody, $optParams = arr… argument
606 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
630 * @param int $communityId The ID of the community for whose poll will be retrieved.
637 public function get($communityId, $pollId, $optParams = array()) { argument
638 $params = array('communityId' => $communityId, 'pollId' => $pollId);
650 * @param int $communityId The ID of the community which polls will be listed.
658 public function listCommunityPolls($communityId, $optParams = array()) { argument
659 $params = array('communityId' => $communityId);
683 * @param int $communityId The ID of the community whose related communities will be listed.
689 public function listCommunityRelated($communityId, $optParams = array()) { argument
690 $params = array('communityId' => $communityId);
714 … * @param int $communityId The ID of the community whose topic will be moved to the trash folder.
718 public function delete($communityId, $topicId, $optParams = array()) { argument
719 $params = array('communityId' => $communityId, 'topicId' => $topicId);
727 * @param int $communityId The ID of the community whose topic will be retrieved.
734 public function get($communityId, $topicId, $optParams = array()) { argument
735 $params = array('communityId' => $communityId, 'topicId' => $topicId);
747 * @param int $communityId The ID of the community the topic should be added to.
754 public function insert($communityId, Google_CommunityTopic $postBody, $optParams = array()) { argument
755 $params = array('communityId' => $communityId, 'postBody' => $postBody);
767 * @param int $communityId The ID of the community which topics will be listed.
775 public function listCommunityTopics($communityId, $optParams = array()) { argument
776 $params = array('communityId' => $communityId);
1746 public $communityId; variable in Google_CommunityPoll
1779 public function setCommunityId( $communityId) { argument
1780 $this->communityId = $communityId;
1783 return $this->communityId;