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 NoticeEntity
reminderToEntity(com.soffid.iam.api.Reminder notificacio)
Transforms fromReminder
objectvoid
reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
Copy data fromReminder
objectcom.soffid.iam.api.Reminder
toReminder(NoticeEntity entity)
Transforms toReminder
objectvoid
toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Copy data toReminder
object-
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:NoticeEntityDaoBase
Copy data toReminder
object- Specified by:
toReminder
in interfaceNoticeEntityDao
- Overrides:
toReminder
in 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:NoticeEntityDaoBase
Transforms toReminder
object- Specified by:
toReminder
in interfaceNoticeEntityDao
- Overrides:
toReminder
in 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:NoticeEntityDao
Transforms fromReminder
object- 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:NoticeEntityDaoBase
Copy data fromReminder
object- Specified by:
reminderToEntity
in interfaceNoticeEntityDao
- Overrides:
reminderToEntity
in classNoticeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.NotificacioEntityDao#notificacioToEntity(es.caib.seycon.ng.comu.Notificacio, es.caib.seycon.ng.model.NotificacioEntity)
-
-