Interface CountryGatewayDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
CountryGatewayDAOHibernate
Interface for a DAO that runs miscellaneous queries related to countries.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteCountries
(Map parameters, BusinessObjectFactory bof) loadCountriesAndCount
(Map parameters) 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