Package com.softslate.commerce.daos.core
Interface RequestLogDAO
- All Superinterfaces:
DAOInterface
- All Known Implementing Classes:
RequestLogDAOHibernate
Interface for a DAO to manage the
sscRequestLog table of the
database.- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteRequestLog(boolean commit) voidvoidinsertRequestLog(boolean commit) voidvoidsetRequestLog(RequestLog requestLog) voidvoidupdateRequestLog(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
-
getRequestLog
RequestLog getRequestLog() -
setRequestLog
-
loadRequestLogFromID
- Throws:
Exception
-
insertRequestLog
- Throws:
Exception
-
insertRequestLog
- Throws:
Exception
-
updateRequestLog
- Throws:
Exception
-
updateRequestLog
- Throws:
Exception
-
deleteRequestLog
- Throws:
Exception
-
deleteRequestLog
- Throws:
Exception
-