Uses of Class
ubic.gemma.model.common.description.BibliographicReference
Packages that use BibliographicReference
Package
Description
This package contains custom JSP tag libraries used in the Gemma Web application.
-
Uses of BibliographicReference in ubic.gemma.core.loader.entrez.pubmed
Methods in ubic.gemma.core.loader.entrez.pubmed that return BibliographicReferenceModifier and TypeMethodDescriptionExpressionExperimentBibRefFinder.locatePrimaryReference(ExpressionExperiment ee) Retrieve a single PubMed record by ID.Methods in ubic.gemma.core.loader.entrez.pubmed that return types with arguments of type BibliographicReferenceModifier and TypeMethodDescriptionstatic Collection<BibliographicReference> PubMedXMLParser.parse(InputStream is) PubMedSearch.retrieve(Collection<String> pubmedIds) Retrieve multiple PubMed records by ID.PubMedSearch.searchAndRetrieve(String searchQuery, int maxResults) Search based on terms and retrieve the PubMed records.PubMedSearch.searchAndRetrieveByDoi(String doi) Retrieve PubMed records by DOI.Methods in ubic.gemma.core.loader.entrez.pubmed with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionstatic voidPubMedXMLParser.extractPublisher(BibliographicReference bibRef, Node item) static voidPubMedXMLParser.processContributionDate(Node item, BibliographicReference bibRef) -
Uses of BibliographicReference in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return types with arguments of type BibliographicReferenceModifier and TypeMethodDescriptiondefault Collection<SearchResult<BibliographicReference>> SearchSource.searchBibliographicReference(SearchSettings settings, SearchContext context) -
Uses of BibliographicReference in ubic.gemma.core.search.source
Methods in ubic.gemma.core.search.source that return types with arguments of type BibliographicReferenceModifier and TypeMethodDescriptionCompositeSearchSource.searchBibliographicReference(SearchSettings settings, SearchContext context) HibernateSearchSource.searchBibliographicReference(SearchSettings settings, SearchContext context) -
Uses of BibliographicReference in ubic.gemma.model.analysis
Methods in ubic.gemma.model.analysis that return BibliographicReferenceMethods in ubic.gemma.model.analysis that return types with arguments of type BibliographicReferenceMethods in ubic.gemma.model.analysis with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionvoidInvestigation.setPrimaryPublication(BibliographicReference primaryPublication) Method parameters in ubic.gemma.model.analysis with type arguments of type BibliographicReferenceModifier and TypeMethodDescriptionvoidInvestigation.setOtherRelevantPublications(Set<BibliographicReference> otherRelevantPublications) -
Uses of BibliographicReference in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return BibliographicReferenceModifier and TypeMethodDescriptionstatic BibliographicReferenceBibliographicReference.Factory.newInstance()Methods in ubic.gemma.model.common.description with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionstatic CitationValueObjectBibliographicReferenceValueObject.constructCitation(BibliographicReference bib) static CitationValueObjectCitationValueObject.convert2CitationValueObject(BibliographicReference ref) Method parameters in ubic.gemma.model.common.description with type arguments of type BibliographicReferenceModifier and TypeMethodDescriptionstatic Collection<CitationValueObject> BibliographicReferenceValueObject.constructCitations(Collection<BibliographicReference> bibs) static List<CitationValueObject> CitationValueObject.convert2CitationValueObjects(Collection<BibliographicReference> refs) BibliographicReferenceValueObject.convert2ValueObjects(Collection<BibliographicReference> refs) does not set related experiments fieldConstructors in ubic.gemma.model.common.description with parameters of type BibliographicReferenceModifierConstructorDescriptiondoes not set related experiments field -
Uses of BibliographicReference in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return BibliographicReferenceMethods in ubic.gemma.model.expression.experiment that return types with arguments of type BibliographicReference -
Uses of BibliographicReference in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return types with arguments of type BibliographicReferenceMethod parameters in ubic.gemma.model.genome.gene with type arguments of type BibliographicReferenceModifier and TypeMethodDescriptionvoidGeneSet.setLiteratureSources(Set<BibliographicReference> literatureSources) -
Uses of BibliographicReference in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return BibliographicReferenceModifier and TypeMethodDescriptionBibliographicReferenceService.create(BibliographicReference bibliographicReference) BibliographicReferenceDaoImpl.find(BibliographicReference bibliographicReference) BibliographicReferenceService.find(BibliographicReference bibliographicReference) check to see if the object already existsBibliographicReferenceDao.findByExternalId(String id, String databaseName) BibliographicReferenceDao.findByExternalId(DatabaseEntry externalId) Find by the external database id, such as for PubMedBibliographicReferenceDaoImpl.findByExternalId(String id, String databaseName) BibliographicReferenceDaoImpl.findByExternalId(DatabaseEntry externalId) BibliographicReferenceService.findByExternalId(String id) Get a reference by the unqualified external id.BibliographicReferenceService.findByExternalId(String id, String databaseName) Retrieve a reference by identifier, qualified by the database name (such as 'pubmed').BibliographicReferenceService.findByExternalId(DatabaseEntry accession) BibliographicReferenceServiceImpl.findByExternalId(String id) BibliographicReferenceServiceImpl.findByExternalId(String id, String databaseName) BibliographicReferenceServiceImpl.findByExternalId(DatabaseEntry accession) BibliographicReferenceService.findOrCreate(BibliographicReference BibliographicReference) BibliographicReferenceService.save(BibliographicReference entity) BibliographicReferenceDao.thaw(BibliographicReference bibliographicReference) BibliographicReferenceDaoImpl.thaw(BibliographicReference bibliographicReference) BibliographicReferenceService.thaw(BibliographicReference bibliographicReference) BibliographicReferenceServiceImpl.thaw(BibliographicReference bibliographicReference) Methods in ubic.gemma.persistence.service.common.description that return types with arguments of type BibliographicReferenceModifier and TypeMethodDescriptionBibliographicReferenceDaoImpl.browse(int start, int limit) BibliographicReferenceService.browse(int start, int limit) BibliographicReferenceServiceImpl.browse(int start, int limit) BibliographicReferenceServiceImpl.browse(int start, int limit, String orderField, boolean descending) BibliographicReferenceService.create(Collection<BibliographicReference> entities) BibliographicReferenceDao.getRelatedExperiments(int offset, int limit) Get a slice of the references that are linked to experiments.BibliographicReferenceDao.getRelatedExperiments(Collection<BibliographicReference> records) Get the related experiments for the given references.BibliographicReferenceDaoImpl.getRelatedExperiments(int offset, int limit) BibliographicReferenceDaoImpl.getRelatedExperiments(Collection<BibliographicReference> records) BibliographicReferenceService.getRelatedExperiments(int offset, int limit) Return all the BibRefs that are linked to ExpressionExperiments.BibliographicReferenceService.getRelatedExperiments(Collection<BibliographicReference> records) BibliographicReferenceServiceImpl.getRelatedExperiments(int offset, int limit) BibliographicReferenceServiceImpl.getRelatedExperiments(Collection<BibliographicReference> records) BibliographicReferenceService.save(Collection<BibliographicReference> entities) BibliographicReferenceDao.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceDaoImpl.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceService.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceServiceImpl.thaw(Collection<BibliographicReference> bibliographicReferences) Methods in ubic.gemma.persistence.service.common.description with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionBibliographicReferenceService.create(BibliographicReference bibliographicReference) protected BibliographicReferenceValueObjectBibliographicReferenceDaoImpl.doLoadValueObject(BibliographicReference entity) BibliographicReferenceDaoImpl.find(BibliographicReference bibliographicReference) BibliographicReferenceService.find(BibliographicReference bibliographicReference) check to see if the object already existsBibliographicReferenceService.findOrCreate(BibliographicReference BibliographicReference) BibliographicReferenceServiceImpl.loadValueObject(BibliographicReference entity) voidBibliographicReferenceService.remove(BibliographicReference BibliographicReference) BibliographicReferenceService.save(BibliographicReference entity) BibliographicReferenceDao.thaw(BibliographicReference bibliographicReference) BibliographicReferenceDaoImpl.thaw(BibliographicReference bibliographicReference) BibliographicReferenceService.thaw(BibliographicReference bibliographicReference) BibliographicReferenceServiceImpl.thaw(BibliographicReference bibliographicReference) voidBibliographicReferenceService.update(BibliographicReference entity) Method parameters in ubic.gemma.persistence.service.common.description with type arguments of type BibliographicReferenceModifier and TypeMethodDescriptionBibliographicReferenceService.create(Collection<BibliographicReference> entities) BibliographicReferenceDao.getRelatedExperiments(Collection<BibliographicReference> records) Get the related experiments for the given references.BibliographicReferenceDaoImpl.getRelatedExperiments(Collection<BibliographicReference> records) BibliographicReferenceService.getRelatedExperiments(Collection<BibliographicReference> records) BibliographicReferenceServiceImpl.getRelatedExperiments(Collection<BibliographicReference> records) voidBibliographicReferenceService.remove(Collection<BibliographicReference> entities) BibliographicReferenceService.save(Collection<BibliographicReference> entities) BibliographicReferenceDao.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceDaoImpl.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceService.thaw(Collection<BibliographicReference> bibliographicReferences) BibliographicReferenceServiceImpl.thaw(Collection<BibliographicReference> bibliographicReferences) voidBibliographicReferenceService.update(Collection<BibliographicReference> entities) -
Uses of BibliographicReference in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionExpressionExperimentDao.findByBibliographicReference(BibliographicReference bibRef) ExpressionExperimentDaoImpl.findByBibliographicReference(BibliographicReference bibRef) ExpressionExperimentService.findByBibliographicReference(BibliographicReference bibRef) ExpressionExperimentServiceImpl.findByBibliographicReference(BibliographicReference bibRef) -
Uses of BibliographicReference in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionstatic voidBusinessKey.checkKey(BibliographicReference bibliographicReference) static void -
Uses of BibliographicReference in ubic.gemma.web.taglib
Methods in ubic.gemma.web.taglib with parameters of type BibliographicReferenceModifier and TypeMethodDescriptionvoidBibliographicReferenceMetaTag.setCitation(BibliographicReference citation) voidShortBibliographicReferenceTag.setCitation(BibliographicReference citation)