GroupManager.h

Includes:
<Foundation/Foundation.h>
"CBEIOS/delegate/ListGroupsDelegate.h"
"CBEIOS/delegate/SearchGroupsDelegate.h"
"CBEIOS/Types.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Methods

+getTenantId
+id

to manage the users own Group.

+searchGroups:delegate:parentGroupId:

getTenantId


-(CBEGroupId) getTenantId;  
Discussion

Returns the tenant id of the Tenant user group that the user is in.


id


to manage the users own Group.

 -(void) listGroups:(id<ListGroupsDelegatePtr>)delegate;  

searchGroups:delegate:parentGroupId:


-(void) searchGroups:(CBEGroupFilter*)filter delegate:(id<SearchGroupsDelegatePtr>) delegate 
        parentGroupId:(CBEGroupId) parentGroupId;  
Parameters
filter

is a group filter to set search criteria for open public groups. Look att class GroupFilter for more information.

delegate

is the callback protocol template for group actions.

parentGroupId

is the id of the group to be searched within. If this is not set the tenent id will be used.

Discussion

Search for open public groups.