Uses of Class
com.mirth.match.ejb.core.User

Packages that use User
com.mirth.match.ejb.core   
 

Uses of User in com.mirth.match.ejb.core
 

Fields in com.mirth.match.ejb.core declared as User
protected  User Department.manager
           
protected  User IdentifierDomainFilter.user
           
protected  User UserFilter.user
           
protected  User Password.user
           
protected  User UserPreference.user
           
 

Fields in com.mirth.match.ejb.core with type parameters of type User
protected  java.util.List<User> Department.users
           
protected  java.util.List<User> SecurityRole.users
           
 

Methods in com.mirth.match.ejb.core that return User
 User ObjectFactory.createUser()
          Create an instance of User
 User Department.getManager()
          Gets the value of the manager property.
 User IdentifierDomainFilter.getUser()
          Gets the value of the user property.
 User UserFilter.getUser()
          Gets the value of the user property.
 User Password.getUser()
          Gets the value of the user property.
 User UserPreference.getUser()
          Gets the value of the user property.
 

Methods in com.mirth.match.ejb.core that return types with arguments of type User
 java.util.List<User> Department.getUsers()
          Gets the value of the users property.
 java.util.List<User> SecurityRole.getUsers()
          Gets the value of the users property.
 

Methods in com.mirth.match.ejb.core with parameters of type User
 void Department.setManager(User value)
          Sets the value of the manager property.
 void IdentifierDomainFilter.setUser(User value)
          Sets the value of the user property.
 void UserFilter.setUser(User value)
          Sets the value of the user property.
 void Password.setUser(User value)
          Sets the value of the user property.
 void UserPreference.setUser(User value)
          Sets the value of the user property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.