Interface PhenotypeAssoManagerServiceHelper

    • Method Detail

      • populateModifiedValues

        void populateModifiedValues​(EvidenceValueObject<? extends PhenotypeAssociation> evidenceValueObject,
                                    PhenotypeAssociation phenotypeAssociation)
        Deprecated.
        load evidence from the database and populate it with the updated information
        Parameters:
        evidenceValueObject - evidence VO
        phenotypeAssociation - phenotype association
      • valueObject2Entity

        PhenotypeAssociation valueObject2Entity​(EvidenceValueObject<? extends PhenotypeAssociation> evidence)
        Deprecated.
        Changes all type of evidenceValueObject to their corresponding entities
        Parameters:
        evidence - the value object to change in an entity
        Returns:
        PhenotypeAssociation the entity created from the ValueObject