Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.jeteam.bean.user

Classes in org.jeteam.bean.user used by org.jeteam.bean.user
UserBean
           A user represents an actor in the system, he logs on using a username and a password, the password itself is not stored, but the system uses a SHA-1 hash instead.
UserBeanImpl
           
UserDTO
          Value object for User.
UserException
          This exception represents a business exception, the arguments passed to the constructor should be the i18n context message key, its associated parameters, and a Throwable instance that cause this exception (if any).
UserServiceBean
           This bean is a service to User CRUD operations.