com.softslate.commerce.daos.product
Class ProductGatewayDAOMSSQL

java.lang.Object
  extended bycom.softslate.commerce.daos.core.BaseDAO
      extended bycom.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
          extended bycom.softslate.commerce.daos.product.ProductGatewayDAOBasic
              extended bycom.softslate.commerce.daos.product.ProductGatewayDAOMSSQL
All Implemented Interfaces:
DAOInterface, ProductGatewayDAO

public class ProductGatewayDAOMSSQL
extends ProductGatewayDAOBasic

DAO that runs miscellaneous queries specific to MS SQL Server, related to products and categories.

Author:
David Tobey $Id: ProductGatewayDAOMSSQL.java,v 1.2 2005/05/22 23:37:49 dtobey Exp $

Field Summary
 
Fields inherited from class com.softslate.commerce.daos.product.ProductGatewayDAOBasic
log
 
Fields inherited from class com.softslate.commerce.daos.core.BaseDAO
 
Constructor Summary
ProductGatewayDAOMSSQL()
           
 
Method Summary
 ProductList loadProductList(ProductList productList)
           
 
Methods inherited from class com.softslate.commerce.daos.product.ProductGatewayDAOBasic
deleteProductAttribute, deleteProductAttribute, deleteProductCategory, deleteProductCategory, editDeleteProducts, insertProductAttribute, insertProductAttribute, insertProductCategory, insertProductCategory, loadActiveProducts, loadCategoryTree, loadProductsAndCount, loadProductSettings, loadSkus, processCategorySettings, processCategorySettings, processSettings, processSettings
 
Methods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
formatDateTime, getConnection, getDaoFactory, getDataSource, getSettingsBean, getSQL, getSqlMap, initialize, parseDateTime, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Constructor Detail

ProductGatewayDAOMSSQL

public ProductGatewayDAOMSSQL()
Method Detail

loadProductList

public ProductList loadProductList(ProductList productList)
                            throws java.lang.Exception
Specified by:
loadProductList in interface ProductGatewayDAO
Overrides:
loadProductList in class ProductGatewayDAOBasic
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005