Uses of Class
edu.nrao.sss.model.user.User

Packages that use User
edu.nrao.sss.model.user Outdated; use new NRAO User package. 
 

Uses of User in edu.nrao.sss.model.user
 

Methods in edu.nrao.sss.model.user that return types with arguments of type User
 Set<User> Institution.getAffiliatedUsers()
           
 Set<User> UserGroup.getUsers()
           
 

Methods in edu.nrao.sss.model.user with parameters of type User
 void Institution.addToAffiliatedUsers(User user)
           
 void UserGroup.addToUsers(User user)
           
 boolean UserFilter.allows(User param)
          Returns true if this filter allows the given parameter to pass through it.
 boolean UserFilter.blocks(User user)
          Returns true if this filter blocks the given parameter.
 void User.copy(User user)
          Deprecated.  
 

Method parameters in edu.nrao.sss.model.user with type arguments of type User
 void Institution.setAffiliatedUsers(Set<User> affiliatedUsers)
           
 void UserGroup.setUsers(Set<User> users)
           
 



Copyright © 2009. All Rights Reserved.