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
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Logprivate RequestLog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteRequestLog(boolean commit) voidvoidinsertRequestLog(boolean commit) voidvoidsetRequestLog(RequestLog requestLog) voidvoidupdateRequestLog(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, updateObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getRequestLogin interfaceRequestLogDAO
-
setRequestLog
- Specified by:
setRequestLogin interfaceRequestLogDAO
-
loadRequestLogFromID
- Specified by:
loadRequestLogFromIDin interfaceRequestLogDAO- Throws:
Exception
-
insertRequestLog
- Specified by:
insertRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-
insertRequestLog
- Specified by:
insertRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-
updateRequestLog
- Specified by:
updateRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-
updateRequestLog
- Specified by:
updateRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-
deleteRequestLog
- Specified by:
deleteRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-
deleteRequestLog
- Specified by:
deleteRequestLogin interfaceRequestLogDAO- Throws:
DataAccessException
-