com.softslate.commerce.daos.shipping
Interface ShippingRuleDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingRuleDAOHibernate

public interface ShippingRuleDAO
extends DAOInterface

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

Author:
Jason McWilliams

Method Summary
 void deleteShippingRule()
           
 void deleteShippingRule(boolean commit)
           
 ShippingRule getShippingRule()
           
 void insertShippingRule()
           
 void insertShippingRule(boolean commit)
           
 void loadShippingRuleFromID()
           
 void setShippingRule(ShippingRule shippingRule)
           
 void updateShippingRule()
           
 void updateShippingRule(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

getShippingRule

ShippingRule getShippingRule()

setShippingRule

void setShippingRule(ShippingRule shippingRule)

loadShippingRuleFromID

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

insertShippingRule

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

insertShippingRule

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

updateShippingRule

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

updateShippingRule

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

deleteShippingRule

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

deleteShippingRule

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


Copyright © SoftSlate, LLC 2003–2005