Interface CustomerWishListDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
CustomerWishListDAOHibernate
Interface for a DAO to manage the
sscCustomerWishList table of
the database.- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteCustomerWishList(boolean commit) voidvoidinsertCustomerWishList(boolean commit) voidvoidsetCustomerWishList(CustomerWishList customerWishList) voidvoidupdateCustomerWishList(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
-
getCustomerWishList
CustomerWishList getCustomerWishList() -
setCustomerWishList
-
insertCustomerWishList
- Throws:
Exception
-
insertCustomerWishList
- Throws:
Exception
-
updateCustomerWishList
- Throws:
Exception
-
updateCustomerWishList
- Throws:
Exception
-
loadCustomerWishListFromID
- Throws:
Exception
-
deleteCustomerWishList
- Throws:
Exception
-
deleteCustomerWishList
- Throws:
Exception
-