com.softslate.commerce.daos.order
Class StateGatewayDAOBasic

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

public class StateGatewayDAOBasic
extends BaseAdminGatewayDAOBasic
implements StateGatewayDAO

Generic DAO that runs miscellaneous queries related to states.

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
StateGatewayDAOBasic()
           
 
Method Summary
 void editDeleteStates(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveStates()
           
 java.util.Map loadStatesAndCount(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

StateGatewayDAOBasic

public StateGatewayDAOBasic()
Method Detail

loadStatesAndCount

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

editDeleteStates

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

loadActiveStates

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


Copyright © SoftSlate, Inc. 2003–2005