Interface OrderShippingRuleDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OrderShippingRuleDAOHibernate

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

    • getOrderShippingRule

      OrderShippingRule getOrderShippingRule()
    • setOrderShippingRule

      void setOrderShippingRule(OrderShippingRule orderShippingRule)
    • loadOrderShippingRuleFromID

      void loadOrderShippingRuleFromID() throws Exception
      Throws:
      Exception
    • insertOrderShippingRule

      void insertOrderShippingRule() throws Exception
      Throws:
      Exception
    • insertOrderShippingRule

      void insertOrderShippingRule(boolean commit) throws Exception
      Throws:
      Exception
    • updateOrderShippingRule

      void updateOrderShippingRule() throws Exception
      Throws:
      Exception
    • updateOrderShippingRule

      void updateOrderShippingRule(boolean commit) throws Exception
      Throws:
      Exception
    • deleteOrderShippingRule

      void deleteOrderShippingRule() throws Exception
      Throws:
      Exception
    • deleteOrderShippingRule

      void deleteOrderShippingRule(boolean commit) throws Exception
      Throws:
      Exception