A C D G I L M O P R S T U V

U

User - Class in org.domain.rhims.entity
The User class is the base class used to represent users of the application, such as doctors, nurses, patients, administrators, etc.
User() - Constructor for class org.domain.rhims.entity.User
Default constructor
User(String, String) - Constructor for class org.domain.rhims.entity.User
Constructor
User(String, String, String, String, String, String) - Constructor for class org.domain.rhims.entity.User
Constructor
UserDAO - Interface in org.domain.rhims.dao
The UserDAO is responsible for managing the persistence of application Users.
UserDAOMySQL - Class in org.domain.rhims.dao
This EJB provides a MySQL specific implementation of the UserDAO.
UserDAOMySQL() - Constructor for class org.domain.rhims.dao.UserDAOMySQL
 
UserManager - Interface in org.domain.rhims.manager
The UserManager is the business/application logic that handles the users of the system, such as clinicians and patients.
UserManagerAction - Class in org.domain.rhims.manager
This class provides an implementation of the UserManager.
UserManagerAction() - Constructor for class org.domain.rhims.manager.UserManagerAction
 

A C D G I L M O P R S T U V