com.softslate.commerce.daos.customer
Interface CustomerWishListDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CustomerWishListDAOHibernate

public interface CustomerWishListDAO
extends DAOInterface

Interface for a DAO to manage the sscCustomerWishList table of the database.

Author:
Jason McWilliams

Method Summary
 void deleteCustomerWishList()
           
 void deleteCustomerWishList(boolean commit)
           
 CustomerWishList getCustomerWishList()
           
 void insertCustomerWishList()
           
 void insertCustomerWishList(boolean commit)
           
 void loadCustomerWishListFromID()
           
 void setCustomerWishList(CustomerWishList customerWishList)
           
 void updateCustomerWishList()
           
 void updateCustomerWishList(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject
 

Method Detail

getCustomerWishList

CustomerWishList getCustomerWishList()

setCustomerWishList

void setCustomerWishList(CustomerWishList customerWishList)

insertCustomerWishList

void insertCustomerWishList()
                            throws java.lang.Exception
Throws:
java.lang.Exception

insertCustomerWishList

void insertCustomerWishList(boolean commit)
                            throws java.lang.Exception
Throws:
java.lang.Exception

updateCustomerWishList

void updateCustomerWishList()
                            throws java.lang.Exception
Throws:
java.lang.Exception

updateCustomerWishList

void updateCustomerWishList(boolean commit)
                            throws java.lang.Exception
Throws:
java.lang.Exception

loadCustomerWishListFromID

void loadCustomerWishListFromID()
                                throws java.lang.Exception
Throws:
java.lang.Exception

deleteCustomerWishList

void deleteCustomerWishList()
                            throws java.lang.Exception
Throws:
java.lang.Exception

deleteCustomerWishList

void deleteCustomerWishList(boolean commit)
                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2010