Package com.softslate.commerce.daos.core

Provides basic interfaces and classes used by all the other packages in the data access layer.

See:
          Description

Interface Summary
DAOInterface A parent interface for all of the other interfaces in the data access layer.
SettingsDAO Interface for a DAO for setting and retrieving settings from the database.
 

Class Summary
BaseAdminGatewayDAOBasic  
BaseDAO Abstract superclass for all objects in the data access layer.
DAOFactory Factory class used to create and initialize instances of data access objects.
DAOUtils Holds various utility methods for use by DAOs.
SettingsDAOBasic Generic DAO for setting and retrieving settings from the database.
UpgradesDAOBasic  
 

Package com.softslate.commerce.daos.core Description

Provides basic interfaces and classes used by all the other packages in the data access layer.

The DAOInterface interface is extended by all other interfaces in the data access layer, in much the same way BaseDAO is subclassed by all the implementations in the data acces layer. These two entities provide a common set of methods data access objects in the system use to communicate with the rest of the application.

The SettingsDAOBasic class provides access to the various settings stored in the system.



Copyright © SoftSlate, Inc. 2003–2005