com.softslate.commerce.daos.shipping
Interface ShippingRateGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingRateGatewayDAOBasic

public interface ShippingRateGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to shipping rates.

Author:
David Tobey

Method Summary
 void editDeleteShippingRates(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveShippingRates()
           
 java.util.Map loadShippingRatesAndCount(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

loadShippingRatesAndCount

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

editDeleteShippingRates

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

loadActiveShippingRates

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


Copyright © SoftSlate, Inc. 2003–2005