com.softslate.commerce.daos.order
Interface OrderShippingRuleDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OrderShippingRuleDAOHibernate

public interface OrderShippingRuleDAO
extends DAOInterface

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

Author:
Jason McWilliams

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 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

getOrderShippingRule

OrderShippingRule getOrderShippingRule()

setOrderShippingRule

void setOrderShippingRule(OrderShippingRule orderShippingRule)

loadOrderShippingRuleFromID

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

insertOrderShippingRule

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

insertOrderShippingRule

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

updateOrderShippingRule

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

updateOrderShippingRule

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

deleteOrderShippingRule

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

deleteOrderShippingRule

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


Copyright ? SoftSlate, LLC 2003?2005