com.softslate.commerce.daos.shipping
Interface ShippingMethodDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingMethodDAOHibernate

public interface ShippingMethodDAO
extends DAOInterface

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

Author:
David Tobey

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

getShippingMethod

ShippingMethod getShippingMethod()

setShippingMethod

void setShippingMethod(ShippingMethod shippingMethod)

loadShippingMethodFromID

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

insertShippingMethod

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

insertShippingMethod

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

updateShippingMethod

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

updateShippingMethod

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

deleteShippingMethod

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

deleteShippingMethod

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


Copyright © SoftSlate, LLC 2003–2005