Interface NoticeEntityDao

    • Method Detail

      • findByApplicationCode

        List<NoticeEntity> findByApplicationCode​(String informationSystem)
        Operation findByApplicationCode
        Parameters:
        informationSystem -
        Returns:
      • toReminder

        void toReminder​(NoticeEntity source,
                        com.soffid.iam.api.Reminder target)
        Copy data to Reminder object
      • toReminder

        com.soffid.iam.api.Reminder toReminder​(NoticeEntity entity)
        Transforms to Reminder object
      • toReminderList

        List<com.soffid.iam.api.Reminder> toReminderList​(Collection<NoticeEntity> entities)
        Transforms to Reminder list
      • reminderToEntity

        void reminderToEntity​(com.soffid.iam.api.Reminder source,
                              NoticeEntity target,
                              boolean copyIfNull)
        Copy data from Reminder object
      • reminderToEntity

        NoticeEntity reminderToEntity​(com.soffid.iam.api.Reminder instance)
        Transforms from Reminder object
      • reminderToEntityList

        List<NoticeEntity> reminderToEntityList​(Collection<com.soffid.iam.api.Reminder> instances)
        Transforms from Reminder list
      • toNotificacio

        void toNotificacio​(NoticeEntity source,
                           es.caib.seycon.ng.comu.Notificacio target)
        Copy data to Notificacio object
      • toNotificacio

        es.caib.seycon.ng.comu.Notificacio toNotificacio​(NoticeEntity entity)
        Transforms to Notificacio object
      • toNotificacioList

        List<es.caib.seycon.ng.comu.Notificacio> toNotificacioList​(Collection<NoticeEntity> entities)
        Transforms to Notificacio list
      • notificacioToEntity

        void notificacioToEntity​(es.caib.seycon.ng.comu.Notificacio source,
                                 NoticeEntity target,
                                 boolean copyIfNull)
        Copy data from Notificacio object
      • notificacioToEntity

        NoticeEntity notificacioToEntity​(es.caib.seycon.ng.comu.Notificacio instance)
        Transforms from Notificacio object
      • notificacioToEntityList

        List<NoticeEntity> notificacioToEntityList​(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
        Transforms from Notificacio list
      • remove

        void remove​(Long id)
        Removes an instance of NoticeEntity from the persistent store.