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 TypeMethodDescriptionvoid
void
deleteSKU
(boolean commit) editSKUAssignment
(SKU sku, Map parameters, BusinessObjectFactory bof) getSKU()
void
void
insertSKU
(boolean commit) void
void
void
void
void
void
updateSKU
(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
-