Difference between revisions of "GetSocialGroup"
From LongJump Support Wiki
imported>Aeric (Created page with "{{subst: Java API}}") |
imported>Aeric |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:getSocialGroup}} | ||
Get group details. | |||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
SocialGroupBean sgb = Functions.getSocialGroup(String id); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
;Parameters: | ;Parameters: | ||
:; | :;id:The ID of the group | ||
;Returns: | ;Returns: | ||
:[ | :;A [{{DOCHOST}}/javadocs/com/platform/beans/SocialGroupBean.html <tt>SocialGroupBean</tt>] object containing group information. | ||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
Latest revision as of 20:50, 14 May 2012
Get group details.
- Syntax
SocialGroupBean sgb = Functions.getSocialGroup(String id);
- Parameters
-
- id
- The ID of the group
- Returns
-
- A SocialGroupBean object containing group information.
- Throws
- Exception