Loading module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.These.dcm.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading module/Application/src/Application/Entity/Db/These.php +23 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,11 @@ class These implements HistoriqueAwareInterface, ResourceInterface */ private $correctionAutoriseeForcee; /** * @var string */ private $correctionEffectuee; /** * @var string */ Loading Loading @@ -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 */ Loading module/Import/src/Import/Model/Mapping/Import.Model.TmpThese.dcm.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading module/Import/src/Import/Model/TmpThese.php +5 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,11 @@ class TmpThese */ private $correctionAutorisee; /** * @var string */ private $correctionEffectuee; /** * @var string */ Loading Loading
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.These.dcm.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading
module/Application/src/Application/Entity/Db/These.php +23 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,11 @@ class These implements HistoriqueAwareInterface, ResourceInterface */ private $correctionAutoriseeForcee; /** * @var string */ private $correctionEffectuee; /** * @var string */ Loading Loading @@ -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 */ Loading
module/Import/src/Import/Model/Mapping/Import.Model.TmpThese.dcm.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading
module/Import/src/Import/Model/TmpThese.php +5 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,11 @@ class TmpThese */ private $correctionAutorisee; /** * @var string */ private $correctionEffectuee; /** * @var string */ Loading