com.softslate.commerce.daos.customer
Interface CustomerAddressDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CustomerAddressDAOBasic

public interface CustomerAddressDAO
extends DAOInterface

Interface for a DAO to manage the npcCustomerAddress table of the database.

Author:
David Tobey $Id: CustomerAddressDAO.java,v 1.1 2005/05/16 14:34:14 dtobey Exp $

Method Summary
 void deleteCustomerAddress()
           
 void deleteCustomerAddress(boolean commit)
           
 CustomerAddress getCustomerAddress()
           
 int getMaxCustomerAddressID()
           
 void insertCustomerAddress()
           
 void insertCustomerAddress(boolean commit)
           
 void loadCustomerAddressFromID()
           
 void setCustomerAddress(CustomerAddress customerAddress)
           
 void updateCustomerAddress()
           
 void updateCustomerAddress(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

getCustomerAddress

public CustomerAddress getCustomerAddress()

setCustomerAddress

public void setCustomerAddress(CustomerAddress customerAddress)

getMaxCustomerAddressID

public int getMaxCustomerAddressID()
                            throws java.lang.Exception
Throws:
java.lang.Exception

insertCustomerAddress

public void insertCustomerAddress()
                           throws java.lang.Exception
Throws:
java.lang.Exception

insertCustomerAddress

public void insertCustomerAddress(boolean commit)
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateCustomerAddress

public void updateCustomerAddress()
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateCustomerAddress

public void updateCustomerAddress(boolean commit)
                           throws java.lang.Exception
Throws:
java.lang.Exception

loadCustomerAddressFromID

public void loadCustomerAddressFromID()
                               throws java.lang.Exception
Throws:
java.lang.Exception

deleteCustomerAddress

public void deleteCustomerAddress()
                           throws java.lang.Exception
Throws:
java.lang.Exception

deleteCustomerAddress

public void deleteCustomerAddress(boolean commit)
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005