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 TypeMethodDescriptionvoidvoiddeleteCountry(boolean commit) voidvoidinsertCountry(boolean commit) voidvoidsetCountry(Country country) voidvoidupdateCountry(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