Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.dataobjects

Packages that use com.jcorporate.expresso.core.dataobjects
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
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.ext.xml.dbobj Contains database objects for configuring XSL transformations of XML output from Controller objects. 
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.controller.ui Objects that provide an automatic user interface rendering capability to the system 
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.core.dataobjects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataException
          Base class exception for the dataobjects framework.
DataExecutorInterface
          This class' job is to provide an interface between DataObjects and the underlying data source.
DataField
          This class represents a single field of data that is stored within the data object.
DataFieldMetaData
          This interface will eventually have the same public functionality as DBField.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
DataObjectMetaData
          This interface contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
DataQueryInterface
          This interface provides a standard interface to deal with parts that operate and return multiple DataObjects.
DataTransferObject
          Basic HashMap wrapper for the Data Transfer Object pattern.
DefaultDataField
          Default implementation of the DataField interface.
DuplicateKeyException
          Exception that gets thrown when there's a duplicate key in the table.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.core.dataobjects.jdbc
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataException
          Base class exception for the dataobjects framework.
DataExecutorInterface
          This class' job is to provide an interface between DataObjects and the underlying data source.
DataField
          This class represents a single field of data that is stored within the data object.
DataFieldMetaData
          This interface will eventually have the same public functionality as DBField.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
DataObjectMetaData
          This interface contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
DataQueryInterface
          This interface provides a standard interface to deal with parts that operate and return multiple DataObjects.
DataTransferObject
          Basic HashMap wrapper for the Data Transfer Object pattern.
Defineable
          Interface for providing auto-definition of DataObjects.
DuplicateKeyException
          Exception that gets thrown when there's a duplicate key in the table.
NestableDataObject
          Nestable indicates that the derived class includes nested data objects.
Securable
          Interface to described a database object that is subject to security constraints.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.core.dbobj
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataException
          Base class exception for the dataobjects framework.
DataField
          This class represents a single field of data that is stored within the data object.
DataFieldMetaData
          This interface will eventually have the same public functionality as DBField.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
DataObjectMetaData
          This interface contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
DataTransferObject
          Basic HashMap wrapper for the Data Transfer Object pattern.
Securable
          Interface to described a database object that is subject to security constraints.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.core.misc
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.core.security
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
Mappable
          Objects that implement this interface are claiming that there is a one-to-one relation between one field value and a key field value.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.ext.dbobj
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
Securable
          Interface to described a database object that is subject to security constraints.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.ext.dbobj.regobj
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
Securable
          Interface to described a database object that is subject to security constraints.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.ext.xml.dbobj
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
Securable
          Interface to described a database object that is subject to security constraints.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.services.controller.dbmaint
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
DataObjectMetaData
          This interface contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.services.controller.ui
DataFieldMetaData
          This interface will eventually have the same public functionality as DBField.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
 

Classes in com.jcorporate.expresso.core.dataobjects used by com.jcorporate.expresso.services.dbobj
BaseDataObject
          A base class that provides some functionality for all Data Objects
ContextNested
          Context nested represents any object that can be retrieved or set to any specific data context.
DataObject
          This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
Securable
          Interface to described a database object that is subject to security constraints.
 


Expresso 5-6

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