Package com.soffid.iam.model
Class NoticeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.NoticeEntityDaoBase
-
- com.soffid.iam.model.NoticeEntityDaoImpl
-
- All Implemented Interfaces:
NoticeEntityDao,org.springframework.beans.factory.InitializingBean
public class NoticeEntityDaoImpl extends NoticeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.NotificacioEntity
-
-
Constructor Summary
Constructors Constructor Description NoticeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoticeEntityreminderToEntity(com.soffid.iam.api.Reminder notificacio)Transforms fromReminderobjectvoidreminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)Copy data fromReminderobjectcom.soffid.iam.api.RemindertoReminder(NoticeEntity entity)Transforms toReminderobjectvoidtoReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)Copy data toReminderobject-
Methods inherited from class com.soffid.iam.model.NoticeEntityDaoBase
create, create, findAll, findAll, findAll, findByApplicationCode, findByApplicationCode, findByApplicationCode, getInformationSystemEntityDao, getRoleEntityDao, getUserEntityDao, load, loadAll, newNoticeEntity, notificacioToEntity, notificacioToEntity, notificacioToEntityList, query, query, reminderToEntityList, remove, remove, remove, setInformationSystemEntityDao, setRoleEntityDao, setUserEntityDao, toNotificacio, toNotificacio, toNotificacioList, toReminderList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
toReminder
public void toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Description copied from class:NoticeEntityDaoBaseCopy data toReminderobject- Specified by:
toReminderin interfaceNoticeEntityDao- Overrides:
toReminderin classNoticeEntityDaoBase- See Also:
es.caib.seycon.ng.model.NotificacioEntityDao#toNotificacio(es.caib.seycon.ng.model.NotificacioEntity, es.caib.seycon.ng.comu.Notificacio)
-
toReminder
public com.soffid.iam.api.Reminder toReminder(NoticeEntity entity)
Description copied from class:NoticeEntityDaoBaseTransforms toReminderobject- Specified by:
toReminderin interfaceNoticeEntityDao- Overrides:
toReminderin classNoticeEntityDaoBase- See Also:
es.caib.seycon.ng.model.NotificacioEntityDao#toNotificacio(es.caib.seycon.ng.model.NotificacioEntity)
-
reminderToEntity
public NoticeEntity reminderToEntity(com.soffid.iam.api.Reminder notificacio)
Description copied from interface:NoticeEntityDaoTransforms fromReminderobject- See Also:
es.caib.seycon.ng.model.NotificacioEntityDao#notificacioToEntity(es.caib.seycon.ng.comu.Notificacio)
-
reminderToEntity
public void reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)Description copied from class:NoticeEntityDaoBaseCopy data fromReminderobject- Specified by:
reminderToEntityin interfaceNoticeEntityDao- Overrides:
reminderToEntityin classNoticeEntityDaoBase- See Also:
es.caib.seycon.ng.model.NotificacioEntityDao#notificacioToEntity(es.caib.seycon.ng.comu.Notificacio, es.caib.seycon.ng.model.NotificacioEntity)
-
-