com.softslate.commerce.daos.customer
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 Summary
 void deleteCustomerAddress()
           
 void deleteCustomerAddress(boolean commit)
           
 CustomerAddress getCustomerAddress()
           
 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
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject
 

Method Detail

getCustomerAddress

CustomerAddress getCustomerAddress()

setCustomerAddress

void setCustomerAddress(CustomerAddress customerAddress)

insertCustomerAddress

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

insertCustomerAddress

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

updateCustomerAddress

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

updateCustomerAddress

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

loadCustomerAddressFromID

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

deleteCustomerAddress

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

deleteCustomerAddress

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


Copyright © SoftSlate, LLC 2003–2005