Class OrcidTokenDAOImpl

    • Constructor Detail

      • OrcidTokenDAOImpl

        public OrcidTokenDAOImpl()
    • Method Detail

      • findByEPerson

        public OrcidToken findByEPerson​(Context context,
                                        EPerson ePerson)
        Description copied from interface: OrcidTokenDAO
        Find an OrcidToken by ePerson.
        Specified by:
        findByEPerson in interface OrcidTokenDAO
        Parameters:
        context - the DSpace context
        ePerson - the ePerson to search for
        Returns:
        the Orcid token, if any
      • findByProfileItem

        public OrcidToken findByProfileItem​(Context context,
                                            Item profileItem)
        Description copied from interface: OrcidTokenDAO
        Find an OrcidToken by profileItem.
        Specified by:
        findByProfileItem in interface OrcidTokenDAO
        Parameters:
        context - the DSpace context
        profileItem - the profile item to search for
        Returns:
        the Orcid token, if any