com.softslate.commerce.daos.shipping
Interface ShippingMethodGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingMethodGatewayDAOBasic

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.Collection loadActiveShippingMethods()
           
 java.util.Map loadShippingMethodsAndCount(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

loadShippingMethodsAndCount

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

editDeleteShippingMethods

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

loadActiveShippingMethods

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

loadActiveMethodsAndRates

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

loadActiveRatesByMethodCode

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


Copyright © SoftSlate, Inc. 2003–2005