Class NoticeEntityDaoImpl

  • All Implemented Interfaces:
    NoticeEntityDao, org.springframework.beans.factory.InitializingBean

    public class NoticeEntityDaoImpl
    extends NoticeEntityDaoBase
    See Also:
    es.caib.seycon.ng.model.NotificacioEntity
    • Constructor Detail

      • NoticeEntityDaoImpl

        public NoticeEntityDaoImpl()
    • Method Detail

      • toReminder

        public void toReminder​(NoticeEntity source,
                               com.soffid.iam.api.Reminder target)
        Description copied from class: NoticeEntityDaoBase
        Copy data to Reminder object
        Specified by:
        toReminder in interface NoticeEntityDao
        Overrides:
        toReminder in class NoticeEntityDaoBase
        See Also:
        es.caib.seycon.ng.model.NotificacioEntityDao#toNotificacio(es.caib.seycon.ng.model.NotificacioEntity, es.caib.seycon.ng.comu.Notificacio)
      • reminderToEntity

        public NoticeEntity reminderToEntity​(com.soffid.iam.api.Reminder notificacio)
        Description copied from interface: NoticeEntityDao
        Transforms from Reminder 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 from Reminder object
        Specified by:
        reminderToEntity in interface NoticeEntityDao
        Overrides:
        reminderToEntity in class NoticeEntityDaoBase
        See Also:
        es.caib.seycon.ng.model.NotificacioEntityDao#notificacioToEntity(es.caib.seycon.ng.comu.Notificacio, es.caib.seycon.ng.model.NotificacioEntity)