Expresso 5-5-0

Package com.jcorporate.expresso.services.controller.dbmaint

This package contains the various State objects that make up the "Model" of the DBMaint controller.

See:
          Description

Class Summary
Add Displays a form for a new DBObject record.
AddUpdate Processes date entered via standard form presented by Add.
DynamicCmd Base class for all command classes.
GetBase Base class for search/add & update operations that were previously carried out in DBMaint.doGet().
List list all records in a DBObject.
ListBase Base class for the DBMaint commands that display lists of records, such as Search and List.
Lookup  
Search allows the user to search for a record.
SearchList Processes the data passed via a standard form from SEARCH.
Update Provides a standard form for user to update all fields (except primary key).
UpdateBase Base Class for posting add, delete and updating operations.
UpdateDelete Lets user delete a record.
UpdateUpdate Lets user update a record.
ViewBlob This state allows for viewing of BLOB data types.
 

Package com.jcorporate.expresso.services.controller.dbmaint Description

This package contains the various State objects that make up the "Model" of the DBMaint controller. These states can be extended and customized to give DBMaint specific custom behaviours.

DBMaint is a generic database-editing web user interface. It provides all basic needs for add/update/delete/searching records for data tables. It interacts directly with DBObjects.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.