com.softslate.commerce.daos.product
Interface CategorySettingDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CategorySettingDAOBasic

public interface CategorySettingDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteCategorySetting()
           
 void deleteCategorySetting(boolean commit)
           
 CategorySetting getCategorySetting()
           
 int getMaxCategorySettingID()
           
 void insertCategorySetting()
           
 void insertCategorySetting(boolean commit)
           
 void loadCategorySettingFromID()
           
 void setCategorySetting(CategorySetting categorySetting)
           
 void updateCategorySetting()
           
 void updateCategorySetting(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

getCategorySetting

public CategorySetting getCategorySetting()

setCategorySetting

public void setCategorySetting(CategorySetting categorySetting)

loadCategorySettingFromID

public void loadCategorySettingFromID()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getMaxCategorySettingID

public int getMaxCategorySettingID()
                            throws java.lang.Exception
Throws:
java.lang.Exception

insertCategorySetting

public void insertCategorySetting()
                           throws java.lang.Exception
Throws:
java.lang.Exception

insertCategorySetting

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

updateCategorySetting

public void updateCategorySetting()
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateCategorySetting

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

deleteCategorySetting

public void deleteCategorySetting()
                           throws java.lang.Exception
Throws:
java.lang.Exception

deleteCategorySetting

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


Copyright © SoftSlate, Inc. 2003–2005