Interface CustomerAddressDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CustomerAddressDAOHibernate

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

    • getCustomerAddress

      CustomerAddress getCustomerAddress()
    • setCustomerAddress

      void setCustomerAddress(CustomerAddress customerAddress)
    • insertCustomerAddress

      void insertCustomerAddress() throws Exception
      Throws:
      Exception
    • insertCustomerAddress

      void insertCustomerAddress(boolean commit) throws Exception
      Throws:
      Exception
    • updateCustomerAddress

      void updateCustomerAddress() throws Exception
      Throws:
      Exception
    • updateCustomerAddress

      void updateCustomerAddress(boolean commit) throws Exception
      Throws:
      Exception
    • loadCustomerAddressFromID

      void loadCustomerAddressFromID() throws Exception
      Throws:
      Exception
    • deleteCustomerAddress

      void deleteCustomerAddress() throws Exception
      Throws:
      Exception
    • deleteCustomerAddress

      void deleteCustomerAddress(boolean commit) throws Exception
      Throws:
      Exception
    • handleNewDefaultCustomerAddress

      void handleNewDefaultCustomerAddress() throws Exception
      Throws:
      Exception