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

Quick Search    Search Deep

Package org.jeteam.bean.user

Class Summary
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.
UserBeanCMP  
UserBeanImpl  
UserDTO Value object for User.
UserServiceBean This bean is a service to User CRUD operations.
UserServiceBeanImpl  
 

Exception Summary
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).