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 TypeMethodDescriptionvoidvoiddeleteManufacturer(boolean commit) voidvoidinsertManufacturer(boolean commit) voidvoidvoidvoidsetManufacturer(Manufacturer manufacturer) voidvoidupdateManufacturer(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
-