| com.jcorporate.expresso.core.controller.DBController com.jcorporate.expresso.services.controller.DBMaint
DBMaint | public class DBMaint extends DBController (Code) | | Controller that enables basic maintenance (add/update/delete) of any DBObject
DBMaint acts more as a controller for allowing operations on DBObjects.
The real work for adding, deleting, searching and updating is carried out by
a series of classes that are dynamically instantiated and live in the
com.jcorporate.expresso.core.servlet.commands package. These classes
can be extended to add additional functionality.
When tracking down code functionality, the core states are in package:
com.jcorporate.expresso.services.dbmaint
The only state handlers embedded in the class are minimalistic classes
for allowing admins to select the DBObjects to administer from dropdown lists.
author: Michael Nash version: $Revision: 1.19 $ $Date: 2004/11/17 20:48:17 $ |
Constructor Summary | |
public | DBMaint() Default Constructor. |
DBMaint | public DBMaint()(Code) | | Default Constructor. It constructs all the state
|
getTitle | public String getTitle()(Code) | | Retrieve the title of this Controller
java.lang.String The Title of the controller |
|
|