com.softslate.commerce.daos.shipping
Interface ShippingMethodDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingMethodDAOBasic

public interface ShippingMethodDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteShippingMethod()
           
 void deleteShippingMethod(boolean commit)
           
 int getMaxShippingMethodID()
           
 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
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

getShippingMethod

public ShippingMethod getShippingMethod()

setShippingMethod

public void setShippingMethod(ShippingMethod shippingMethod)

loadShippingMethodFromID

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

getMaxShippingMethodID

public int getMaxShippingMethodID()
                           throws java.lang.Exception
Throws:
java.lang.Exception

insertShippingMethod

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

insertShippingMethod

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

updateShippingMethod

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

updateShippingMethod

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

deleteShippingMethod

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

deleteShippingMethod

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


Copyright © SoftSlate, Inc. 2003–2005