Interface ManufacturerDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
ManufacturerDAOHibernate
Interface for a DAO to manage the
sscManufacturer
table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteManufacturer
(boolean commit) void
void
insertManufacturer
(boolean commit) void
void
void
void
setManufacturer
(Manufacturer manufacturer) void
void
updateManufacturer
(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
-
getManufacturer
Manufacturer getManufacturer() -
setManufacturer
-
loadManufacturer
- Throws:
Exception
-
loadManufacturerFromID
- Throws:
Exception
-
insertManufacturer
- Throws:
Exception
-
insertManufacturer
- Throws:
Exception
-
updateManufacturer
- Throws:
Exception
-
updateManufacturer
- Throws:
Exception
-
deleteManufacturer
- Throws:
Exception
-
deleteManufacturer
- Throws:
Exception
-
loadProducts
- Throws:
DataAccessException
-