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 TypeMethodDescriptionvoid
void
deleteCustomerWishList
(boolean commit) void
void
insertCustomerWishList
(boolean commit) void
void
setCustomerWishList
(CustomerWishList customerWishList) void
void
updateCustomerWishList
(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
-