Package com.softslate.commerce.daos.tax
Interface BasicTaxRateDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
BasicTaxRateDAOHibernate
Interface for a DAO to manage the
sscBasicTaxRate
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteBasicTaxRate
(boolean commit) void
void
insertBasicTaxRate
(boolean commit) void
void
setBasicTaxRate
(BasicTaxRate basicTaxRate) void
void
updateBasicTaxRate
(boolean commit) Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap, updateObject
-
Method Details
-
getBasicTaxRate
BasicTaxRate getBasicTaxRate() -
setBasicTaxRate
-
loadBasicTaxRateFromID
- Throws:
Exception
-
insertBasicTaxRate
- Throws:
Exception
-
insertBasicTaxRate
- Throws:
Exception
-
updateBasicTaxRate
- Throws:
Exception
-
updateBasicTaxRate
- Throws:
Exception
-
deleteBasicTaxRate
- Throws:
Exception
-
deleteBasicTaxRate
- Throws:
Exception
-