nl.gx.webmanager.services.usermanager
Interface Group


public interface Group

This type models groups of Users. Instances should be obtained through the GroupManager methods. Instances typically are mutable because of the two set methods, and are not required to be thread-safe.


Method Summary
 WmId getId()
           
 java.lang.String getName()
           
 Realm getRealm()
           
 boolean getUseInDocuments()
           
 int getWebsiteId()
           
 void setName(java.lang.String name)
          Changes the name of the group.
 void setUseInDocuments(boolean useInDocuments)
          Changes whether this group is available in Documents.
 

Method Detail

getId

WmId getId()
Returns:
the unique identifier for this group

getRealm

Realm getRealm()
Returns:
the Realm to which this group belongs

getName

java.lang.String getName()
Returns:
the group name

setName

void setName(java.lang.String name)
Changes the name of the group.

Parameters:
name - the new name of the group

getWebsiteId

int getWebsiteId()
Returns:
the identifier of the web site on which this group is available

getUseInDocuments

boolean getUseInDocuments()
Returns:
whether this group is available in Documents

setUseInDocuments

void setUseInDocuments(boolean useInDocuments)
Changes whether this group is available in Documents.

Parameters:
useInDocuments - the new value for the setting


Copyright © 2007-2011 GX Software BV. All Rights Reserved.