Interface ProductSettingDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ProductSettingDAOHibernate

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

    • getProductSetting

      ProductSetting getProductSetting()
    • setProductSetting

      void setProductSetting(ProductSetting productSetting)
    • loadProductSettingFromID

      void loadProductSettingFromID() throws Exception
      Throws:
      Exception
    • insertProductSetting

      void insertProductSetting() throws Exception
      Throws:
      Exception
    • insertProductSetting

      void insertProductSetting(boolean commit) throws Exception
      Throws:
      Exception
    • updateProductSetting

      void updateProductSetting() throws Exception
      Throws:
      Exception
    • updateProductSetting

      void updateProductSetting(boolean commit) throws Exception
      Throws:
      Exception
    • deleteProductSetting

      void deleteProductSetting() throws Exception
      Throws:
      Exception
    • deleteProductSetting

      void deleteProductSetting(boolean commit) throws Exception
      Throws:
      Exception
    • loadProductSettingFromCode

      void loadProductSettingFromCode() throws Exception
      Throws:
      Exception