| Name | Description | |
|---|---|---|
![]()  | init | Initializes the GroupService. Called during construction. Inherited from dundas.Component. | 
| Name | Description | |
|---|---|---|
![]()  | eventsManager | Inherited from dundas.Service. | 
![]()  | isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | 
![]()  | site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | 
![]()  | uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. | 
| Name | Description | |
|---|---|---|
![]()  | addMembers | Adds the selected accounts and groups from the specified group. | 
![]()  | addMemberToGroups | Adds the member to a list of groups. | 
![]()  | bind | Subscribe a handler for an event. Inherited from dundas.Service. | 
![]()  | createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | 
![]()  | createGroup | Creates a group with the specified options. The ID field should be left empty, as the result will have it set to the new ID. | 
![]()  | createTimeout | Creates a timeout. Inherited from dundas.Component. | 
![]()  | deleteGroupById | Deletes the group with the specified ID. | 
![]()  | dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | 
![]()  | dispose | Inherited from dundas.Component. | 
![]()  | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | 
![]()  | getGroupById | Gets the group with the specified ID. | 
![]()  | getGroupInfoById | Gets the group info with the specified ID. | 
![]()  | getGroupInfosByIds | Gets limited information about the groups with the specified IDs. | 
![]()  | getGroupMembershipForAccount | Deprecated - Use getMemberOf(id, includeInherited) instead. Gets the groups for which the account has membership. | 
![]()  | getGroupMembershipForGroup | Deprecated - Use getMemberOf(id, includeInherited) instead. Gets the groups for which the group has membership. | 
![]()  | getGroupsByIds | Gets the groups with the specified IDs. | 
![]()  | getMemberOf | Gets the group membership for the specified ID. | 
![]()  | getService | Gets the requested service. Inherited from dundas.Component. | 
![]()  | groupMembers | Gets the list of members in the group | 
![]()  | onLoaded | Called when the service is loaded. Inherited from dundas.Service. | 
![]()  | queryGroupInfos | Gets limited information about the groups corresponding to query criteria. | 
![]()  | queryGroups | Gets the groups corresponding to query criteria. | 
![]()  | queryNumberOfGroups | Gets the number of groups corresponding to query criteria. | 
![]()  | removeMemberFromGroups | Removes the member from a list of groups. | 
![]()  | removeMembers | Removes the selected accounts and groups from the specified group. | 
![]()  | subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | 
![]()  | subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | 
![]()  | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | 
![]()  | trigger | Triggers an event. Inherited from dundas.Service. | 
![]()  | unbind | Unsubscribe an event. Inherited from dundas.Service. | 
![]()  | updateCustomAttributesForGroup | Updates the custom attributes for the specified group. | 
![]()  | updateGroup | Updates the group with the specified options. |