Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

Member.getInterests()

Return the list of interest groups to which this member has subscribed.

Syntax

numberArray = Member.getInterests()

Parameters

The 'Member.getInterests' method takes no parameters

Results

The 'Member.getInterests' method returns an array of number:

Type/Value Range/Length Description
number   Array of interest groups to which this member belongs.

Remarks

The Whitebeam membership services architecture supports the concept of 'interest groups' - embodied in the JavaScript Interest class. Creating an interest group - using Interest.create() - returns a unique ID for that interest group.

This method allows the application code to determine the set of interest groups to which this member has subscribed. The set of interest groups is returned as a JavaScript array of numbers - each number is the unique ID of one of the existing interest groups.

Whitebeam release 1.3.36
(loadtime : 10ms)