Package com.softslate.commerce.daos.product

Data access interfaces and classes related to products and categories.

See:
          Description

Interface Summary
AttributeDAO Interface for a DAO to manage the npcAttribute table of the database.
AttributeGatewayDAO Interface for a DAO that runs miscellaneous queries related to basic attributes.
CategoryDAO Interface for a DAO to manage the npcCategory table of the database.
CategoryGatewayDAO Interface for a DAO that runs miscellaneous queries related to categories.
CategorySettingDAO Interface for a DAO to manage the npcCategorySetting table of the database.
OptionDAO Interface for a DAO to manage the npcOption table of the database.
OptionGatewayDAO Interface for a DAO that runs miscellaneous queries related to options.
ProductDAO Interface for a DAO to manage the npcProduct table of the database.
ProductGatewayDAO Interface for a DAO that runs miscellaneous queries related to products and categories.
ProductSettingDAO Interface for a DAO to manage the npcProductSetting table of the database.
SKUDAO Interface for a DAO to manage the npcSKU table of the database.
SKUGatewayDAO Interface for a DAO that runs miscellaneous queries related to skus.
 

Class Summary
AttributeDAOBasic Generic DAO to manage the npcAttribute table of the database.
AttributeGatewayDAOBasic Generic DAO that runs miscellaneous queries related to attributes.
CategoryDAOBasic Generic DAO to manage the npcCategory table of the database.
CategoryGatewayDAOBasic Generic DAO that runs miscellaneous queries related to categories.
CategorySettingDAOBasic Generic DAO to manage the npcCategorySetting table of the database.
OptionDAOBasic Generic DAO to manage the npcOption table of the database.
OptionGatewayDAOBasic Generic DAO that runs miscellaneous queries related to options.
ProductDAOBasic Generic DAO to manage the npcProduct table of the database.
ProductGatewayDAOBasic Generic DAO that runs miscellaneous queries related to products and categories.
ProductGatewayDAOMSSQL DAO that runs miscellaneous queries specific to MS SQL Server, related to products and categories.
ProductSettingDAOBasic Generic DAO to manage the npcProductSetting table of the database.
SKUDAOBasic Generic DAO to manage the npcSKU table of the database.
SKUGatewayDAOBasic Generic DAO that runs miscellaneous queries related to skus.
 

Package com.softslate.commerce.daos.product Description

Data access interfaces and classes related to products and categories.



Copyright © SoftSlate, Inc. 2003–2005