com.softslate.commerce.daos.order
Class CountryGatewayDAOBasic

java.lang.Object
  extended bycom.softslate.commerce.daos.core.BaseDAO
      extended bycom.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
          extended bycom.softslate.commerce.daos.order.CountryGatewayDAOBasic
All Implemented Interfaces:
CountryGatewayDAO, DAOInterface

public class CountryGatewayDAOBasic
extends BaseAdminGatewayDAOBasic
implements CountryGatewayDAO

Generic DAO that runs miscellaneous queries related to countries.

Version:
$Id: CountryGatewayDAOBasic.java,v 1.1 2005/02/22 21:59:46 dtobey Exp $
Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.softslate.commerce.daos.core.BaseDAO
 
Constructor Summary
CountryGatewayDAOBasic()
           
 
Method Summary
 void editDeleteCountries(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveCountries()
           
 java.util.Map loadCountriesAndCount(java.util.Map parameters)
           
 
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
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

CountryGatewayDAOBasic

public CountryGatewayDAOBasic()
Method Detail

loadCountriesAndCount

public java.util.Map loadCountriesAndCount(java.util.Map parameters)
                                    throws java.lang.Exception
Specified by:
loadCountriesAndCount in interface CountryGatewayDAO
Throws:
java.lang.Exception

editDeleteCountries

public void editDeleteCountries(java.util.Map parameters,
                                BusinessObjectFactory bof)
                         throws java.lang.Exception
Specified by:
editDeleteCountries in interface CountryGatewayDAO
Throws:
java.lang.Exception

loadActiveCountries

public java.util.Collection loadActiveCountries()
                                         throws java.lang.Exception
Specified by:
loadActiveCountries in interface CountryGatewayDAO
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005