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

Quick Search    Search Deep

org.jeteam.bean.config.web.* (6)

org.jeteam.bean.config: Javadoc index of package org.jeteam.bean.config.


Package Samples:

org.jeteam.bean.config.web

Classes:

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. The level is an integer value formally indicating the level of priority, the higher the value, the higher the priority. Normally this value is hidden from the user and should only be seen by users that create or update the priority. All other users will only see the names but sorted in order of their priority level.
StatusServiceBean: This bean is a service to Status CRUD operations. A status is an indicator telling you the status of a certain task or other item, this is not really like the progress, rather it will tell you if a project is suspended, closed, deleted, etc...
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).
SettingServiceBean: This bean is a service to Setting CRUD operations. A setting is a personal setting/preference a user like to have. At this point it is not yet well defined.
PriorityServiceBean: This bean is a service to Priority CRUD operations. A priority could be attached to almost any action in the system as it indicates the importance.
SettingBean: A setting defines a user defined preference. At this point in time there is no formal definition yet.
StatusBean: The status is not as much the progress as it is for example 'open', 'closed', 'suspended'.
PriorityDTO: Value object for Priority.
SettingDTO: Value object for Setting.
StatusDTO: Value object for Status.
PriorityBeanCMP
PriorityBeanImpl
PriorityServiceBeanImpl
SettingBeanCMP
SettingBeanImpl
SettingServiceBeanImpl
StatusBeanCMP
StatusBeanImpl
StatusServiceBeanImpl
PriorityCRUDDispatchAction
PriorityCRUDDispatchForm
SettingCRUDDispatchAction
SettingCRUDDispatchForm

Home | Contact Us | Privacy Policy | Terms of Service