Uses of Class
org.dspace.orcid.OrcidToken
-
Packages that use OrcidToken Package Description org.dspace.orcid org.dspace.orcid.dao org.dspace.orcid.dao.impl org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidToken in org.dspace.orcid
Fields in org.dspace.orcid with type parameters of type OrcidToken Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<OrcidToken,String>OrcidToken_. accessTokenstatic javax.persistence.metamodel.SingularAttribute<OrcidToken,EPerson>OrcidToken_. ePersonstatic javax.persistence.metamodel.SingularAttribute<OrcidToken,Integer>OrcidToken_. idstatic javax.persistence.metamodel.SingularAttribute<OrcidToken,Item>OrcidToken_. profileItem -
Uses of OrcidToken in org.dspace.orcid.dao
Methods in org.dspace.orcid.dao that return OrcidToken Modifier and Type Method Description OrcidTokenOrcidTokenDAO. findByEPerson(Context context, EPerson ePerson)Find an OrcidToken by ePerson.OrcidTokenOrcidTokenDAO. findByProfileItem(Context context, Item profileItem)Find an OrcidToken by profileItem. -
Uses of OrcidToken in org.dspace.orcid.dao.impl
Methods in org.dspace.orcid.dao.impl that return OrcidToken Modifier and Type Method Description OrcidTokenOrcidTokenDAOImpl. findByEPerson(Context context, EPerson ePerson)OrcidTokenOrcidTokenDAOImpl. findByProfileItem(Context context, Item profileItem) -
Uses of OrcidToken in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return OrcidToken Modifier and Type Method Description OrcidTokenOrcidTokenService. create(Context context, EPerson ePerson, String accessToken)Creates a new OrcidToken entity for the given ePerson and accessToken.OrcidTokenOrcidTokenService. create(Context context, EPerson ePerson, Item profileItem, String accessToken)Creates a new OrcidToken entity for the given ePerson and accessToken.OrcidTokenOrcidTokenService. findByEPerson(Context context, EPerson ePerson)Find an OrcidToken by ePerson.OrcidTokenOrcidTokenService. findByProfileItem(Context context, Item profileItem)Find an OrcidToken by profileItem.Methods in org.dspace.orcid.service with parameters of type OrcidToken Modifier and Type Method Description voidOrcidTokenService. delete(Context context, OrcidToken orcidToken)Delete the given ORCID token entity. -
Uses of OrcidToken in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return OrcidToken Modifier and Type Method Description OrcidTokenOrcidTokenServiceImpl. create(Context context, EPerson ePerson, String accessToken)OrcidTokenOrcidTokenServiceImpl. create(Context context, EPerson ePerson, Item profileItem, String accessToken)OrcidTokenOrcidTokenServiceImpl. findByEPerson(Context context, EPerson ePerson)OrcidTokenOrcidTokenServiceImpl. findByProfileItem(Context context, Item profileItem)Methods in org.dspace.orcid.service.impl with parameters of type OrcidToken Modifier and Type Method Description voidOrcidTokenServiceImpl. delete(Context context, OrcidToken orcidToken)
-