Skip to content
Snippets Groups Projects
Commit baf29697 authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Rmove of Options Entity

parent c1e6c1ea
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<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>Options_Entity</name>
<description></description>
<majorModelMode>DISTRIBUTED</majorModelMode>
<title>Options</title>
<iconId>VAADIN:WRENCH</iconId>
<recordContainer>jdito</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>Option1</name>
<title>Option1</title>
</entityField>
<entityField>
<name>Option2</name>
<title>Option2</title>
<contentType>NUMBER</contentType>
</entityField>
<entityField>
<name>Option3</name>
<title>Option3</title>
<contentType>DATE</contentType>
</entityField>
<entityField>
<name>Option4</name>
<title>Option4</title>
<contentType>PASSWORD</contentType>
</entityField>
<entityField>
<name>UID</name>
</entityField>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
<name>jdito</name>
<jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias>
<contentProcess>%aditoprj%/entity/Options_Entity/recordcontainers/jdito/contentProcess.js</contentProcess>
<recordFieldMappings>
<jDitoRecordFieldMapping>
<name>UID.value</name>
</jDitoRecordFieldMapping>
<jDitoRecordFieldMapping>
<name>Option1.value</name>
</jDitoRecordFieldMapping>
<jDitoRecordFieldMapping>
<name>Option2.value</name>
</jDitoRecordFieldMapping>
<jDitoRecordFieldMapping>
<name>Option3.value</name>
</jDitoRecordFieldMapping>
<jDitoRecordFieldMapping>
<name>Option4.value</name>
</jDitoRecordFieldMapping>
</recordFieldMappings>
</jDitoRecordContainer>
</recordContainers>
</entity>
import("system.result");
result.object([["1", "some text", "999", "124367654784", "some password"]])
\ No newline at end of file
import("system.result");
result.object([["1", "some text", "999", "124367654784", "some password"]])
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0">
<name>Options</name>
<title>Options</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<mainview>Options_View</mainview>
<editview>Options_View</editview>
<entity>Options_Entity</entity>
<references>
<neonViewReference>
<name>41b764ba-7d8f-4f54-8d88-808038ff01a2</name>
<view>Options_View</view>
</neonViewReference>
<neonViewReference>
<name>c3116b4a-d4a1-4851-9587-5a3e4617e8a6</name>
<view>Options1_View</view>
</neonViewReference>
<neonViewReference>
<name>7d218935-8b37-4506-89f0-778ad6e7ae06</name>
<view>Options2_View</view>
</neonViewReference>
</references>
</neonContext>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.2" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.2">
<name>Options1_View</name>
<title>Group1</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>Options</name>
<showDrawer v="true" />
<drawerCaption></drawerCaption>
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>fccab195-3408-4119-ab40-598125af4e2c</name>
<entityField>Option1</entityField>
</entityFieldLink>
<entityFieldLink>
<name>3eea0976-79bf-41f2-aeeb-57607f92a902</name>
<entityField>Option2</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.2" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.2">
<name>Options2_View</name>
<title>Group2</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>Options</name>
<showDrawer v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>a53a3fab-877d-4402-8daf-1205be48b2ae</name>
<entityField>Option3</entityField>
</entityFieldLink>
<entityFieldLink>
<name>4197c1ba-3520-4c2a-bd8e-85e08c9bb478</name>
<entityField>Option4</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.2" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.2">
<name>Options_View</name>
<title>Options</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<masterSlaveLayout>
<name>layout</name>
</masterSlaveLayout>
</layout>
<children>
<neonViewReference>
<name>Group1</name>
<entityField>#ENTITY</entityField>
<view>Options1_View</view>
</neonViewReference>
<neonViewReference>
<name>Group2</name>
<entityField>#ENTITY</entityField>
<view>Options2_View</view>
</neonViewReference>
</children>
</neonView>
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