Uses of Class
com.nurelm.nucontent.model.Group

Packages that use Group
com.nurelm.nucontent.model This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified. 
 

Uses of Group in com.nurelm.nucontent.model
 

Methods in com.nurelm.nucontent.model that return Group
 Group Site.getGroup(java.lang.String groupname)
           
 Group Site.getSiteAdminGroup()
           
 Group[] Site.getGroups(java.lang.String[] groupnames)
           
 Group Site.createGroup(java.lang.String groupname)
           
 

Methods in com.nurelm.nucontent.model with parameters of type Group
 boolean User.addToGroup(Group group)
          Add this User as a member to supplied Group.
 boolean User.removeFromGroup(Group group)
          Removes this User from the supplied Group.
 boolean User.isInGroup(Group group)
          Determine whether User is member of supplied Group.
 void User.replaceGroups(Group[] replacementGroups)
          Replaces any existing groups with the ones supplied.