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 sscAttribute 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 sscCategory table of the database.
CategoryGatewayDAO Interface for a DAO that runs miscellaneous queries related to categories.
CategorySettingDAO Interface for a DAO to manage the sscCategorySetting table of the database.
DiscountDAO Interface for a DAO to manage the sscDiscount table of the database.
DiscountGatewayDAO Interface for a DAO that runs miscellaneous queries related to discounts.
DiscountRangeDAO Interface for a DAO to manage the sscDiscountRange table of the database.
DiscountRangeGatewayDAO Interface for a DAO that runs miscellaneous queries related to discount ranges.
ManufacturerDAO Interface for a DAO to manage the sscManufacturer table of the database.
ManufacturerGatewayDAO Interface for a DAO that runs miscellaneous queries related to manufacturers.
OptionDAO Interface for a DAO to manage the sscOption table of the database.
OptionGatewayDAO Interface for a DAO that runs miscellaneous queries related to options.
ProductDAO Interface for a DAO to manage the sscProduct 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 sscProductSetting table of the database.
SKUDAO Interface for a DAO to manage the sscSKU table of the database.
SKUGatewayDAO Interface for a DAO that runs miscellaneous queries related to skus.
 

Class Summary
AttributeDAOHibernate Generic DAO to manage the sscAttribute table of the database.
AttributeGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to attributes.
CategoryDAOHibernate Generic DAO to manage the sscCategory table of the database.
CategoryGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to categories.
CategorySettingDAOHibernate Generic DAO to manage the sscCategorySetting table of the database.
DiscountDAOHibernate Generic DAO to manage the sscDiscount table of the database.
DiscountGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to discounts.
DiscountRangeDAOHibernate Generic DAO to manage the sscDiscountRange table of the database.
DiscountRangeGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to discount ranges.
ManufacturerDAOHibernate Generic DAO to manage the sscManufacturer table of the database.
ManufacturerGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to manufacturers.
OptionDAOHibernate Generic DAO to manage the sscOption table of the database.
OptionGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to options.
ProductDAOHibernate Generic DAO to manage the sscProduct table of the database.
ProductGatewayDAOHibernate Generic DAO that runs miscellaneous queries related to products and categories.
ProductSettingDAOHibernate Generic DAO to manage the sscProductSetting table of the database.
SKUDAOHibernate Generic DAO to manage the sscSKU table of the database.
SKUGatewayDAOHibernate 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, LLC 2003?2005