Interface ShippingRuleRangeDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingRuleRangeDAOHibernate

public interface ShippingRuleRangeDAO extends DAOInterface
Interface for a DAO to manage the sscShippingRuleRange table of the database.
Author:
Jason McWilliams
  • Method Details

    • getShippingRuleRange

      ShippingRuleRange getShippingRuleRange()
    • setShippingRuleRange

      void setShippingRuleRange(ShippingRuleRange shippingRuleRange)
    • loadShippingRuleRangeFromID

      void loadShippingRuleRangeFromID() throws Exception
      Throws:
      Exception
    • insertShippingRuleRange

      void insertShippingRuleRange() throws Exception
      Throws:
      Exception
    • insertShippingRuleRange

      void insertShippingRuleRange(boolean commit) throws Exception
      Throws:
      Exception
    • updateShippingRuleRange

      void updateShippingRuleRange() throws Exception
      Throws:
      Exception
    • updateShippingRuleRange

      void updateShippingRuleRange(boolean commit) throws Exception
      Throws:
      Exception
    • deleteShippingRuleRange

      void deleteShippingRuleRange() throws Exception
      Throws:
      Exception
    • deleteShippingRuleRange

      void deleteShippingRuleRange(boolean commit) throws Exception
      Throws:
      Exception