Expresso 5-6

Uses of Package
com.jcorporate.expresso.services.dbobj

Packages that use com.jcorporate.expresso.services.dbobj
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.job Classes that define "Jobs" or server-side tasks that are run asynchronously to the user's web browser.  
com.jcorporate.expresso.core.logging This package contains the objects that form Expresso's interface to the log4j logging system, including a custom appender to write to Expresso database-based log. 
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
com.jcorporate.expresso.services.validation This package provides for a 'validation framework'.  
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.core.dbobj
RowPermissions
          storage for read/write permissions concerning a given row in the database this table stores user & "other" permissions

this object and its table should be manipulated only through RowSecuredDBObject

 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.core.job
JobQueue
          Copyright 1999, 2000, 2001 Jcorporate Ltd.
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.core.logging
LogEntry
          LogEntry Log system events, errors, etc
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.ext.dbobj
RegistrationDBObject
          Whenever you create a DBObject to be used for Registration, you need to derive it from this class.
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.ext.dbobj.regobj
RegistrationDBObject
          Whenever you create a DBObject to be used for Registration, you need to derive it from this class.
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.services.controller.dbmaint
MediaDBObject
          A MediaDBObject is a DBObject intended to be used for storage of media objects directly in the database.
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.services.dbobj
MimeTypes
          This table provides for mapping between files and mime types.
RegistrationDomain
          A registration domain defines a registration context.
RowGroupPerms
          storage for read/write permissions for a group, concerning a given row in the database this object and its table are a complement to the RowPermissions object and table.
SecurityDBObject
          

SecurityDBObject.java this object provides a means to control the DB context via Setup values.

UserGroup
          UserGroup is a grouping of a number of users for security purposes.
 

Classes in com.jcorporate.expresso.services.dbobj used by com.jcorporate.expresso.services.validation
JobQueue
          Copyright 1999, 2000, 2001 Jcorporate Ltd.
JobQueueParam
          A JobQueueParam entry provides information to the job that is being queued that tell it how to run & what data to operate on.
ValidationQueue
          This class stores each validation entry
 


Expresso 5-6

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