com.softslate.commerce.daos.order
Class CountryGatewayDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
          extended by com.softslate.commerce.daos.order.CountryGatewayDAOHibernate
All Implemented Interfaces:
DAOInterface, CountryGatewayDAO

public class CountryGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements CountryGatewayDAO

Generic DAO that runs miscellaneous queries related to countries.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
CountryGatewayDAOHibernate()
           
 
Method Summary
 void editDeleteCountries(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Map loadCountriesAndCount(java.util.Map parameters)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
editDeleteItems, loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs, processCommonCriteria
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setSettings, setSqlMap, updateObject
 
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
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject
 

Field Detail

log

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

CountryGatewayDAOHibernate

public CountryGatewayDAOHibernate()
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


Copyright ? SoftSlate, LLC 2003?2005