This class resides at the top of the Converter hierarchy and provides an abstract
implementation of the Conversion interface for Type-specific Converters to extend.
This class resides at the top of the PropertyDescriptor hierarchy and provides an
abstract implementation of the PropertyDescription interface for Type specific
PropertyDescriptors to extend.
This class resides at the top of the Validator hierarchy and provides an abstract
implementation of the Validation interface for Type specific Validators to extend.
Performs functionally equivalent task as
addModificationItem(ModificationItem), with the arguments supplied to
this method being used to construct the necessary ModificationItem.
Calls the formatter's format method passing aContext as an argument, uses
the returned object (a Hashtable instance) to build the journal record,
and insert it into the journal table.
Adds the existing PropertyDescriptor with the newDescriptorname to the list of contained descriptors and,
if successful, returns the added PropertyDescriptor.
This logic wll be implemented on the project level to handle the result
from the business operation and put the necessary data into the operation
context if necessary. in this time, the biz operatoin context is chained
into the parent context
some data can be updated here when biz operation finished. you can ref
DefaultPaginationOp for a sample
When a non-fatal DSEInvalidRequestException occurs, it may be either an
Aging, a Pending or an Inconsistent processor failure, depending on
whether a request was recently processed for the same page, or if the
server is still processing a prior request for the page.
When a non-fatal DSEInvalidRequestException occurs, it may be either an
Aging, a Pending or an Inconsistent processor failure, depending on
whether a request was recently processed for the same page, or if the
server is still processing a prior request for the page.
used to record the ajax operation context into the http request, and when ajax operation
finished, it will help to find and unchain the ajax context from parent context
Instances of this class contain a Object[] object and his parent bean
This class provides a protocol for accessing the bean's attribute which type is Array by position,
and for changing and removing array position's value
The logic will be implemented on the project-level to get some required parameters
from the request data and put the parameter into the biz operation context
this is occurred before the biz operation instanced.
If the system has a non-zero age limit, then set a timestamp (actually a
date) for the pending request matching the session and page that is
passed in.
Instances of this class contain a boolean[] object and his parent bean
This class provides a protocol for accessing the bean's attribute which type is boolean[] by position,
and for changing and removing array position's value
The ChannelDriver interface This is the interface to be used as a template
for all new device types that are to use the Multichannel Interface This
interface should also detail the extension points for all channel drivers.
This constructor creates a new instance of ClientOperation with
its corresponding Context (obtained from the definition files
through anOperationName).
This constructor creates a new instance of ClientOperation (obtained from the definition
files through anOperationName) chained to the Context Named aParentContextName.