Interface DiscountRangeDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
DiscountRangeDAOHibernate
Interface for a DAO to manage the
sscDiscountRange
table of
the database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteDiscountRange
(boolean commit) void
void
insertDiscountRange
(boolean commit) void
void
setDiscountRange
(DiscountRange discountRange) void
void
updateDiscountRange
(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
-
getDiscountRange
DiscountRange getDiscountRange() -
setDiscountRange
-
loadDiscountRangeFromID
- Throws:
Exception
-
insertDiscountRange
- Throws:
Exception
-
insertDiscountRange
- Throws:
Exception
-
updateDiscountRange
- Throws:
Exception
-
updateDiscountRange
- Throws:
Exception
-
deleteDiscountRange
- Throws:
Exception
-
deleteDiscountRange
- Throws:
Exception
-