Uses of Class
eu.etaxonomy.cdm.model.common.RelationshipBase

Packages that use RelationshipBase
eu.etaxonomy.cdm.api.service   
eu.etaxonomy.cdm.io.berlinModel   
eu.etaxonomy.cdm.io.sdd.out   
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.name Provides classes for nomenclature and typification. 
eu.etaxonomy.cdm.model.taxon Provides classes for taxonomy including synonymy and concept synonymy. 
eu.etaxonomy.cdm.persistence.dao.hibernate.name   
eu.etaxonomy.cdm.persistence.dao.hibernate.taxon   
eu.etaxonomy.cdm.persistence.dao.name   
eu.etaxonomy.cdm.persistence.dao.taxon   
 

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

Methods in eu.etaxonomy.cdm.api.service that return types with arguments of type RelationshipBase
 List<RelationshipBase> NameServiceImpl.getAllRelationships(int limit, int start)
          Deprecated. 
 List<RelationshipBase> TaxonServiceImpl.getAllRelationships(int limit, int start)
           
 List<RelationshipBase> INameService.getAllRelationships(int limit, int start)
          Deprecated. 
 List<RelationshipBase> ITaxonService.getAllRelationships(int limit, int start)
          Computes all relationships.
 

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

Methods in eu.etaxonomy.cdm.io.berlinModel with parameters of type RelationshipBase
static Integer BerlinModelTransformer.nameRel2RelNameQualifierFk(RelationshipBase<?,?,?> rel)
           
static Integer BerlinModelTransformer.taxRelation2relPtQualifierFk(RelationshipBase<?,?,?> rel)
           
 

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

Fields in eu.etaxonomy.cdm.io.sdd.out with type parameters of type RelationshipBase
protected  Set<RelationshipBase> SDDDataSet.relationships
           
 

Methods in eu.etaxonomy.cdm.io.sdd.out that return types with arguments of type RelationshipBase
 Set<RelationshipBase> SDDDataSet.getRelationships()
          Gets the value of the relationships property.
 

Method parameters in eu.etaxonomy.cdm.io.sdd.out with type arguments of type RelationshipBase
 void SDDDataSet.addRelationships(Collection<? extends RelationshipBase> value)
          Adds the relationship in value to the relationships property list.
 void SDDDataSet.setRelationships(Set<RelationshipBase> value)
          Sets the value of the relationships property.
 

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

Classes in eu.etaxonomy.cdm.model.common with type parameters of type RelationshipBase
 interface IRelated<T extends RelationshipBase>
          PLEASE LOOK AT NameRelationship and TaxonRelationship
 

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

Subclasses of RelationshipBase in eu.etaxonomy.cdm.model.name
 class HybridRelationship
          The class representing a hybrid relationship between one of the parents of a hybrid taxon name and the hybrid taxon name itself.
 class NameRelationship
          The class representing a relationship between two taxon names according to the nomenclatural code which governs both of them.
 

Methods in eu.etaxonomy.cdm.model.name with parameters of type RelationshipBase
 void TaxonNameBase.addRelationship(RelationshipBase relation)
          Does exactly the same as the addNameRelationship method provided that the given relationship is a name relationship.
 void NonViralName.addRelationship(RelationshipBase relation)
          Deprecated. to be used by RelationshipBase only
 

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

Subclasses of RelationshipBase in eu.etaxonomy.cdm.model.taxon
 class SynonymRelationship
          The class representing the assignation of a synonym to an ("accepted/correct") taxon.
 class TaxonRelationship
          The class representing a relationship between two ("accepted/correct") taxa.
 

Methods in eu.etaxonomy.cdm.model.taxon with parameters of type RelationshipBase
 void Taxon.addRelationship(RelationshipBase rel)
          Deprecated. 
 

Uses of RelationshipBase in eu.etaxonomy.cdm.persistence.dao.hibernate.name
 

Methods in eu.etaxonomy.cdm.persistence.dao.hibernate.name that return types with arguments of type RelationshipBase
 List<RelationshipBase> TaxonNameDaoHibernateImpl.getAllRelationships(Integer limit, Integer start)
           
 

Method parameters in eu.etaxonomy.cdm.persistence.dao.hibernate.name with type arguments of type RelationshipBase
 int TaxonNameDaoHibernateImpl.countAllRelationships(Class<? extends RelationshipBase> clazz)
          TODO not yet in interface
 

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

Methods in eu.etaxonomy.cdm.persistence.dao.hibernate.taxon that return types with arguments of type RelationshipBase
 List<RelationshipBase> TaxonDaoHibernateImpl.getAllRelationships(Integer limit, Integer start)
           
 

Method parameters in eu.etaxonomy.cdm.persistence.dao.hibernate.taxon with type arguments of type RelationshipBase
 int TaxonDaoHibernateImpl.countAllRelationships(Class<? extends RelationshipBase> clazz)
           
 

Uses of RelationshipBase in eu.etaxonomy.cdm.persistence.dao.name
 

Methods in eu.etaxonomy.cdm.persistence.dao.name that return types with arguments of type RelationshipBase
 List<RelationshipBase> ITaxonNameDao.getAllRelationships(Integer limit, Integer start)
           
 

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

Methods in eu.etaxonomy.cdm.persistence.dao.taxon that return types with arguments of type RelationshipBase
 List<RelationshipBase> ITaxonDao.getAllRelationships(Integer limit, Integer start)
           
 



Copyright © 2007-2013 EDIT. All Rights Reserved.