com.softslate.commerce.daos.order
Interface StateGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
StateGatewayDAOBasic

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.Collection loadActiveStates()
           
 java.util.Map loadStatesAndCount(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

loadStatesAndCount

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

editDeleteStates

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

loadActiveStates

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


Copyright © SoftSlate, Inc. 2003–2005