Uses of Class
org.liquidsite.core.content.Group

Packages that use Group
org.liquidsite.app.admin.view   
org.liquidsite.app.template   
org.liquidsite.core.content   
 

Uses of Group in org.liquidsite.app.admin.view
 

Methods in org.liquidsite.app.admin.view with parameters of type Group
 void UserView.viewEditGroup(Request request, Group group)
          Shows the add or edit group page.
 

Uses of Group in org.liquidsite.app.template
 

Methods in org.liquidsite.app.template with parameters of type Group
 void GroupMailMessage.setRecipient(Group recipient)
          Sets the message recipient group.
 

Uses of Group in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content that return Group
 Group ContentForum.getModerator()
          Returns the moderator group.
 Group ContentManager.getGroup(Domain domain, java.lang.String name)
          Returns a group with a specified name.
 Group[] ContentManager.getGroups(Domain domain, java.lang.String filter)
          Returns an array of groups in a specified domain.
 Group[] User.getGroups()
          Returns the groups that this user belongs to.
 

Methods in org.liquidsite.core.content with parameters of type Group
 boolean Permission.isMatch(User user, Group[] groups)
          Checks if the specified user or group list matches this permission.
 void ContentForum.setModerator(Group moderator)
          Sets the moderator group.
 boolean Group.equals(Group obj)
          Checks if this group equals another group.
 void User.addToGroup(Group group)
          Adds this user to the specified group.
 void User.removeFromGroup(Group group)
          Removes this user from the specified group.
 

Constructors in org.liquidsite.core.content with parameters of type Group
Permission(User user, Group group)
          Creates a new permission with default values.
ContentSecurityException(User user, java.lang.String op, Group obj)
          Creates a new content security exception.