Interface ShippingMethodDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ShippingMethodDAOHibernate

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

    • getShippingMethod

      ShippingMethod getShippingMethod()
    • setShippingMethod

      void setShippingMethod(ShippingMethod shippingMethod)
    • loadShippingMethodFromID

      void loadShippingMethodFromID() throws Exception
      Throws:
      Exception
    • loadShippingMethodFromCode

      void loadShippingMethodFromCode() throws Exception
      Throws:
      Exception
    • insertShippingMethod

      void insertShippingMethod() throws Exception
      Throws:
      Exception
    • insertShippingMethod

      void insertShippingMethod(boolean commit) throws Exception
      Throws:
      Exception
    • updateShippingMethod

      void updateShippingMethod() throws Exception
      Throws:
      Exception
    • updateShippingMethod

      void updateShippingMethod(boolean commit) throws Exception
      Throws:
      Exception
    • deleteShippingMethod

      void deleteShippingMethod() throws Exception
      Throws:
      Exception
    • deleteShippingMethod

      void deleteShippingMethod(boolean commit) throws Exception
      Throws:
      Exception