Difference between revisions of "GetSocialGroup"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 9: Line 9:


;Parameters:
;Parameters:
:;objectName:The object name or identifier
:;id:The ID of the group
:;fields:A comma-separated list of names of the fields to retrieve
:;criteria:A [[JAVA API:Filter Expressions in JAVA APIs|filter expression]] that specifies records to select.
:;params: An optional [[Parameters Class|Parameters]] object that contains additional parameters:
:::*''' param -''' ...


;Returns:
;Returns:

Revision as of 03:18, 3 December 2011


Get group details.

Syntax
Result result = Functions.getSocialGroup(String id);
Parameters
id
The ID of the group
Returns
A SocialGroupBean object containing group information.
Throws
Exception