com.softslate.commerce.daos.shipping
Interface ShippingMethodGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingMethodGatewayDAOHibernate

public interface ShippingMethodGatewayDAO
extends DAOInterface

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
 void editDeleteShippingMethods(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveMethodsAndRates()
           
 java.util.Collection loadActiveRatesByMethodCode(java.lang.String code)
           
 java.util.Map loadShippingMethodsAndCount(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

loadShippingMethodsAndCount

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

editDeleteShippingMethods

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

loadActiveMethodsAndRates

java.util.Collection loadActiveMethodsAndRates()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

loadActiveRatesByMethodCode

java.util.Collection loadActiveRatesByMethodCode(java.lang.String code)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? SoftSlate, LLC 2003?2005