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

Quick Search    Search Deep

Package org.jeteam.bean.task

Class Summary
NoteBean Notes can be attached to tasks by other users, they can contain any kind of information about the specific task.
NoteBeanCMP  
NoteBeanImpl  
NoteDTO Value object for Note.
NoteServiceBean This bean is a service to Note CRUD operations
NoteServiceBeanImpl  
TaskBean Tasks are created by users for users, they have a status telling the current progress.
TaskBeanCMP  
TaskBeanImpl  
TaskDTO Value object for Task.
TaskServiceBean This bean is a service to Task CRUD operations.
TaskServiceBeanImpl  
 

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