Class CurationDetailsDaoImpl

    • Method Detail

      • create

        public CurationDetails create()
        Creates new CurationDetails object and persists it.
        Specified by:
        create in interface CurationDetailsDao
        Returns:
        the newly created CurationDetails object.
      • update

        public void update​(Curatable curatable,
                           AuditEvent auditEvent)
        Updates the given curatable object based on the provided event type.
        Specified by:
        update in interface CurationDetailsDao
        Parameters:
        curatable - the curatable object that should be updated with the given event.
        auditEvent - the event containing information about the necessary update.