Difference between revisions of "GetSocialGroup"

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


;Returns:
;Returns:
:[[Result Class|<tt>Result</tt>]] object<br/>
:;A [{{DOCHOST}}/javadocs/com/platform/beans/SocialGroupBean.html <tt>SocialGroupBean</tt>] object containing group information.
--or--
:An integer containing ...
:A string containing ...


;Throws:
;Throws:
:Exception
:Exception
;Example:This example ....
:<syntaxhighlight lang="java" enclose="div">
...
</syntaxhighlight>

Revision as of 02:18, 3 December 2011


Get group details.

Syntax
Result result = Functions.getSocialGroup(String id);
Parameters
objectName
The object name or identifier
fields
A comma-separated list of names of the fields to retrieve
criteria
A filter expression that specifies records to select.
params
An optional Parameters object that contains additional parameters:
  • param - ...
Returns
A SocialGroupBean object containing group information.
Throws
Exception