Interface CountryDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
CountryDAOHibernate
Interface for a DAO to manage the
sscCountry
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteCountry
(boolean commit) void
void
insertCountry
(boolean commit) void
void
setCountry
(Country country) void
void
updateCountry
(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