Skip to content
Snippets Groups Projects
ClassificationGrading_entity.aod 4.28 KiB
Newer Older
Benjamin Ulrich's avatar
Benjamin Ulrich committed
<?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.14" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.14">
  <name>ClassificationGrading_entity</name>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <documentation>%aditoprj%/entity/ClassificationGrading_entity/documentation.adoc</documentation>
  <title>Grading</title>
  <titlePlural>Gradings</titlePlural>
  <recordContainer>db</recordContainer>
  <entityFields>
    <entityProvider>
      <name>#PROVIDER</name>
    </entityProvider>
    <entityField>
      <name>CLASSIFICATIONGRADINGID</name>
      <valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradingid/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>GRADING</name>
      <title>Scoretype</title>
    </entityField>
    <entityField>
      <name>MAXGRADEFORSCORE</name>
      <documentation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/documentation.adoc</documentation>
      <title>Till Score</title>
      <contentType>NUMBER</contentType>
      <outputFormat>#####</outputFormat>
      <inputFormat>#####</inputFormat>
      <valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/valueProcess.js</valueProcess>
      <onValidation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/maxgradeforscore/onValidation.js</onValidation>
    </entityField>
    <entityField>
      <name>CLASSIFICATIONTYPE_GROUP</name>
      <title>Group</title>
      <valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationtype_group/valueProcess.js</valueProcess>
    </entityField>
    <entityParameter>
      <name>ClassificationTypeId_param</name>
      <expose v="true" />
    </entityParameter>
    <entityProvider>
      <name>ClassificationGradings</name>
      <documentation>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradings/documentation.adoc</documentation>
      <dependencies>
        <entityDependency>
          <name>31a0ee6d-b6e3-4a7c-82a7-598c9a12c4aa</name>
          <entityName>ClassificationAdmin_entity</entityName>
          <fieldName>ClassificationGradings</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
      <children>
        <entityParameter>
          <name>ClassificationTypeId_param</name>
          <valueProcess>%aditoprj%/entity/ClassificationGrading_entity/entityfields/classificationgradings/children/classificationtypeid_param/valueProcess.js</valueProcess>
          <expose v="true" />
        </entityParameter>
      </children>
    </entityProvider>
  </entityFields>
  <recordContainers>
    <dbRecordContainer>
      <name>db</name>
      <alias>Data_alias</alias>
      <conditionProcess>%aditoprj%/entity/ClassificationGrading_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
      <orderClauseProcess>%aditoprj%/entity/ClassificationGrading_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
      <linkInformation>
        <linkInformation>
          <name>9a9482d5-005a-4dc5-8b58-e07c44420b64</name>
          <tableName>CLASSIFICATIONGRADING</tableName>
          <primaryKey>CLASSIFICATIONGRADINGID</primaryKey>
          <isUIDTable v="true" />
          <readonly v="false" />
        </linkInformation>
      </linkInformation>
      <recordFieldMappings>
        <dbRecordFieldMapping>
          <name>CLASSIFICATIONTYPE_GROUP.value</name>
          <recordfield>CLASSIFICATIONGRADING.CLASSIFICATIONTYPE_GROUP</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>MAXGRADEFORSCORE.value</name>
          <recordfield>CLASSIFICATIONGRADING.MAXGRADEFORSCORE</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>CLASSIFICATIONGRADINGID.value</name>
          <recordfield>CLASSIFICATIONGRADING.CLASSIFICATIONGRADINGID</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>GRADING.value</name>
          <recordfield>CLASSIFICATIONGRADING.GRADING</recordfield>
        </dbRecordFieldMapping>
      </recordFieldMappings>
    </dbRecordContainer>
  </recordContainers>
</entity>