com.softslate.commerce.daos.shipping
Interface ShippingRateDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingRateDAOHibernate

public interface ShippingRateDAO
extends DAOInterface

Interface for a DAO to manage the sscShippingRate table of the database.

Author:
David Tobey

Method Summary
 void deleteShippingRate()
           
 void deleteShippingRate(boolean commit)
           
 ShippingRate getShippingRate()
           
 void insertShippingRate()
           
 void insertShippingRate(boolean commit)
           
 void loadShippingRateFromID()
           
 void setShippingRate(ShippingRate shippingRate)
           
 void updateShippingRate()
           
 void updateShippingRate(boolean commit)
           
 
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

getShippingRate

ShippingRate getShippingRate()

setShippingRate

void setShippingRate(ShippingRate shippingRate)

loadShippingRateFromID

void loadShippingRateFromID()
                            throws java.lang.Exception
Throws:
java.lang.Exception

insertShippingRate

void insertShippingRate()
                        throws java.lang.Exception
Throws:
java.lang.Exception

insertShippingRate

void insertShippingRate(boolean commit)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateShippingRate

void updateShippingRate()
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateShippingRate

void updateShippingRate(boolean commit)
                        throws java.lang.Exception
Throws:
java.lang.Exception

deleteShippingRate

void deleteShippingRate()
                        throws java.lang.Exception
Throws:
java.lang.Exception

deleteShippingRate

void deleteShippingRate(boolean commit)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? SoftSlate, LLC 2003?2005