Commit 3446e333 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Import du témoin "corrections effectuées" de chaque thèse.

parent 344d0347
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,9 +22,10 @@
        <field name="libelleUniteRecherche" type="string" column="LIB_UNIT_RECH" length="200" nullable="true"/>
        <field name="correctionAutorisee" type="string" column="CORREC_AUTORISEE" nullable="true"/>
        <field name="correctionAutoriseeForcee" type="string" column="CORREC_AUTORISEE_FORCEE" nullable="true"/>
        <field name="correctionEffectuee" type="string" column="CORREC_EFFECTUEE" nullable="true"/>
        <field name="libelleEtabCotutelle" type="string" column="LIB_ETAB_COTUT" nullable="true"/>
        <field name="libellePaysCotutelle" type="string" column="LIB_PAYS_COTUT" nullable="true"/>
        <field name="soutenanceAutorisee" type="string" column="SOUTENANCE_AUTORIS" nullable="true"/>
        <field name="soutenanceAutorisee" type="string" column="SOUTENANCE_AUTORIS" nullable="false"/>
        <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/>
        <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/>
        <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/>
+23 −0
Original line number Diff line number Diff line
@@ -156,6 +156,11 @@ class These implements HistoriqueAwareInterface, ResourceInterface
     */
    private $correctionAutoriseeForcee;

    /**
     * @var string
     */
    private $correctionEffectuee;

    /**
     * @var string
     */
@@ -701,6 +706,24 @@ class These implements HistoriqueAwareInterface, ResourceInterface
        return $this;
    }

    /**
     * @return string
     */
    public function getCorrectionEffectuee()
    {
        return $this->correctionEffectuee;
    }

    /**
     * @param string $correctionEffectuee
     * @return These
     */
    public function setCorrectionEffectuee(string $correctionEffectuee)
    {
        $this->correctionEffectuee = $correctionEffectuee;
        return $this;
    }

    /**
     * @return string
     */
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
        <field name="libPaysCotut"              type="string" column="LIB_PAYS_COTUT" length="40" nullable="true"/>

        <field name="correctionAutorisee"       type="string" column="CORRECTION_POSSIBLE" length="30" nullable="true"/>
        <field name="correctionEffectuee"       type="string" column="CORRECTION_EFFECTUEE" length="30" nullable="false"/>
        <field name="resultat"                  type="string" column="COD_NEG_TRE" length="1" nullable="true"/>
        <field name="temAvenant"                type="string" column="TEM_AVENANT_COTUT" length="1" nullable="true"/>
        <field name="temSoutenanceAutorisee"    type="string" column="TEM_SOU_AUT_THS" length="1" nullable="true"/>
+5 −0
Original line number Diff line number Diff line
@@ -97,6 +97,11 @@ class TmpThese
     */
    private $correctionAutorisee;

    /**
     * @var string
     */
    private $correctionEffectuee;

    /**
     * @var string
     */