com.softslate.commerce.daos.tax
Interface BasicTaxRateDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
BasicTaxRateDAOHibernate

public interface BasicTaxRateDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteBasicTaxRate()
           
 void deleteBasicTaxRate(boolean commit)
           
 BasicTaxRate getBasicTaxRate()
           
 void insertBasicTaxRate()
           
 void insertBasicTaxRate(boolean commit)
           
 void loadBasicTaxRateFromID()
           
 void setBasicTaxRate(BasicTaxRate basicTaxRate)
           
 void updateBasicTaxRate()
           
 void updateBasicTaxRate(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

getBasicTaxRate

BasicTaxRate getBasicTaxRate()

setBasicTaxRate

void setBasicTaxRate(BasicTaxRate basicTaxRate)

loadBasicTaxRateFromID

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

insertBasicTaxRate

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

insertBasicTaxRate

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

updateBasicTaxRate

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

updateBasicTaxRate

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

deleteBasicTaxRate

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

deleteBasicTaxRate

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


Copyright © SoftSlate, LLC 2003–2005