com.softslate.commerce.daos.product
Interface SKUGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
SKUGatewayDAOBasic

public interface SKUGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to skus.

Author:
David Tobey

Method Summary
 void editDeleteSKUs(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveSKUs()
           
 java.util.Map loadSKUsAndCount(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

loadSKUsAndCount

public java.util.Map loadSKUsAndCount(java.util.Map parameters)
                               throws java.lang.Exception
Throws:
java.lang.Exception

editDeleteSKUs

public void editDeleteSKUs(java.util.Map parameters,
                           BusinessObjectFactory bof)
                    throws java.lang.Exception
Throws:
java.lang.Exception

loadActiveSKUs

public java.util.Collection loadActiveSKUs()
                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005