com.softslate.commerce.daos.core
Class RequestLogDAOHibernate

java.lang.Object
  extended by com.softslate.commerce.daos.core.BaseDAO
      extended by com.softslate.commerce.daos.core.RequestLogDAOHibernate
All Implemented Interfaces:
DAOInterface, RequestLogDAO

public class RequestLogDAOHibernate
extends BaseDAO
implements DAOInterface, RequestLogDAO

Generic DAO to manage the sscRequestLog table of the database.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  RequestLog requestLog
           
 
Constructor Summary
RequestLogDAOHibernate()
           
 
Method Summary
 void deleteRequestLog()
           
 void deleteRequestLog(boolean commit)
           
 RequestLog getRequestLog()
           
 void insertRequestLog()
           
 void insertRequestLog(boolean commit)
           
 void loadRequestLogFromID()
           
 void setRequestLog(RequestLog requestLog)
           
 void updateRequestLog()
           
 void updateRequestLog(boolean commit)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setSettings, setSqlMap, updateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log

requestLog

private RequestLog requestLog
Constructor Detail

RequestLogDAOHibernate

public RequestLogDAOHibernate()
Method Detail

getRequestLog

public RequestLog getRequestLog()
Specified by:
getRequestLog in interface RequestLogDAO

setRequestLog

public void setRequestLog(RequestLog requestLog)
Specified by:
setRequestLog in interface RequestLogDAO

loadRequestLogFromID

public void loadRequestLogFromID()
                          throws java.lang.Exception
Specified by:
loadRequestLogFromID in interface RequestLogDAO
Throws:
java.lang.Exception

insertRequestLog

public void insertRequestLog()
                      throws DataAccessException
Specified by:
insertRequestLog in interface RequestLogDAO
Throws:
DataAccessException

insertRequestLog

public void insertRequestLog(boolean commit)
                      throws DataAccessException
Specified by:
insertRequestLog in interface RequestLogDAO
Throws:
DataAccessException

updateRequestLog

public void updateRequestLog()
                      throws DataAccessException
Specified by:
updateRequestLog in interface RequestLogDAO
Throws:
DataAccessException

updateRequestLog

public void updateRequestLog(boolean commit)
                      throws DataAccessException
Specified by:
updateRequestLog in interface RequestLogDAO
Throws:
DataAccessException

deleteRequestLog

public void deleteRequestLog()
                      throws DataAccessException
Specified by:
deleteRequestLog in interface RequestLogDAO
Throws:
DataAccessException

deleteRequestLog

public void deleteRequestLog(boolean commit)
                      throws DataAccessException
Specified by:
deleteRequestLog in interface RequestLogDAO
Throws:
DataAccessException


Copyright © SoftSlate, LLC 2003–2010