Interface ShippingMethodGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ShippingMethodGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to shipping
methods.
- Version:
- $Id: ShippingMethodGatewayDAO.java,v 1.1 2005/02/10 01:54:01 dtobey Exp $
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteShippingMethods
(Map parameters, BusinessObjectFactory bof) loadRatesByMethodCode
(String code) loadShippingMethodsAndCount
(Map parameters) Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap, updateObject