Uses of Class
eu.etaxonomy.cdm.model.reference.ReferenceBase

Packages that use ReferenceBase
eu.etaxonomy.cdm.api.facade   
eu.etaxonomy.cdm.api.service   
eu.etaxonomy.cdm.api.service.config   
eu.etaxonomy.cdm.api.service.config.impl   
eu.etaxonomy.cdm.ext.bci   
eu.etaxonomy.cdm.ext.dc   
eu.etaxonomy.cdm.ext.ipni   
eu.etaxonomy.cdm.ext.sru   
eu.etaxonomy.cdm.io.berlinModel   
eu.etaxonomy.cdm.io.berlinModel.in   
eu.etaxonomy.cdm.io.berlinModel.out   
eu.etaxonomy.cdm.io.berlinModel.out.mapper   
eu.etaxonomy.cdm.io.common   
eu.etaxonomy.cdm.io.excel.common   
eu.etaxonomy.cdm.io.excel.distribution   
eu.etaxonomy.cdm.io.excel.taxa   
eu.etaxonomy.cdm.io.jaxb   
eu.etaxonomy.cdm.io.reference.endnote.in   
eu.etaxonomy.cdm.io.sdd.in   
eu.etaxonomy.cdm.io.sdd.out   
eu.etaxonomy.cdm.io.specimen.abcd206.in   
eu.etaxonomy.cdm.io.specimen.excel.in   
eu.etaxonomy.cdm.io.taxonx   
eu.etaxonomy.cdm.io.tcsrdf   
eu.etaxonomy.cdm.io.tcsxml   
eu.etaxonomy.cdm.io.tcsxml.in   
eu.etaxonomy.cdm.model.common Provides general technical or common classes on the base of which are built the model classes of all others thematic packages. 
eu.etaxonomy.cdm.model.description Provides classes: to describe specimens, observations or taxa, to associate other factual informations to specimens, observations or taxa (including distribution), to supply additional information about taxon names and to support identification by means of keys. Related documentation
UML Diagrams  
eu.etaxonomy.cdm.model.media   
eu.etaxonomy.cdm.model.molecular Provides classes for DNA samples and related sequences. 
eu.etaxonomy.cdm.model.name Provides classes for nomenclature and typification. 
eu.etaxonomy.cdm.model.occurrence Provides classes for specimens, collections and field observations. 
eu.etaxonomy.cdm.model.reference Provides classes for nomenclatural and bibliographical references either as a complex structure of specific subclasses according to the different kind of possible references used (see StrictReferenceBase class and subclasses) or as a flat structure (see BibTexReference class). Related documentation
UML Diagrams  
eu.etaxonomy.cdm.model.taxon Provides classes for taxonomy including synonymy and concept synonymy. 
eu.etaxonomy.cdm.model.view   
eu.etaxonomy.cdm.persistence.dao.hibernate.reference   
eu.etaxonomy.cdm.persistence.dao.hibernate.taxon   
eu.etaxonomy.cdm.persistence.dao.reference   
eu.etaxonomy.cdm.persistence.dao.taxon   
eu.etaxonomy.cdm.remote.json.processor.bean   
eu.etaxonomy.cdm.strategy.cache.reference   
 

Uses of ReferenceBase in eu.etaxonomy.cdm.api.facade
 

Methods in eu.etaxonomy.cdm.api.facade with parameters of type ReferenceBase
 IdentifiableSource DerivedUnitFacade.addSource(ReferenceBase reference, String microReference, String originalNameString)
          Creates an orignal source, adds it to the specimen and returns it.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.api.service
 

Methods in eu.etaxonomy.cdm.api.service that return types with arguments of type ReferenceBase
 List<ReferenceBase> ReferenceServiceImpl.getAllNomenclaturalReferences()
           
 List<ReferenceBase> IReferenceService.getAllNomenclaturalReferences()
          TODO candidate for harmonization: rename to listNomenclaturalReferences
 List<ReferenceBase> ReferenceServiceImpl.getAllReferencesForPublishing()
           
 List<ReferenceBase> IReferenceService.getAllReferencesForPublishing()
          TODO candidate for harmonization: rename to listForPublishing
 List<UuidAndTitleCache<ReferenceBase>> ReferenceServiceImpl.getUuidAndTitle()
           
 List<UuidAndTitleCache<ReferenceBase>> IReferenceService.getUuidAndTitle()
          Returns a map that holds uuid, titleCache pairs of all references in the current database
 Pager<ReferenceBase> IReferenceService.search(Class<? extends ReferenceBase> clazz, String queryString, Integer pageSize, Integer pageNumber, List<OrderHint> orderHints, List<String> propertyPaths)
          Returns a Paged List of ReferenceBase instances where the default field matches the String queryString (as interpreted by the Lucene QueryParser)
 

Methods in eu.etaxonomy.cdm.api.service with parameters of type ReferenceBase
 Synonym TaxonServiceImpl.changeAcceptedTaxonToSynonym(TaxonNode oldTaxonNode, TaxonNode newAcceptedTaxonNode, SynonymRelationshipType synonymRelationshipType, ReferenceBase citation, String citationMicroReference)
           
 Synonym ITaxonService.changeAcceptedTaxonToSynonym(TaxonNode oldTaxonNode, TaxonNode newAcceptedTaxonNode, SynonymRelationshipType synonymType, ReferenceBase citation, String citationMicroReference)
          Changes an accepted taxon to a synonym of another taxon.
 Taxon TaxonServiceImpl.changeSynonymToRelatedTaxon(Synonym synonym, Taxon toTaxon, TaxonRelationshipType taxonRelationshipType, ReferenceBase citation, String microcitation)
           
 Taxon ITaxonService.changeSynonymToRelatedTaxon(Synonym synonym, Taxon toTaxon, TaxonRelationshipType taxonRelationshipType, ReferenceBase citation, String microcitation)
          Change a synonym into a related concept
 List<Taxon> TaxonServiceImpl.getRootTaxa(Rank rank, ReferenceBase sec, boolean onlyWithChildren, boolean withMisapplications, List<String> propertyPaths)
           
 List<Taxon> ITaxonService.getRootTaxa(Rank rank, ReferenceBase sec, boolean onlyWithChildren, boolean withMisapplications, List<String> propertyPaths)
          Deprecated. obsolete when using taxonomicTree
 List<Taxon> TaxonServiceImpl.getRootTaxa(ReferenceBase sec)
          FIXME Candidate for harmonization merge with getRootTaxa(ReferenceBase sec, ..., ...) (non-Javadoc)
 List<Taxon> ITaxonService.getRootTaxa(ReferenceBase sec)
          Deprecated. obsolete when using taxonomicTree
 List<Taxon> TaxonServiceImpl.getRootTaxa(ReferenceBase sec, boolean onlyWithChildren, boolean withMisapplications)
          FIXME Candidate for harmonization merge with getRootTaxa(ReferenceBase sec, ..., ...) (non-Javadoc)
 List<Taxon> ITaxonService.getRootTaxa(ReferenceBase sec, boolean onlyWithChildren, boolean withMisapplications)
          Deprecated. obsolete when using taxonomicTree
 List<Taxon> TaxonServiceImpl.getRootTaxa(ReferenceBase sec, CdmFetch cdmFetch, boolean onlyWithChildren)
          FIXME Candidate for harmonization merge with getRootTaxa(ReferenceBase sec, ..., ...) (non-Javadoc)
 List<Taxon> ITaxonService.getRootTaxa(ReferenceBase sec, CdmFetch cdmFetch, boolean onlyWithChildren)
          Deprecated. obsolete when using taxonomicTree
 List<TaxonBase> ReferenceServiceImpl.listCoveredTaxa(ReferenceBase referenceBase, boolean includeSubordinateReferences, List<String> propertyPaths)
           
 List<TaxonBase> IReferenceService.listCoveredTaxa(ReferenceBase referenceBase, boolean includeSubordinateReferences, List<String> propertyPaths)
          returns all taxa directly covered by this reference all taxa covered by the according in references of this reference searches for taxa using the following relations: taxon.name.nomenclaturalreference taxon.descriptions.descriptionElement.sources.citation taxon.descriptions.descriptionSources taxon.name.descriptions.descriptionElement.sources taxon.name.descriptions.descriptionSources
 List<TaxonBase> TaxonServiceImpl.searchTaxaByName(String name, ReferenceBase sec)
          FIXME Candidate for harmonization rename searchByName ?
 List<TaxonBase> ITaxonService.searchTaxaByName(String name, ReferenceBase sec)
          Returns a list of taxa that matches the name string and the sec reference
 

Method parameters in eu.etaxonomy.cdm.api.service with type arguments of type ReferenceBase
 Pager<ReferenceBase> IReferenceService.search(Class<? extends ReferenceBase> clazz, String queryString, Integer pageSize, Integer pageNumber, List<OrderHint> orderHints, List<String> propertyPaths)
          Returns a Paged List of ReferenceBase instances where the default field matches the String queryString (as interpreted by the Lucene QueryParser)
 

Uses of ReferenceBase in eu.etaxonomy.cdm.api.service.config
 

Methods in eu.etaxonomy.cdm.api.service.config that return ReferenceBase
 ReferenceBase ITaxonServiceConfigurator.getSec()
          Deprecated. 
 

Methods in eu.etaxonomy.cdm.api.service.config with parameters of type ReferenceBase
 void ITaxonServiceConfigurator.setSec(ReferenceBase sec)
          Deprecated. 
 

Uses of ReferenceBase in eu.etaxonomy.cdm.api.service.config.impl
 

Methods in eu.etaxonomy.cdm.api.service.config.impl that return ReferenceBase
 ReferenceBase TaxonServiceConfiguratorImpl.getSec()
           
 

Methods in eu.etaxonomy.cdm.api.service.config.impl with parameters of type ReferenceBase
 void TaxonServiceConfiguratorImpl.setSec(ReferenceBase sec)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.ext.bci
 

Methods in eu.etaxonomy.cdm.ext.bci that return types with arguments of type ReferenceBase
 List<ReferenceBase> BciSchemaAdapter.getCmdEntities(InputStream inputStream)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.ext.dc
 

Methods in eu.etaxonomy.cdm.ext.dc that return types with arguments of type ReferenceBase
 List<ReferenceBase> DublinCoreSchemaAdapter.getCmdEntities(InputStream inputStream)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.ext.ipni
 

Methods in eu.etaxonomy.cdm.ext.ipni that return types with arguments of type ReferenceBase
 List<ReferenceBase> IpniService.getPublications(String title, String abbreviation, ICdmApplicationConfiguration services, IpniServicePublicationConfigurator config)
           
 List<ReferenceBase> IIpniService.getPublications(String title, String abbreviation, ICdmApplicationConfiguration services, IpniServicePublicationConfigurator config)
          Returns a list of publications matching the title and/or the abbreviation parameter according to the IPNI Publication search function.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.ext.sru
 

Methods in eu.etaxonomy.cdm.ext.sru that return types with arguments of type ReferenceBase
 List<ReferenceBase> SruServiceWrapper.doSearchRetrieve(String cqlQuery, String recordSchema)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.berlinModel
 

Methods in eu.etaxonomy.cdm.io.berlinModel with parameters of type ReferenceBase
static Integer BerlinModelTransformer.ref2refCategoryId(ReferenceBase<?> ref)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.berlinModel.in
 

Methods in eu.etaxonomy.cdm.io.berlinModel.in that return ReferenceBase
protected  ReferenceBase BerlinModelImportBase.getReferenceFromMaps(Map<String,ReferenceBase> firstDetailMap, Map<String,ReferenceBase> secondDetailMap, Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefDetailFk, String nomRefFk)
          Searches first in the detail maps then in the ref maps for a reference.
protected  ReferenceBase BerlinModelImportBase.getReferenceOnlyFromMaps(Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefFk)
          As getReferenceFromMaps but search is performed only on references, not on detail maps.
 ReferenceBase BerlinModelImportConfigurator.getSourceReference()
           
 

Method parameters in eu.etaxonomy.cdm.io.berlinModel.in with type arguments of type ReferenceBase
protected  ReferenceBase BerlinModelImportBase.getReferenceFromMaps(Map<String,ReferenceBase> firstDetailMap, Map<String,ReferenceBase> secondDetailMap, Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefDetailFk, String nomRefFk)
          Searches first in the detail maps then in the ref maps for a reference.
protected  ReferenceBase BerlinModelImportBase.getReferenceFromMaps(Map<String,ReferenceBase> firstDetailMap, Map<String,ReferenceBase> secondDetailMap, Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefDetailFk, String nomRefFk)
          Searches first in the detail maps then in the ref maps for a reference.
protected  ReferenceBase BerlinModelImportBase.getReferenceFromMaps(Map<String,ReferenceBase> firstDetailMap, Map<String,ReferenceBase> secondDetailMap, Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefDetailFk, String nomRefFk)
          Searches first in the detail maps then in the ref maps for a reference.
protected  ReferenceBase BerlinModelImportBase.getReferenceFromMaps(Map<String,ReferenceBase> firstDetailMap, Map<String,ReferenceBase> secondDetailMap, Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefDetailFk, String nomRefFk)
          Searches first in the detail maps then in the ref maps for a reference.
protected  ReferenceBase BerlinModelImportBase.getReferenceOnlyFromMaps(Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefFk)
          As getReferenceFromMaps but search is performed only on references, not on detail maps.
protected  ReferenceBase BerlinModelImportBase.getReferenceOnlyFromMaps(Map<String,ReferenceBase> firstRefMap, Map<String,ReferenceBase> secondRefMap, String nomRefFk)
          As getReferenceFromMaps but search is performed only on references, not on detail maps.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.berlinModel.out
 

Methods in eu.etaxonomy.cdm.io.berlinModel.out with parameters of type ReferenceBase
protected  boolean BerlinModelReferenceExport.invokeInRef(ReferenceBase ref, BerlinModelExportState state, PreparedStatement stmt)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.berlinModel.out.mapper
 

Methods in eu.etaxonomy.cdm.io.berlinModel.out.mapper with parameters of type ReferenceBase
protected  Integer RefDetailMapper.makeRefDetail(String microRef, ReferenceBase<?> ref)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.common
 

Fields in eu.etaxonomy.cdm.io.common declared as ReferenceBase
protected  ReferenceBase ImportConfiguratorBase.sourceReference
           
 

Methods in eu.etaxonomy.cdm.io.common that return ReferenceBase
abstract  ReferenceBase ImportConfiguratorBase.getSourceReference()
           
 ReferenceBase IImportConfigurator.getSourceReference()
          The reference that represents the source.
 ReferenceBase CacheUpdaterConfigurator.getSourceReference()
           
 

Methods in eu.etaxonomy.cdm.io.common with parameters of type ReferenceBase
 void CdmImportBase.addOriginalSource(CdmBase cdmBase, Object idAttributeValue, String namespace, ReferenceBase citation)
          Adds an orginal source to a sourceable objects (implemented for Identifiable entity and description element.
 void CdmImportBase.addOriginalSource(ResultSet rs, CdmBase cdmBase, String dbIdAttribute, String namespace, ReferenceBase citation)
           
 UUID ImportStateBase.getTreeUuid(ReferenceBase ref)
           
protected  TaxonomicTree CdmImportBase.makeTree(STATE state, ReferenceBase reference)
           
protected  TaxonomicTree CdmImportBase.makeTreeMemSave(STATE state, ReferenceBase ref)
          Alternative memory saving method variant of #makeTree(STATE state, ReferenceBase ref) which stores only the UUID instead of the full tree in the ImportStateBase by using state.putTreeUuid(ref, tree);
 void ImportStateBase.putTreeUuid(ReferenceBase ref, TaxonomicTree tree)
           
static boolean ImportHelper.setOriginalSource(IdentifiableEntity idEntity, ReferenceBase sourceReference, long sourceId, String namespace)
           
static boolean ImportHelper.setOriginalSource(ISourceable sourceable, ReferenceBase sourceReference, String sourceId, String namespace)
          Adds an original source object to the identifiable entity.
 void ImportConfiguratorBase.setSourceReference(ReferenceBase sourceReference)
           
 void IImportConfigurator.setSourceReference(ReferenceBase sourceReference)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.excel.common
 

Methods in eu.etaxonomy.cdm.io.excel.common that return ReferenceBase
 ReferenceBase ExcelImportConfiguratorBase.getSourceReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.excel.distribution
 

Methods in eu.etaxonomy.cdm.io.excel.distribution that return ReferenceBase
 ReferenceBase DistributionImportConfigurator.getSourceReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.excel.taxa
 

Methods in eu.etaxonomy.cdm.io.excel.taxa that return ReferenceBase
 ReferenceBase NormalExplicitImportConfigurator.getSourceReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.jaxb
 

Fields in eu.etaxonomy.cdm.io.jaxb with type parameters of type ReferenceBase
protected  List<ReferenceBase> DataSet.references
           
 

Methods in eu.etaxonomy.cdm.io.jaxb that return ReferenceBase
 ReferenceBase JaxbImportConfigurator.getSourceReference()
           
 

Methods in eu.etaxonomy.cdm.io.jaxb that return types with arguments of type ReferenceBase
 List<ReferenceBase> DataSet.getReferences()
          Gets the value of the references property.
 

Method parameters in eu.etaxonomy.cdm.io.jaxb with type arguments of type ReferenceBase
 void DataSet.setReferences(List<ReferenceBase> value)
          Sets the value of the references property.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.reference.endnote.in
 

Methods in eu.etaxonomy.cdm.io.reference.endnote.in that return ReferenceBase
 ReferenceBase EndnoteImportConfigurator.getSourceReference()
           
protected  ReferenceBase EndNoteImportBase.makeAccordingTo(org.jdom.Element elAccordingTo, MapWrapper<ReferenceBase> referenceMap, ResultWrapper<Boolean> success)
           
 

Methods in eu.etaxonomy.cdm.io.reference.endnote.in with parameters of type ReferenceBase
 boolean IEndnotePlaceholderClass.makePublicationDetailed(TcsXmlImportConfigurator tcsConfig, org.jdom.Element elPublicationDetailed, ReferenceBase publication)
           
 

Method parameters in eu.etaxonomy.cdm.io.reference.endnote.in with type arguments of type ReferenceBase
protected  ReferenceBase EndNoteImportBase.makeAccordingTo(org.jdom.Element elAccordingTo, MapWrapper<ReferenceBase> referenceMap, ResultWrapper<Boolean> success)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.sdd.in
 

Methods in eu.etaxonomy.cdm.io.sdd.in that return ReferenceBase
 ReferenceBase SDDImportConfigurator.getSourceReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.sdd.out
 

Fields in eu.etaxonomy.cdm.io.sdd.out with type parameters of type ReferenceBase
protected  List<ReferenceBase> SDDDataSet.references
           
 

Methods in eu.etaxonomy.cdm.io.sdd.out that return types with arguments of type ReferenceBase
 List<ReferenceBase> SDDDataSet.getReferences()
          Gets the value of the references property.
 

Method parameters in eu.etaxonomy.cdm.io.sdd.out with type arguments of type ReferenceBase
 void SDDDataSet.setReferences(List<ReferenceBase> value)
          Sets the value of the references property.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.specimen.abcd206.in
 

Methods in eu.etaxonomy.cdm.io.specimen.abcd206.in that return ReferenceBase
 ReferenceBase Abcd206ImportConfigurator.getSourceReference()
           
 ReferenceBase Abcd206ImportConfigurator.getTaxonReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.specimen.excel.in
 

Methods in eu.etaxonomy.cdm.io.specimen.excel.in that return ReferenceBase
 ReferenceBase SpecimenExcelImportConfigurator.getSourceReference()
           
 ReferenceBase SpecimenExcelImportConfigurator.getTaxonReference()
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.taxonx
 

Methods in eu.etaxonomy.cdm.io.taxonx that return ReferenceBase
 ReferenceBase<?> TaxonXImportState.getModsReference()
           
 ReferenceBase TaxonXImportConfigurator.getSourceReference()
           
 

Methods in eu.etaxonomy.cdm.io.taxonx with parameters of type ReferenceBase
 void TaxonXImportState.setModsReference(ReferenceBase<?> modsReference)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.tcsrdf
 

Methods in eu.etaxonomy.cdm.io.tcsrdf that return ReferenceBase
 ReferenceBase TcsRdfImportConfigurator.getSourceReference()
           
static ReferenceBase TcsRdfTransformer.pubTypeStr2PubType(String strPubType)
          Creates an cdm-Rank by the tcs rank
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.tcsxml
 

Methods in eu.etaxonomy.cdm.io.tcsxml that return ReferenceBase
static ReferenceBase TcsXmlTransformer.pubTypeStr2PubType(String strPubType)
          Creates an cdm-Rank by the tcs rank
 

Methods in eu.etaxonomy.cdm.io.tcsxml with parameters of type ReferenceBase
 boolean ITcsXmlPlaceholderClass.makePublicationDetailed(TcsXmlImportConfigurator tcsConfig, org.jdom.Element elPublicationDetailed, ReferenceBase publication)
           
 boolean DefaultTcsXmlPlaceholders.makePublicationDetailed(TcsXmlImportConfigurator config, org.jdom.Element elPublicationDetailed, ReferenceBase publication)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.io.tcsxml.in
 

Methods in eu.etaxonomy.cdm.io.tcsxml.in that return ReferenceBase
 ReferenceBase TcsXmlImportConfigurator.getSourceReference()
           
protected  ReferenceBase TcsXmlImportBase.makeAccordingTo(org.jdom.Element elAccordingTo, MapWrapper<ReferenceBase> referenceMap, ResultWrapper<Boolean> success)
           
protected static ReferenceBase TcsXmlTaxonImport.unknownSec()
           
 

Method parameters in eu.etaxonomy.cdm.io.tcsxml.in with type arguments of type ReferenceBase
protected  ReferenceBase TcsXmlImportBase.makeAccordingTo(org.jdom.Element elAccordingTo, MapWrapper<ReferenceBase> referenceMap, ResultWrapper<Boolean> success)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.common
 

Methods in eu.etaxonomy.cdm.model.common that return ReferenceBase
 ReferenceBase ReferencedEntityBase.getCitation()
           
 ReferenceBase IReferencedEntity.getCitation()
           
 

Methods in eu.etaxonomy.cdm.model.common with parameters of type ReferenceBase
 T ISourceable.addSource(String id, String idNamespace, ReferenceBase citation, String microCitation)
          Adds a source that is newly created by its components.
 IdentifiableSource IdentifiableEntity.addSource(String id, String idNamespace, ReferenceBase citation, String microCitation)
           
static IdentifiableSource IdentifiableSource.NewInstance(ReferenceBase citation, String microCitation)
           
static DescriptionElementSource DescriptionElementSource.NewInstance(ReferenceBase citation, String microCitation)
           
static DescriptionElementSource DescriptionElementSource.NewInstance(ReferenceBase citation, String microReference, TaxonNameBase nameUsedInSource, String originalNameString)
           
static DescriptionElementSource DescriptionElementSource.NewInstance(String id, String idNamespace, ReferenceBase citation)
           
static IdentifiableSource IdentifiableSource.NewInstance(String id, String idNamespace, ReferenceBase citation, String microCitation)
           
static DescriptionElementSource DescriptionElementSource.NewInstance(String id, String idNamespace, ReferenceBase citation, String microCitation)
           
static DescriptionElementSource DescriptionElementSource.NewInstance(String id, String idNamespace, ReferenceBase citation, String microReference, TaxonNameBase nameUsedInSource, String originalNameString)
           
 void ReferencedEntityBase.setCitation(ReferenceBase citation)
           
 

Constructors in eu.etaxonomy.cdm.model.common with parameters of type ReferenceBase
ReferencedEntityBase(ReferenceBase citation, String citationMicroReference, String originalNameString)
           
RelationshipBase(FROM from, TO to, TYPE type, ReferenceBase citation, String citationMicroReference)
          Creates a relationship between 2 objects and adds it to the respective relation sets of both objects.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.description
 

Methods in eu.etaxonomy.cdm.model.description that return ReferenceBase
 ReferenceBase DescriptionElementBase.getCitation()
          Deprecated. 
 

Methods in eu.etaxonomy.cdm.model.description that return types with arguments of type ReferenceBase
 Set<ReferenceBase> DescriptionBase.getDescriptionSources()
          Returns the set of references used as sources for this description as a whole.
 

Methods in eu.etaxonomy.cdm.model.description with parameters of type ReferenceBase
 void DescriptionBase.addDescriptionSource(ReferenceBase descriptionSource)
          Adds an existing reference to the set of references used as sources for this description.
 DescriptionElementSource DescriptionElementBase.addSource(String id, String idNamespace, ReferenceBase citation, String microCitation)
           
 void DescriptionElementBase.addSource(String id, String idNamespace, ReferenceBase citation, String microReference, TaxonNameBase nameUsedInSource, String originalNameString)
           
 void DescriptionBase.removeDescriptionSource(ReferenceBase descriptionSource)
          Removes one element from the set of references used as sources for this description.
 void DescriptionElementBase.setCitation(ReferenceBase citation)
          Deprecated. 
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.media
 

Methods in eu.etaxonomy.cdm.model.media that return ReferenceBase
 ReferenceBase ReferencedMedia.getCitation()
           
 

Methods in eu.etaxonomy.cdm.model.media with parameters of type ReferenceBase
 void ReferencedMedia.setCitation(ReferenceBase citation)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.molecular
 

Methods in eu.etaxonomy.cdm.model.molecular that return ReferenceBase
 ReferenceBase Sequence.getCitation()
           
 ReferenceBase Sequence.getPublishedIn()
           
 

Methods in eu.etaxonomy.cdm.model.molecular that return types with arguments of type ReferenceBase
 Set<ReferenceBase> Sequence.getCitations()
           
 

Methods in eu.etaxonomy.cdm.model.molecular with parameters of type ReferenceBase
 void Sequence.addCitation(ReferenceBase citation)
           
 void Sequence.removeCitation(ReferenceBase citation)
           
 void Sequence.setPublishedIn(ReferenceBase publishedIn)
           
 

Method parameters in eu.etaxonomy.cdm.model.molecular with type arguments of type ReferenceBase
protected  void Sequence.setCitations(Set<ReferenceBase> citations)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.name
 

Methods in eu.etaxonomy.cdm.model.name that return ReferenceBase
 ReferenceBase TaxonNameBase.getCitation()
           
 

Methods in eu.etaxonomy.cdm.model.name with parameters of type ReferenceBase
 NameRelationship TaxonNameBase.addBasionym(T basionym, ReferenceBase citation, String microcitation, String ruleConsidered)
          Assigns a taxon name as basionym of this taxon name and keeps the nomenclatural rule considered for it.
 NameTypeDesignation TaxonNameBase.addNameTypeDesignation(TaxonNameBase typeSpecies, ReferenceBase citation, String citationMicroReference, String originalNameString, NameTypeDesignationStatus status, boolean addToAllHomotypicNames)
          Creates and adds a new name type designation to this taxon name's set of type designations.
 NameTypeDesignation TaxonNameBase.addNameTypeDesignation(TaxonNameBase typeSpecies, ReferenceBase citation, String citationMicroReference, String originalNameString, NameTypeDesignationStatus status, boolean isRejectedType, boolean isConservedType, boolean isNotDesignated, boolean addToAllHomotypicNames)
          Creates and adds a new name type designation to this taxon name's set of type designations.
 void TaxonNameBase.addRelationshipFromName(TaxonNameBase fromName, NameRelationshipType type, ReferenceBase citation, String microCitation, String ruleConsidered)
          Creates a new name relationship from another taxon name to this taxon name and adds it both to the set of relations to this taxon name and to the set of relations from the other taxon name.
 NameRelationship TaxonNameBase.addRelationshipToName(TaxonNameBase toName, NameRelationshipType type, ReferenceBase citation, String microCitation, String ruleConsidered)
          Creates a new name relationship from this taxon name to another taxon name and adds it both to the set of relations from this taxon name and to the set of relations to the other taxon name.
 void TaxonNameBase.addReplacedSynonym(T replacedSynonym, ReferenceBase citation, String microcitation, String ruleConsidered)
          Assigns a taxon name as replaced synonym of this taxon name and keeps the nomenclatural rule considered for it.
 SpecimenTypeDesignation TaxonNameBase.addSpecimenTypeDesignation(Specimen typeSpecimen, SpecimenTypeDesignationStatus status, ReferenceBase citation, String citationMicroReference, String originalNameString, boolean isNotDesignated, boolean addToAllHomotypicNames)
          Creates and adds a new specimen type designation to this taxon name's set of type designations.
 List<Synonym> HomotypicalGroup.getSynonymsInGroup(ReferenceBase sec)
          Retrieves the ordered list (depending on the date of publication) of synonyms (according to a given reference) the taxon names of which belong to this homotypical group.
static NomenclaturalStatus NomenclaturalStatus.NewInstance(NomenclaturalStatusType nomStatusType, ReferenceBase citation, String microCitation)
          Creates a new nomenclatural status instance with a given nomenclatural status type.
 void HomotypicalGroup.setGroupBasionym(TaxonNameBase basionymName, ReferenceBase citation, String microCitation, String ruleConsidered)
           
 

Constructors in eu.etaxonomy.cdm.model.name with parameters of type ReferenceBase
HybridRelationship(NonViralName hybridName, NonViralName parentName, HybridRelationshipType type, ReferenceBase citation, String citationMicroReference, String ruleConsidered)
          Class constructor: creates a new hybrid relationship instance including its reference source and adds it to the respective botanical taxon name relation sets of both involved names.
NameRelationship(TaxonNameBase toName, TaxonNameBase fromName, NameRelationshipType type, ReferenceBase citation, String citationMicroReference, String ruleConsidered)
          Class constructor: creates a new name relationship instance including its reference source and adds it to the respective taxon name relation sets of both involved names.
NameTypeDesignation(TaxonNameBase typeName, NameTypeDesignationStatus status, ReferenceBase citation, String citationMicroReference, String originalNameString)
          Class constructor: creates a new name type designation instance (including its reference source and eventually the taxon name string originally used by this reference when establishing the former designation).
NameTypeDesignation(TaxonNameBase typeName, ReferenceBase citation, String citationMicroReference, String originalNameString, NameTypeDesignationStatus status, boolean rejectedType, boolean conservedType, boolean isNotDesignated)
          Class constructor: creates a new name type designation instance (including its reference source and eventually the taxon name string originally used by this reference when establishing the former designation).
SpecimenTypeDesignation(DerivedUnitBase specimen, SpecimenTypeDesignationStatus status, ReferenceBase citation, String citationMicroReference, String originalNameString, boolean isNotDesignated)
          Class constructor: creates a new specimen type designation instance (including its reference source and eventually the taxon name string originally used by this reference when establishing the former designation).
TypeDesignationBase(ReferenceBase citation, String citationMicroReference, String originalNameString)
          Class constructor: creates a new type designation (including its reference source and eventually the taxon name string originally used by this reference when establishing the former designation).
TypeDesignationBase(ReferenceBase citation, String citationMicroReference, String originalNameString, boolean notDesignated)
          Class constructor: creates a new type designation (including its reference source and eventually the taxon name string originally used by this reference when establishing the former designation).
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.occurrence
 

Methods in eu.etaxonomy.cdm.model.occurrence that return types with arguments of type ReferenceBase
 Set<ReferenceBase> DeterminationEvent.getReferences()
           
 

Methods in eu.etaxonomy.cdm.model.occurrence with parameters of type ReferenceBase
 void DeterminationEvent.addReference(ReferenceBase reference)
           
 

Method parameters in eu.etaxonomy.cdm.model.occurrence with type arguments of type ReferenceBase
 void DeterminationEvent.setReferences(Set<ReferenceBase> references)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.reference
 

Subclasses of ReferenceBase in eu.etaxonomy.cdm.model.reference
 class Article
          Deprecated. 
 class Book
          Deprecated. 
 class BookSection
          Deprecated. 
 class CdDvd
          Deprecated. 
 class Database
          Deprecated. 
 class Generic
          Deprecated. 
 class InProceedings
          Deprecated. 
 class Journal
          Deprecated. 
 class Map
          Deprecated. 
 class Patent
          Deprecated. 
 class PersonalCommunication
          Deprecated. 
 class PrintedUnitBase<S extends IReferenceBaseCacheStrategy>
          Deprecated. 
 class PrintSeries
          Deprecated. 
 class Proceedings
          Deprecated. 
 class PublicationBase<S extends IReferenceBaseCacheStrategy>
          Deprecated. 
 class Report
          Deprecated. 
 class SectionBase<S extends IReferenceBaseCacheStrategy>
          Deprecated. 
 class Thesis
          Deprecated. 
 class WebPage
          Deprecated. 
 

Fields in eu.etaxonomy.cdm.model.reference declared as ReferenceBase
protected  ReferenceBase ReferenceBase.inReference
           
 

Methods in eu.etaxonomy.cdm.model.reference that return ReferenceBase
 ReferenceBase ReferenceBase.getInReference()
           
 ReferenceBase ISectionBase.getInReference()
          Returns the in-reference of this reference.
 ReferenceBase ReferenceIdentity.getPreferredAbbreviation()
           
 ReferenceBase ReferenceIdentity.getPreferredLongForm()
           
static ReferenceBase ReferenceFactory.newArticle()
           
static ReferenceBase ReferenceFactory.newArticle(ReferenceBase inJournal, Person partAuthor, String title, String pages, String series, String volume, TimePeriod datePublished)
           
static ReferenceBase ReferenceFactory.newBook()
           
static ReferenceBase ReferenceFactory.newBookSection()
           
 ReferenceBase ReferenceFactory.newBookSection(ReferenceBase book, Person partAuthor, String sectionTitle, String pages)
           
static ReferenceBase ReferenceFactory.newCdDvd()
           
static ReferenceBase ReferenceFactory.newDatabase()
           
static ReferenceBase ReferenceFactory.newGeneric()
           
static ReferenceBase ReferenceFactory.newInProceedings()
           
static ReferenceBase ReferenceFactory.newJournal()
           
static ReferenceBase ReferenceFactory.newMap()
           
static ReferenceBase ReferenceFactory.newPatent()
           
static ReferenceBase ReferenceFactory.newPersonalCommunication()
           
static ReferenceBase ReferenceFactory.newPrintSeries()
          Creates a new empty print series instance.
static ReferenceBase ReferenceFactory.newPrintSeries(String series)
          Creates a new print series instance with a given title string.
static ReferenceBase ReferenceFactory.newProceedings()
           
static ReferenceBase ReferenceFactory.newReference(ReferenceType referenceType)
          Returns a new reference for the according reference type.
static ReferenceBase ReferenceFactory.newReport()
           
static ReferenceBase ReferenceFactory.newThesis()
           
static ReferenceBase ReferenceFactory.newWebPage()
           
 

Methods in eu.etaxonomy.cdm.model.reference that return types with arguments of type ReferenceBase
 Set<ReferenceBase> ReferenceIdentity.getReferences()
           
 

Methods in eu.etaxonomy.cdm.model.reference with parameters of type ReferenceBase
static ReferenceBase ReferenceFactory.newArticle(ReferenceBase inJournal, Person partAuthor, String title, String pages, String series, String volume, TimePeriod datePublished)
           
 ReferenceBase ReferenceFactory.newBookSection(ReferenceBase book, Person partAuthor, String sectionTitle, String pages)
           
 void ReferenceBase.setInReference(ReferenceBase inReference)
           
 void ISectionBase.setInReference(ReferenceBase referenceBase)
          Sets the in-reference of this reference.
 void IGeneric.setInReference(ReferenceBase inReference)
          Sets the inreference.
 void ReferenceIdentity.setPreferredAbbreviation(ReferenceBase preferredAbbreviation)
           
 void ReferenceIdentity.setPreferredLongForm(ReferenceBase preferredLongForm)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.taxon
 

Methods in eu.etaxonomy.cdm.model.taxon that return ReferenceBase
 ReferenceBase TaxonomicTree.getCitation()
           
 ReferenceBase TaxonomicTree.getReference()
           
 ReferenceBase TaxonNode.getReference()
          The reference for the parent child relationship
 ReferenceBase ITreeNode.getReference()
           
 ReferenceBase TaxonBase.getSec()
          Returns the reference of this (abstract) taxon.
 

Methods in eu.etaxonomy.cdm.model.taxon with parameters of type ReferenceBase
 TaxonNode TaxonomicTree.addChildNode(TaxonNode childNode, ReferenceBase citation, String microCitation, Synonym synonymToBeUsed)
           
 TaxonNode TaxonNode.addChildNode(TaxonNode childNode, ReferenceBase reference, String microReference, Synonym synonymToBeUsed)
          Moves a taxon node to a new parent.
 TaxonNode ITreeNode.addChildNode(TaxonNode childNode, ReferenceBase citation, String microCitation, Synonym synonymToBeUsed)
          Adds a taxon node as a child of the ITreeNode
 TaxonNode TaxonomicTree.addChildTaxon(Taxon taxon, ReferenceBase citation, String microCitation, Synonym synonymToBeUsed)
           
 TaxonNode TaxonNode.addChildTaxon(Taxon taxon, ReferenceBase citation, String microCitation, Synonym synonymToBeUsed)
           
 TaxonNode ITreeNode.addChildTaxon(Taxon taxon, ReferenceBase citation, String microCitation, Synonym synonymToBeUsed)
          Adds a taxon as a child of the ITreeNode
 SynonymRelationship Taxon.addHeterotypicSynonymName(TaxonNameBase synonymName, HomotypicalGroup homotypicalGroup, ReferenceBase citation, String microCitation)
          Creates a new synonym (with the given taxon name), a new synonym relationship (with the new synonym, with the "is heterotypic synonym of" relationship type and with the reference source on which the relationship assertion is based), returns the relationship and adds it to the set of synonym relationships assigned to this taxon.
 SynonymRelationship Taxon.addHomotypicSynonym(Synonym synonym, ReferenceBase citation, String microCitation)
          Creates a new synonym relationship (with the given synonym, with the "is homotypic synonym of" relationship type and with the reference source on which the relationship assertion is based), returns it and adds it to the set of synonym relationships assigned to this taxon.
 SynonymRelationship Taxon.addHomotypicSynonymName(TaxonNameBase synonymName, ReferenceBase citation, String microCitation)
          Creates a new synonym (with the given taxon name), a new synonym relationship (with the new synonym, with the "is homotypic synonym of" relationship type) and with the reference source on which the relationship assertion is based), returns the relationship and adds it to the set of synonym relationships assigned to this taxon.
 TaxonRelationship Taxon.addMisappliedName(Taxon misappliedNameTaxon, ReferenceBase citation, String microcitation)
          Creates a new taxon relationship (with taxon relationship type "misapplied name for") instance where this taxon plays the target role and adds it to the set of taxon relationships to this taxon.
 TaxonNode TaxonomicTree.addParentChild(Taxon parent, Taxon child, ReferenceBase citation, String microCitation)
          Relates two taxa as parent-child nodes within a taxonomic tree.
 SynonymRelationship Taxon.addSynonym(Synonym synonym, SynonymRelationshipType synonymType, ReferenceBase citation, String citationMicroReference)
          Creates a new synonym relationship (with the given synonym, with the given synonym relationship type and with the reference source on which the relationship assertion is based), returns it and adds it to the set of synonym relationships assigned to this taxon.
 SynonymRelationship Taxon.addSynonymName(TaxonNameBase synonymName, SynonymRelationshipType synonymType, ReferenceBase citation, String citationMicroReference)
          Creates a new synonym (with the given taxon name), a new synonym relationship (with the new synonym, with the given synonym relationship type and with the reference source on which the relationship assertion is based), returns the relationship and adds it to the set of synonym relationships assigned to this taxon.
 void Taxon.addTaxonomicChild(Taxon child, ReferenceBase citation, String microcitation)
          Deprecated. 
 TaxonRelationship Taxon.addTaxonRelation(Taxon toTaxon, TaxonRelationshipType type, ReferenceBase citation, String microcitation)
          Creates a new taxon relationship instance where this taxon plays the source role and adds it to the set of "taxon relationships from" belonging to this taxon.
 void TaxonomicTree.makeTopmostNodeChildOfOtherNode(TaxonNode topmostNode, TaxonNode otherNode, ReferenceBase ref, String microReference)
          Appends an existing topmost node to another node of this tree.
static TaxonomicTree TaxonomicTree.NewInstance(String name, ReferenceBase reference)
           
static TaxonomicTree TaxonomicTree.NewInstance(String name, ReferenceBase reference, Language language)
           
static Taxon Taxon.NewInstance(TaxonNameBase taxonNameBase, ReferenceBase sec)
          Creates a new (accepted/correct) taxon instance with the taxon name used and the reference using it.
static Synonym Synonym.NewInstance(TaxonNameBase taxonName, ReferenceBase sec)
          Creates a new synonym instance with the taxon name used and the reference using it as a synonym and not as an ("accepted/correct") taxon.
static Taxon Taxon.NewUnknownStatusInstance(TaxonNameBase taxonNameBase, ReferenceBase sec)
          Creates a new taxon instance with an unknown status (accepted/synonym) and with the taxon name used and the reference using it.
 void TaxonomicTree.setReference(ReferenceBase reference)
           
 void TaxonNode.setReference(ReferenceBase reference)
           
 void TaxonBase.setSec(ReferenceBase sec)
           
 void Taxon.setTaxonomicParent(Taxon newParent, ReferenceBase citation, String microcitation)
          Deprecated. 
 

Constructors in eu.etaxonomy.cdm.model.taxon with parameters of type ReferenceBase
AlternativeTreeRoot(TaxonNode oldRoot, TaxonNode replacedTaxonNodeFromParentView, ReferenceBase reference, String microReference)
           
Synonym(TaxonNameBase taxonNameBase, ReferenceBase sec)
          Class constructor: creates a new synonym instance with the taxon name used and the reference using it as a synonym and not as an ("accepted/correct") taxon.
SynonymRelationship(Synonym synonym, Taxon taxon, SynonymRelationshipType type, ReferenceBase citation, String citationMicroReference)
          Class constructor: creates a new synonym relationship instance (with the given synonym, the given "accepted/correct" taxon, the given synonym relationship type and with the reference source on which the relationship assertion is based).
Taxon(TaxonNameBase taxonNameBase, ReferenceBase sec)
          Class constructor: creates a new (accepted/correct) taxon instance with the taxon name used and the reference using it.
TaxonBase(TaxonNameBase taxonNameBase, ReferenceBase sec)
          Class constructor: creates a new (abstract) taxon with the taxon name used and the reference using it.
TaxonomicTree(String name, ReferenceBase reference, Language language)
           
TaxonRelationship(Taxon from, Taxon to, TaxonRelationshipType type, ReferenceBase citation, String citationMicroReference)
          Class constructor: creates a new taxon relationship instance (with the given "accepted/correct" taxa, the given synonym relationship type and with the reference source on which the relationship assertion is based).
 

Uses of ReferenceBase in eu.etaxonomy.cdm.model.view
 

Methods in eu.etaxonomy.cdm.model.view that return ReferenceBase
 ReferenceBase View.getCitation()
           
 ReferenceBase View.getReference()
           
 

Methods in eu.etaxonomy.cdm.model.view with parameters of type ReferenceBase
 void View.setReference(ReferenceBase reference)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.persistence.dao.hibernate.reference
 

Methods in eu.etaxonomy.cdm.persistence.dao.hibernate.reference that return types with arguments of type ReferenceBase
 List<ReferenceBase> ReferenceDaoHibernateImpl.getAllNomenclaturalReferences()
           
 List<ReferenceBase> ReferenceDaoHibernateImpl.getAllNotNomenclaturalReferencesForPublishing()
           
 List<ReferenceBase> ReferenceDaoHibernateImpl.getAllReferencesForPublishing()
           
 List<ReferenceBase> ReferenceDaoHibernateImpl.getSubordinateReferences(ReferenceBase referenceBase)
           
 List<UuidAndTitleCache<ReferenceBase>> ReferenceDaoHibernateImpl.getUuidAndTitle()
           
 List<UuidAndTitleCache<ReferenceBase>> ReferenceDaoHibernateImpl.getUuidAndTitleCache()
           
 

Methods in eu.etaxonomy.cdm.persistence.dao.hibernate.reference with parameters of type ReferenceBase
 List<ReferenceBase> ReferenceDaoHibernateImpl.getSubordinateReferences(ReferenceBase referenceBase)
           
 List<TaxonBase> ReferenceDaoHibernateImpl.listCoveredTaxa(ReferenceBase referenceBase, boolean includeSubordinateReferences, List<String> propertyPaths)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.persistence.dao.hibernate.taxon
 

Methods in eu.etaxonomy.cdm.persistence.dao.hibernate.taxon with parameters of type ReferenceBase
 List<Taxon> TaxonDaoHibernateImpl.getRootTaxa(Rank rank, ReferenceBase sec, CdmFetch cdmFetch, Boolean onlyWithChildren, Boolean withMisapplications, List<String> propertyPaths)
           
 List<Taxon> TaxonDaoHibernateImpl.getRootTaxa(ReferenceBase sec)
           
 List<Taxon> TaxonDaoHibernateImpl.getRootTaxa(ReferenceBase sec, CdmFetch cdmFetch, Boolean onlyWithChildren, Boolean withMisapplications)
           
 List<TaxonBase> TaxonDaoHibernateImpl.getTaxaByName(String queryString, Boolean accepted, ReferenceBase sec)
           
 List<TaxonBase> TaxonDaoHibernateImpl.getTaxaByName(String queryString, ReferenceBase sec)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.persistence.dao.reference
 

Methods in eu.etaxonomy.cdm.persistence.dao.reference that return types with arguments of type ReferenceBase
 List<ReferenceBase> IReferenceDao.getAllNomenclaturalReferences()
          TODO candidate for harmonization: rename to listNomenclaturalReferences
 List<ReferenceBase> IReferenceDao.getAllNotNomenclaturalReferencesForPublishing()
          TODO candidate for harmonization: rename to listAllNotNomenclaturalReferencesForPublishing
 List<ReferenceBase> IReferenceDao.getAllReferencesForPublishing()
          TODO candidate for harmonization: rename to listAllReferencesForPublishing
 List<ReferenceBase> IReferenceDao.getSubordinateReferences(ReferenceBase referenceBase)
          recursively finds all references where the referenceBase given as parameter is the inReference.
 List<UuidAndTitleCache<ReferenceBase>> IReferenceDao.getUuidAndTitle()
           
 

Methods in eu.etaxonomy.cdm.persistence.dao.reference with parameters of type ReferenceBase
 List<ReferenceBase> IReferenceDao.getSubordinateReferences(ReferenceBase referenceBase)
          recursively finds all references where the referenceBase given as parameter is the inReference.
 List<TaxonBase> IReferenceDao.listCoveredTaxa(ReferenceBase referenceBase, boolean includeSubordinateReferences, List<String> propertyPaths)
          searches for taxa using the following relations: taxon.name.nomenclaturalreference taxon.descriptions.descriptionElement.sources.citation taxon.descriptions.descriptionSources taxon.name.descriptions.descriptionElement.sources taxon.name.descriptions.descriptionSources
 

Uses of ReferenceBase in eu.etaxonomy.cdm.persistence.dao.taxon
 

Methods in eu.etaxonomy.cdm.persistence.dao.taxon with parameters of type ReferenceBase
 List<Taxon> ITaxonDao.getRootTaxa(Rank rank, ReferenceBase sec, CdmFetch cdmFetch, Boolean onlyWithChildren, Boolean withMisapplications, List<String> propertyPaths)
          Deprecated. obsolete when using taxonomicTree
 List<Taxon> ITaxonDao.getRootTaxa(ReferenceBase sec)
          Deprecated. obsolete when using taxonomicTree
 List<Taxon> ITaxonDao.getRootTaxa(ReferenceBase sec, CdmFetch cdmFetch, Boolean onlyWithChildren, Boolean withMisapplications)
          Deprecated. obsolete when using taxonomicTree
 List<TaxonBase> ITaxonDao.getTaxaByName(String queryString, Boolean accepted, ReferenceBase sec)
          Returns a list of TaxonBase instances (or Taxon instances, if accepted == true, or Synonym instance, if accepted == false) where the taxonBase.name.nameCache property matches the String queryString, and taxon.sec matches the sec parameter.
 List<TaxonBase> ITaxonDao.getTaxaByName(String name, ReferenceBase sec)
          Returns a list of TaxonBase instances where the taxon.titleCache property matches the name parameter, and taxon.sec matches the sec parameter.
 

Uses of ReferenceBase in eu.etaxonomy.cdm.remote.json.processor.bean
 

Methods in eu.etaxonomy.cdm.remote.json.processor.bean with parameters of type ReferenceBase
 net.sf.json.JSONObject ReferenceBaseBeanProcessor.processBeanSecondStep(ReferenceBase bean, net.sf.json.JSONObject json, net.sf.json.JsonConfig jsonConfig)
           
 

Uses of ReferenceBase in eu.etaxonomy.cdm.strategy.cache.reference
 

Classes in eu.etaxonomy.cdm.strategy.cache.reference with type parameters of type ReferenceBase
 class ArticleDefaultCacheStrategy<T extends ReferenceBase>
           
 class BookDefaultCacheStrategy<T extends ReferenceBase>
           
 class BookSectionDefaultCacheStrategy<T extends ReferenceBase>
           
 class CdDvdDefaultCacheStrategy<T extends ReferenceBase>
           
 class GenericDefaultCacheStrategy<T extends ReferenceBase>
           
 interface INomenclaturalReferenceCacheStrategy<T extends ReferenceBase>
          A reference cache rendering strategy for all subclasses implementing INomenclaturalReference.
 interface IReferenceBaseCacheStrategy<T extends ReferenceBase>
          A reference cache rendering strategy for all subclasses of ReferenceBase.
 class JournalDefaultCacheStrategy<T extends ReferenceBase>
           
 class NomRefDefaultCacheStrategyBase<T extends ReferenceBase>
           
 class ReferenceBaseDefaultCacheStrategy<T extends ReferenceBase>
           
 class ThesisDefaultCacheStrategy<T extends ReferenceBase>
           
 



Copyright © 2007-2010 EDIT. All Rights Reserved.