Uses of Class
org.wamblee.usermgt.Group

Packages that use Group
org.wamblee.usermgt   
org.wamblee.usermgt.hibernate   
 

Uses of Group in org.wamblee.usermgt
 

Methods in org.wamblee.usermgt that return Group
 Group UserAdministration.createGroup(java.lang.String aName)
          Creates a new group.
 Group UserAdministrationImpl.createGroup(java.lang.String aName)
           
 Group InMemoryGroupSet.find(java.lang.String aName)
           
 Group GroupSet.find(java.lang.String aName)
          Finds the group by name.
 Group UserMgtException.getGroup()
          Gets the group for which the problem occured.
 Group UserAdministration.getGroup(java.lang.String aName)
          Gets the group for a given group name.
 Group UserAdministrationImpl.getGroup(java.lang.String aName)
           
 

Methods in org.wamblee.usermgt that return types with arguments of type Group
 java.util.Set<Group> User.getGroups()
          Gets the groups the user belongs to.
 java.util.Set<Group> UserAdministration.getGroups()
          Gets all known groups.
 java.util.Set<Group> UserAdministrationImpl.getGroups()
           
 java.util.Set<Group> InMemoryGroupSet.list()
           
 java.util.Set<Group> GroupSet.list()
          Returns the current groups.
 

Methods in org.wamblee.usermgt with parameters of type Group
 boolean InMemoryGroupSet.add(Group aGroup)
           
 boolean GroupSet.add(Group aGroup)
          Adds a group.
 void UserAdministration.addUserToGroup(User aUser, Group aGroup)
          Adds a user to a group.
 void UserAdministrationImpl.addUserToGroup(User aUser, Group aGroup)
           
 boolean InMemoryGroupSet.contains(Group aGroup)
           
 boolean GroupSet.contains(Group aGroup)
          Determines if the group exists.
 User UserAdministration.createUser(java.lang.String aUser, java.lang.String aPassword, Group aGroup)
          Creates a new user.
 User UserSet.createUser(java.lang.String aUsername, java.lang.String aPassword, Group aGroup)
          Creates a user.
 User AbstractUserSet.createUser(java.lang.String aUsername, java.lang.String aPassword, Group aGroup)
           
 User UserAdministrationImpl.createUser(java.lang.String aUser, java.lang.String aPassword, Group aGroup)
           
 java.util.Set<User> UserAdministration.getUsers(Group aGroup)
          Gets the users for a given group.
 java.util.Set<User> UserAdministrationImpl.getUsers(Group aGroup)
           
 void InMemoryGroupSet.groupModified(Group aGroup)
           
 void UserAdministration.groupModified(Group aGroup)
          Must be called when the group is modified.
 void GroupSet.groupModified(Group aGroup)
          Must be called when the group has been modified to notify the group set.
 void UserAdministrationImpl.groupModified(Group aGroup)
           
 boolean User.isInGroup(Group aGroup)
          Checks whether the user belongs to the given group.
 java.util.Set<User> UserSet.list(Group aGroup)
          Lists the users belonging to a particular group.
 java.util.Set<User> InMemoryUserSet.list(Group aGroup)
           
 boolean InMemoryGroupSet.remove(Group aGroup)
           
 boolean GroupSet.remove(Group aGroup)
          Removes a group.
 void UserAdministration.removeGroup(Group aGroup)
          Removes the group.
 void UserAdministrationImpl.removeGroup(Group aGroup)
           
 void UserAdministration.removeUserFromGroup(User aUser, Group aGroup)
          Removes a user from a group.
 void UserAdministrationImpl.removeUserFromGroup(User aUser, Group aGroup)
           
 void UserAdministration.renameGroup(Group aGroup, java.lang.String aGroupName)
          Renames a group.
 void UserAdministrationImpl.renameGroup(Group aGroup, java.lang.String aGroupName)
           
 

Constructors in org.wamblee.usermgt with parameters of type Group
Group(Group aGroup)
           
UserMgtException(UserMgtException.Reason aCause, Group aGroup)
           
UserMgtException(UserMgtException.Reason aCause, User aUser, Group aGroup)
           
 

Uses of Group in org.wamblee.usermgt.hibernate
 

Methods in org.wamblee.usermgt.hibernate that return Group
 Group HibernateGroupSet.find(java.lang.String aName)
           
 

Methods in org.wamblee.usermgt.hibernate that return types with arguments of type Group
 java.util.Set<Group> HibernateGroupSet.list()
           
 

Methods in org.wamblee.usermgt.hibernate with parameters of type Group
 boolean HibernateGroupSet.add(Group aGroup)
           
 boolean HibernateGroupSet.contains(Group aGroup)
           
 void HibernateGroupSet.groupModified(Group aGroup)
           
 java.util.Set<User> HibernateUserSet.list(Group aGroup)
           
 boolean HibernateGroupSet.remove(Group aGroup)
           
 



Copyright © 2010. All Rights Reserved.