com.softslate.commerce.daos.product
Class CategorySettingDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.product.CategorySettingDAOHibernate
All Implemented Interfaces:
DAOInterface, CategorySettingDAO

public class CategorySettingDAOHibernate
extends BaseDAO
implements DAOInterface, CategorySettingDAO

Generic DAO to manage the sscCategorySetting table of the database.

Author:
David Tobey

Field Summary
private  CategorySetting categorySetting
           
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
CategorySettingDAOHibernate()
           
 
Method Summary
 void deleteCategorySetting()
           
 void deleteCategorySetting(boolean commit)
           
 CategorySetting getCategorySetting()
           
 void insertCategorySetting()
           
 void insertCategorySetting(boolean commit)
           
 void loadCategorySettingFromID()
           
 void setCategorySetting(CategorySetting categorySetting)
           
 void updateCategorySetting()
           
 void updateCategorySetting(boolean commit)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setSettings, setSqlMap, updateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log

categorySetting

private CategorySetting categorySetting
Constructor Detail

CategorySettingDAOHibernate

public CategorySettingDAOHibernate()
Method Detail

getCategorySetting

public CategorySetting getCategorySetting()
Specified by:
getCategorySetting in interface CategorySettingDAO

setCategorySetting

public void setCategorySetting(CategorySetting categorySetting)
Specified by:
setCategorySetting in interface CategorySettingDAO

loadCategorySettingFromID

public void loadCategorySettingFromID()
                               throws java.lang.Exception
Specified by:
loadCategorySettingFromID in interface CategorySettingDAO
Throws:
java.lang.Exception

insertCategorySetting

public void insertCategorySetting()
                           throws DataAccessException
Specified by:
insertCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException

insertCategorySetting

public void insertCategorySetting(boolean commit)
                           throws DataAccessException
Specified by:
insertCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException

updateCategorySetting

public void updateCategorySetting()
                           throws DataAccessException
Specified by:
updateCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException

updateCategorySetting

public void updateCategorySetting(boolean commit)
                           throws DataAccessException
Specified by:
updateCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException

deleteCategorySetting

public void deleteCategorySetting()
                           throws DataAccessException
Specified by:
deleteCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException

deleteCategorySetting

public void deleteCategorySetting(boolean commit)
                           throws DataAccessException
Specified by:
deleteCategorySetting in interface CategorySettingDAO
Throws:
DataAccessException


Copyright © SoftSlate, LLC 2003–2005