com.softslate.commerce.daos.order
Class OrderShippingRuleDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.order.OrderShippingRuleDAOHibernate
All Implemented Interfaces:
DAOInterface, OrderShippingRuleDAO

public class OrderShippingRuleDAOHibernate
extends BaseDAO
implements DAOInterface, OrderShippingRuleDAO

Generic DAO to manage the sscOrderShippingRule table of the database.

Author:
Jason McWilliams

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  OrderShippingRule orderShippingRule
           
 
Constructor Summary
OrderShippingRuleDAOHibernate()
           
 
Method Summary
 void deleteOrderShippingRule()
           
 void deleteOrderShippingRule(boolean commit)
           
 OrderShippingRule getOrderShippingRule()
           
 void insertOrderShippingRule()
           
 void insertOrderShippingRule(boolean commit)
           
 void loadOrderShippingRuleFromID()
           
 void setOrderShippingRule(OrderShippingRule orderShippingRule)
           
 void updateOrderShippingRule()
           
 void updateOrderShippingRule(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

orderShippingRule

private OrderShippingRule orderShippingRule
Constructor Detail

OrderShippingRuleDAOHibernate

public OrderShippingRuleDAOHibernate()
Method Detail

getOrderShippingRule

public OrderShippingRule getOrderShippingRule()
Specified by:
getOrderShippingRule in interface OrderShippingRuleDAO

setOrderShippingRule

public void setOrderShippingRule(OrderShippingRule orderShippingRule)
Specified by:
setOrderShippingRule in interface OrderShippingRuleDAO

loadOrderShippingRuleFromID

public void loadOrderShippingRuleFromID()
                                 throws java.lang.Exception
Specified by:
loadOrderShippingRuleFromID in interface OrderShippingRuleDAO
Throws:
java.lang.Exception

insertOrderShippingRule

public void insertOrderShippingRule()
                             throws DataAccessException
Specified by:
insertOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException

insertOrderShippingRule

public void insertOrderShippingRule(boolean commit)
                             throws DataAccessException
Specified by:
insertOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException

updateOrderShippingRule

public void updateOrderShippingRule()
                             throws DataAccessException
Specified by:
updateOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException

updateOrderShippingRule

public void updateOrderShippingRule(boolean commit)
                             throws DataAccessException
Specified by:
updateOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException

deleteOrderShippingRule

public void deleteOrderShippingRule()
                             throws DataAccessException
Specified by:
deleteOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException

deleteOrderShippingRule

public void deleteOrderShippingRule(boolean commit)
                             throws DataAccessException
Specified by:
deleteOrderShippingRule in interface OrderShippingRuleDAO
Throws:
DataAccessException


Copyright ? SoftSlate, LLC 2003?2005