Difference between revisions of "GetSocialNotificationsCount"
From LongJump Support Wiki
imported>Aeric (Created page with "{{subst: Java API}}") |
imported>Aeric |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:getSocialNotificationsCount}} | ||
Get a count of current user's notifications. | |||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
CollectionsBean notifications; | |||
notifications= Functions.getSocialNotificationsCount(); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
;Returns: | ;Returns: | ||
:[ | :A [{{DOCHOST}}/javadocs/com/platform/beans/CollectionBean.html <tt>CollectionBean</tt>] containing [{{DOCHOST}}/javadocs/com/platform/beans/SocialNotificationBean.html SocialNotificationBean] objects. | ||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
Revision as of 02:03, 3 December 2011
Get a count of current user's notifications.
- Syntax
CollectionsBean notifications; notifications= Functions.getSocialNotificationsCount();
- Returns
- A CollectionBean containing SocialNotificationBean objects.
- Throws
- Exception