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 TypeMethodDescriptionvoidvoiddeleteDiscountRange(boolean commit) voidvoidinsertDiscountRange(boolean commit) voidvoidsetDiscountRange(DiscountRange discountRange) voidvoidupdateDiscountRange(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
-