com.softslate.commerce.daos.shipping
Class ShippingMethodDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.shipping.ShippingMethodDAOHibernate
All Implemented Interfaces:
DAOInterface, ShippingMethodDAO

public class ShippingMethodDAOHibernate
extends BaseDAO
implements DAOInterface, ShippingMethodDAO

Generic DAO to manage the sscShippingMethod table of the database.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  ShippingMethod shippingMethod
           
 
Constructor Summary
ShippingMethodDAOHibernate()
           
 
Method Summary
 void deleteShippingMethod()
           
 void deleteShippingMethod(boolean commit)
           
 ShippingMethod getShippingMethod()
           
 void insertShippingMethod()
           
 void insertShippingMethod(boolean commit)
           
 void loadShippingMethodFromID()
           
 void setShippingMethod(ShippingMethod shippingMethod)
           
 void updateShippingMethod()
           
 void updateShippingMethod(boolean commit)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setSettings, setSqlMap, updateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log

shippingMethod

private ShippingMethod shippingMethod
Constructor Detail

ShippingMethodDAOHibernate

public ShippingMethodDAOHibernate()
Method Detail

getShippingMethod

public ShippingMethod getShippingMethod()
Specified by:
getShippingMethod in interface ShippingMethodDAO

setShippingMethod

public void setShippingMethod(ShippingMethod shippingMethod)
Specified by:
setShippingMethod in interface ShippingMethodDAO

loadShippingMethodFromID

public void loadShippingMethodFromID()
                              throws java.lang.Exception
Specified by:
loadShippingMethodFromID in interface ShippingMethodDAO
Throws:
java.lang.Exception

insertShippingMethod

public void insertShippingMethod()
                          throws DataAccessException
Specified by:
insertShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException

insertShippingMethod

public void insertShippingMethod(boolean commit)
                          throws DataAccessException
Specified by:
insertShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException

updateShippingMethod

public void updateShippingMethod()
                          throws DataAccessException
Specified by:
updateShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException

updateShippingMethod

public void updateShippingMethod(boolean commit)
                          throws DataAccessException
Specified by:
updateShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException

deleteShippingMethod

public void deleteShippingMethod()
                          throws DataAccessException
Specified by:
deleteShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException

deleteShippingMethod

public void deleteShippingMethod(boolean commit)
                          throws DataAccessException
Specified by:
deleteShippingMethod in interface ShippingMethodDAO
Throws:
DataAccessException


Copyright ? SoftSlate, LLC 2003?2005