Interface CustomerAddressDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
CustomerAddressDAOHibernate
Interface for a DAO to manage the
sscCustomerAddress table of
the database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteCustomerAddress(boolean commit) voidvoidvoidinsertCustomerAddress(boolean commit) voidvoidsetCustomerAddress(CustomerAddress customerAddress) voidvoidupdateCustomerAddress(boolean commit) Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap, updateObject
-
Method Details
-
getCustomerAddress
CustomerAddress getCustomerAddress() -
setCustomerAddress
-
insertCustomerAddress
- Throws:
Exception
-
insertCustomerAddress
- Throws:
Exception
-
updateCustomerAddress
- Throws:
Exception
-
updateCustomerAddress
- Throws:
Exception
-
loadCustomerAddressFromID
- Throws:
Exception
-
deleteCustomerAddress
- Throws:
Exception
-
deleteCustomerAddress
- Throws:
Exception
-
handleNewDefaultCustomerAddress
- Throws:
Exception
-