com.softslate.commerce.daos.product
Interface CategoryGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CategoryGatewayDAOBasic

public interface CategoryGatewayDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void editDeleteCategories(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveCategories()
           
 java.util.Collection loadAllCategories()
           
 java.util.Map loadCategoriesAndCount(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

loadCategoriesAndCount

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

editDeleteCategories

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

loadActiveCategories

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

loadAllCategories

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


Copyright © SoftSlate, Inc. 2003–2005