com.softslate.commerce.daos.core
Interface RequestLogDAO
- All Superinterfaces:
- DAOInterface
- All Known Implementing Classes:
- RequestLogDAOHibernate
public interface RequestLogDAO
- extends DAOInterface
Interface for a DAO to manage the sscRequestLog table of the
database.
- Author:
- David Tobey
| Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface |
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject |
getRequestLog
RequestLog getRequestLog()
setRequestLog
void setRequestLog(RequestLog requestLog)
loadRequestLogFromID
void loadRequestLogFromID()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertRequestLog
void insertRequestLog()
throws java.lang.Exception
- Throws:
java.lang.Exception
insertRequestLog
void insertRequestLog(boolean commit)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateRequestLog
void updateRequestLog()
throws java.lang.Exception
- Throws:
java.lang.Exception
updateRequestLog
void updateRequestLog(boolean commit)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteRequestLog
void deleteRequestLog()
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteRequestLog
void deleteRequestLog(boolean commit)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © SoftSlate, LLC 2003–2012