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 TypeMethodDescriptionvoid
void
deleteCustomerAddress
(boolean commit) void
void
void
insertCustomerAddress
(boolean commit) void
void
setCustomerAddress
(CustomerAddress customerAddress) void
void
updateCustomerAddress
(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
-