Package com.softslate.commerce.daos.core
Class RequestLogDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.core.RequestLogDAOHibernate
- All Implemented Interfaces:
DAOInterface
,RequestLogDAO
Generic DAO to manage the
sscRequestLog
table of the database.- Author:
- David Tobey
-
Field Summary
Modifier and TypeFieldDescription(package private) static org.apache.commons.logging.Log
private RequestLog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteRequestLog
(boolean commit) void
void
insertRequestLog
(boolean commit) void
void
setRequestLog
(RequestLog requestLog) void
void
updateRequestLog
(boolean commit) Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, doWorkToSetConnection, editAssignment, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getInjector, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setInjector, setSettings, setSqlMap, updateObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
log
static org.apache.commons.logging.Log log -
requestLog
-
-
Constructor Details
-
RequestLogDAOHibernate
public RequestLogDAOHibernate()
-
-
Method Details
-
getRequestLog
- Specified by:
getRequestLog
in interfaceRequestLogDAO
-
setRequestLog
- Specified by:
setRequestLog
in interfaceRequestLogDAO
-
loadRequestLogFromID
- Specified by:
loadRequestLogFromID
in interfaceRequestLogDAO
- Throws:
Exception
-
insertRequestLog
- Specified by:
insertRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-
insertRequestLog
- Specified by:
insertRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-
updateRequestLog
- Specified by:
updateRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-
updateRequestLog
- Specified by:
updateRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-
deleteRequestLog
- Specified by:
deleteRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-
deleteRequestLog
- Specified by:
deleteRequestLog
in interfaceRequestLogDAO
- Throws:
DataAccessException
-