Class EmailDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.email.EmailDAOHibernate
- All Implemented Interfaces:
DAOInterface
,EmailDAO
Generic DAO to manage the
sscEmail
table of the
database.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteEmail
(boolean commit) getEmail()
void
void
insertEmail
(boolean commit) void
void
void
void
updateEmail
(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 -
email
-
-
Constructor Details
-
EmailDAOHibernate
public EmailDAOHibernate()
-
-
Method Details
-
getEmail
-
setEmail
-
loadEmailFromID
- Specified by:
loadEmailFromID
in interfaceEmailDAO
- Throws:
Exception
-
insertEmail
- Specified by:
insertEmail
in interfaceEmailDAO
- Throws:
Exception
-
insertEmail
- Specified by:
insertEmail
in interfaceEmailDAO
- Throws:
Exception
-
updateEmail
- Specified by:
updateEmail
in interfaceEmailDAO
- Throws:
DataAccessException
-
updateEmail
- Specified by:
updateEmail
in interfaceEmailDAO
- Throws:
DataAccessException
-
deleteEmail
- Specified by:
deleteEmail
in interfaceEmailDAO
- Throws:
Exception
-
deleteEmail
- Specified by:
deleteEmail
in interfaceEmailDAO
- Throws:
Exception
-