Skip to content
Snippets Groups Projects
Commit 98858c65 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Salutation documentation

parent 396be74e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>SalutationDistinct_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/SalutationDistinct_entity/documentation.adoc</documentation>
<contentTitleProcess>%aditoprj%/entity/SalutationDistinct_entity/contentTitleProcess.js</contentTitleProcess>
<recordContainer>jdito</recordContainer>
<entityFields>
......
= SalutationDistinct_entity
This entity loads all possible salutations via a distinct keyword to provide each salutation only one time.
Note: the UID is also the Salutation. There is no generated UUID. You can use the UID as value directly.
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>SalutationTitleDistinct_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/SalutationTitleDistinct_entity/documentation.adoc</documentation>
<contentTitleProcess>%aditoprj%/entity/SalutationTitleDistinct_entity/contentTitleProcess.js</contentTitleProcess>
<recordContainer>jdito</recordContainer>
<entityFields>
......
= SalutationTitleDistinct_entity
This entity loads all possible Titles via a distinct keyword to provide each Title only one time.
Note: the UID is also the Title. There is no generated UUID. You can use the UID as value directly.
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>Salutation_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Salutation_entity/documentation.adoc</documentation>
<title>Salutation</title>
<iconId>VAADIN:COMMENT_ELLIPSIS</iconId>
<titlePlural>Salutations</titlePlural>
......
= Salutation_entity
This entity loads the full salutation table. It is used to administrate the Salutations.
If you need a selection of the Salutation or Title, use SalutationDistinct_entity / SalutationTitleDistinct_entity.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment