com.softslate.commerce.daos.product
Interface ProductReviewDAO
- All Superinterfaces:
- DAOInterface
- All Known Implementing Classes:
- ProductReviewDAOHibernate
public interface ProductReviewDAO
- extends DAOInterface
Interface for a DAO to manage the sscProductReview table of the
database.
- Author:
- Tony Zakula
| 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 |
deleteProductReview
void deleteProductReview(boolean commit)
throws DataAccessException
- Throws:
DataAccessException
getProductReview
ProductReview getProductReview()
insertProductReview
void insertProductReview(boolean commit)
throws DataAccessException
- Throws:
DataAccessException
loadReviewFromID
void loadReviewFromID()
throws java.lang.Exception
- Throws:
java.lang.Exception
setProductReview
void setProductReview(ProductReview productReview)
updateProductReview
void updateProductReview(boolean commit)
throws DataAccessException
- Throws:
DataAccessException
Copyright © SoftSlate, LLC 20032010