com.softslate.commerce.daos.order
Interface StateGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
StateGatewayDAOHibernate

public interface StateGatewayDAO
extends DAOInterface

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

Author:
David Tobey

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

Method Detail

loadStatesAndCount

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

editDeleteStates

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


Copyright © SoftSlate, LLC 2003–2005