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

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

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

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

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

Methods in com.mirth.match.ejb.inex that return User
 User ObjectFactory.createUser()
          Create an instance of User
 User Department.getManager()
          Gets the value of the manager property.
 User EntityDomainAccess.getUser()
          Gets the value of the user property.
 User UserPreference.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.
 

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

Methods in com.mirth.match.ejb.inex with parameters of type User
 void Department.setManager(User value)
          Sets the value of the manager property.
 void EntityDomainAccess.setUser(User value)
          Sets the value of the user property.
 void UserPreference.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.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.