EntityCustomizationResponseDto Data Type

The Class EntityCustomizationResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
entityCustomization EntityCustomizationDto The entity customization.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "entityCustomization" : {
    "classname" : "...",
    "field" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "languageDescriptions" : [ { }, { } ],
      "updatedCode" : "...",
      "fieldType" : "LIST",
      "appliesTo" : "...",
      "defaultValue" : "...",
      "useInheritedAsDefaultValue" : true,
      "storageType" : "SINGLE",
      "valueRequired" : true,
      "uniqueConstraint" : true,
      "versionable" : true,
      "triggerEndPeriodEvent" : true,
      "calendar" : "...",
      "entityClazz" : "...",
      "listValues" : {
        "property1" : "...",
        "property2" : "..."
      },
      "allowEdit" : true,
      "hideOnNew" : true,
      "maxValue" : 12345,
      "minValue" : 12345,
      "regExp" : "...",
      "nbDecimal" : 12345,
      "roundingMode" : "UP",
      "guiPosition" : "...",
      "mapKeyType" : "STRING",
      "applicableOnEl" : "...",
      "matrixColumn" : [ { }, { } ],
      "fieldCode" : [ "...", "..." ],
      "indexType" : "INDEX_NOT_ANALYZE",
      "tags" : "...",
      "displayFormat" : "...",
      "customTableCodeEL" : "...",
      "dataFilterEL" : "...",
      "fieldsEL" : "...",
      "versionFilterEL" : "..."
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "languageDescriptions" : [ { }, { } ],
      "updatedCode" : "...",
      "fieldType" : "URL",
      "appliesTo" : "...",
      "defaultValue" : "...",
      "useInheritedAsDefaultValue" : true,
      "storageType" : "LIST",
      "valueRequired" : true,
      "uniqueConstraint" : true,
      "versionable" : true,
      "triggerEndPeriodEvent" : true,
      "calendar" : "...",
      "entityClazz" : "...",
      "listValues" : {
        "property1" : "...",
        "property2" : "..."
      },
      "allowEdit" : true,
      "hideOnNew" : true,
      "maxValue" : 12345,
      "minValue" : 12345,
      "regExp" : "...",
      "nbDecimal" : 12345,
      "roundingMode" : "DOWN",
      "guiPosition" : "...",
      "mapKeyType" : "RON",
      "applicableOnEl" : "...",
      "matrixColumn" : [ { }, { } ],
      "fieldCode" : [ "...", "..." ],
      "indexType" : "INDEX",
      "tags" : "...",
      "displayFormat" : "...",
      "customTableCodeEL" : "...",
      "dataFilterEL" : "...",
      "fieldsEL" : "...",
      "versionFilterEL" : "..."
    } ],
    "action" : [ {
      "disabled" : true,
      "appliesTo" : "...",
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "applicableOnEl" : "...",
      "code" : "...",
      "label" : "...",
      "labelsTranslated" : [ { }, { } ],
      "description" : "...",
      "script" : { },
      "updatedCode" : "...",
      "guiPosition" : "..."
    }, {
      "disabled" : true,
      "appliesTo" : "...",
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "applicableOnEl" : "...",
      "code" : "...",
      "label" : "...",
      "labelsTranslated" : [ { }, { } ],
      "description" : "...",
      "script" : { },
      "updatedCode" : "...",
      "guiPosition" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}