Interface SKUDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
SKUDAOHibernate
Interface for a DAO to manage the
sscSKU table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteSKU(boolean commit) editSKUAssignment(SKU sku, Map parameters, BusinessObjectFactory bof) getSKU()voidvoidinsertSKU(boolean commit) voidvoidvoidvoidvoidvoidupdateSKU(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
-
getSKU
SKU getSKU() -
setSKU
-
loadSKUFromID
- Throws:
Exception
-
loadSKUFromSKUNumber
- Throws:
Exception
-
loadProductSKU
- Throws:
Exception
-
insertSKU
- Throws:
Exception
-
insertSKU
- Throws:
Exception
-
updateSKU
- Throws:
Exception
-
updateSKU
- Throws:
Exception
-
deleteSKU
- Throws:
Exception
-
deleteSKU
- Throws:
Exception
-
editSKUAssignment
- Throws:
Exception
-