Interface OrderItemAttributeDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OrderItemAttributeDAOHibernate

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

    • getOrderItemAttribute

      OrderItemAttribute getOrderItemAttribute()
    • setOrderItemAttribute

      void setOrderItemAttribute(OrderItemAttribute orderItemAttribute)
    • loadOrderItemAttributeFromID

      void loadOrderItemAttributeFromID() throws Exception
      Throws:
      Exception
    • insertOrderItemAttribute

      void insertOrderItemAttribute() throws Exception
      Throws:
      Exception
    • insertOrderItemAttribute

      void insertOrderItemAttribute(boolean commit) throws Exception
      Throws:
      Exception
    • updateOrderItemAttribute

      void updateOrderItemAttribute() throws Exception
      Throws:
      Exception
    • updateOrderItemAttribute

      void updateOrderItemAttribute(boolean commit) throws Exception
      Throws:
      Exception
    • deleteOrderItemAttribute

      void deleteOrderItemAttribute() throws Exception
      Throws:
      Exception
    • deleteOrderItemAttribute

      void deleteOrderItemAttribute(boolean commit) throws Exception
      Throws:
      Exception