Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
cfb99f4d
You need to sign in or sign up before continuing.
Commit
cfb99f4d
authored
Nov 14, 2018
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Modif du mapping et l'entité pour la nouvelle colonne SUPANN_ID de la vue SYGAL_INDIVIDU.
parent
d0e20843
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
module/ImportData/src/V1/Entity/Db/Individu.php
+17
-0
17 additions, 0 deletions
module/ImportData/src/V1/Entity/Db/Individu.php
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml
+13
-13
13 additions, 13 deletions
...ntity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml
with
30 additions
and
13 deletions
module/ImportData/src/V1/Entity/Db/Individu.php
+
17
−
0
View file @
cfb99f4d
...
@@ -11,6 +11,7 @@ class Individu
...
@@ -11,6 +11,7 @@ class Individu
protected
$id
;
protected
$id
;
protected
$sourceId
;
protected
$sourceId
;
protected
$supannId
;
protected
$type
;
protected
$type
;
protected
$civilite
;
protected
$civilite
;
protected
$nomUsuel
;
protected
$nomUsuel
;
...
@@ -54,6 +55,22 @@ class Individu
...
@@ -54,6 +55,22 @@ class Individu
$this
->
sourceId
=
$sourceId
;
$this
->
sourceId
=
$sourceId
;
}
}
/**
* @return string
*/
public
function
getSupannId
()
{
return
$this
->
supannId
;
}
/**
* @param string $supannId
*/
public
function
setSupannId
(
$supannId
)
{
$this
->
supannId
=
$supannId
;
}
/**
/**
* @return mixed
* @return mixed
*/
*/
...
...
This diff is collapsed.
Click to expand it.
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml
+
13
−
13
View file @
cfb99f4d
...
@@ -4,17 +4,17 @@
...
@@ -4,17 +4,17 @@
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\Individu"
table=
"SYGAL_INDIVIDU"
>
<entity
name=
"ImportData\V1\Entity\Db\Individu"
table=
"SYGAL_INDIVIDU"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true
"
/>
<field
name=
"sourceId"
column=
"SOURCE_ID
"
/>
<field
name=
"
type"
type=
"string"
length=
"9"
column=
"TYPE"
nullable=
"true
"
/>
<field
name=
"
supannId"
column=
"SUPANN_ID
"
/>
<field
name=
"
civilite"
type=
"string"
length=
"5"
column=
"CIV"
nullable=
"true
"
/>
<field
name=
"
type"
column=
"TYPE
"
/>
<field
name=
"
nomUsuel"
type=
"string"
length=
"60"
column=
"LIB_NOM_USU_IND"
nullable=
"true
"
/>
<field
name=
"
civilite"
column=
"CIV
"
/>
<field
name=
"nom
Patronymique"
type=
"string"
length=
"60"
column=
"LIB_NOM_
PAT
_IND"
nullable=
"true"
/>
<field
name=
"nom
Usuel"
column=
"LIB_NOM_
USU
_IND"
/>
<field
name=
"
prenom1"
type=
"string"
length=
"60"
column=
"LIB_PR1_IND"
nullable=
"true
"
/>
<field
name=
"
nomPatronymique"
column=
"LIB_NOM_PAT_IND
"
/>
<field
name=
"prenom
2
"
type=
"string"
length=
"60"
column=
"LIB_PR
2
_IND"
nullable=
"true"
/>
<field
name=
"prenom
1
"
column=
"LIB_PR
1
_IND"
/>
<field
name=
"prenom
3
"
type=
"string"
length=
"60"
column=
"LIB_PR
3
_IND"
nullable=
"true"
/>
<field
name=
"prenom
2
"
column=
"LIB_PR
2
_IND"
/>
<field
name=
"
email"
type=
"string"
length=
"256"
column=
"EMAIL"
nullable=
"true
"
/>
<field
name=
"
prenom3"
column=
"LIB_PR3_IND
"
/>
<field
name=
"
dateNaissance"
type=
"datetime"
column=
"DATE_NAI_IND"
nullable=
"true
"
/>
<field
name=
"
email"
column=
"EMAIL
"
/>
<field
name=
"
n
at
ionalite"
type=
"string"
length=
"60"
column=
"LIB_NAT"
nullable=
"true
"
/>
<field
name=
"
d
at
eNaissance"
type=
"datetime"
column=
"DATE_NAI_IND
"
/>
<field
name=
"nationalite"
column=
"LIB_NAT"
/>
</entity>
</entity>
</doctrine-mapping>
</doctrine-mapping>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment