Interface CategorySettingDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CategorySettingDAOHibernate

public interface CategorySettingDAO extends DAOInterface
Interface for a DAO to manage the sscCategorySetting table of the database.
Author:
David Tobey
  • Method Details

    • getCategorySetting

      CategorySetting getCategorySetting()
    • setCategorySetting

      void setCategorySetting(CategorySetting categorySetting)
    • loadCategorySettingFromID

      void loadCategorySettingFromID() throws Exception
      Throws:
      Exception
    • insertCategorySetting

      void insertCategorySetting() throws Exception
      Throws:
      Exception
    • insertCategorySetting

      void insertCategorySetting(boolean commit) throws Exception
      Throws:
      Exception
    • updateCategorySetting

      void updateCategorySetting() throws Exception
      Throws:
      Exception
    • updateCategorySetting

      void updateCategorySetting(boolean commit) throws Exception
      Throws:
      Exception
    • deleteCategorySetting

      void deleteCategorySetting() throws Exception
      Throws:
      Exception
    • deleteCategorySetting

      void deleteCategorySetting(boolean commit) throws Exception
      Throws:
      Exception