com.softslate.commerce.daos.shipping
Interface ShippingRuleRangeGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingRuleRangeGatewayDAOHibernate

public interface ShippingRuleRangeGatewayDAO
extends DAOInterface

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

Author:
Jason McWilliams

Method Summary
 void editDeleteShippingRuleRanges(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Map loadShippingRuleRangesAndCount(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

loadShippingRuleRangesAndCount

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

editDeleteShippingRuleRanges

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


Copyright ? SoftSlate, LLC 2003?2005