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

Quick Search    Search Deep

Package org.jeteam.bean.config

Class Summary
PriorityBean The priority of a task denotes the urgency, this is a way of making it easier for users to choose which task to work on first.
PriorityBeanCMP  
PriorityBeanImpl  
PriorityDTO Value object for Priority.
PriorityServiceBean This bean is a service to Priority CRUD operations.
PriorityServiceBeanImpl  
SettingBean A setting defines a user defined preference.
SettingBeanCMP  
SettingBeanImpl  
SettingDTO Value object for Setting.
SettingServiceBean This bean is a service to Setting CRUD operations.
SettingServiceBeanImpl  
StatusBean The status is not as much the progress as it is for example 'open', 'closed', 'suspended'.
StatusBeanCMP  
StatusBeanImpl  
StatusDTO Value object for Status.
StatusServiceBean This bean is a service to Status CRUD operations.
StatusServiceBeanImpl  
 

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