From ded047e9daf189acd2306304e077408ab69a18c0 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Tue, 12 Feb 2019 14:30:28 +0100 Subject: [PATCH] removed unused dfi/dfo-code --- .../activitylink_dfo/children/objectrowid_param/code.js | 5 ----- .../activitylink_dfo/children/objecttype_param/code.js | 5 ----- .../children/assignmentname_param/code.js | 3 --- .../children/assignmentrowid_param/code.js | 4 ---- .../children/assignmenttable_param/code.js | 3 --- .../children/object1rowid_param/code.js | 4 ---- .../children/object1type_param/code.js | 5 ----- .../historylink_dfo/children/historyid_param/code.js | 4 ---- .../children/relationtype_param/documentation.adoc | 0 .../objectrelation_dfo/children/anyobjectrowid_param/code.js | 4 ---- .../objectrelation_dfo/children/anyobjecttype_param/code.js | 4 ---- .../entityfields/generic_dfi/children/onlyactives/code.js | 2 -- .../offerofferitem_dfo/children/relationid_param/code.js | 4 ---- .../offerofferitem_dfo/children/relationid_param/code.js | 4 ---- .../orderorderitem_dfo/children/offerid_param/code.js | 4 ---- .../orderorderitem_dfo/children/relationid_param/code.js | 4 ---- .../children/containername_param/code.js | 4 ---- .../orgattr_dfo/children/objecttype_param/code.js | 4 ---- .../orgproduct_dfo/children/relationid_param/code.js | 4 ---- .../children/salesprojectid_param/code.js | 4 ---- .../children/salesprojectid_param/code.js | 4 ---- 21 files changed, 79 deletions(-) delete mode 100644 entity/Activity_entity/entityfields/activitylink_dfo/children/objectrowid_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activitylink_dfo/children/objecttype_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentname_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentrowid_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmenttable_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1rowid_param/code.js delete mode 100644 entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1type_param/code.js delete mode 100644 entity/Activity_entity/entityfields/historylink_dfo/children/historyid_param/code.js delete mode 100644 entity/Address_entity/entityfields/orgaddress_dfi/children/relationtype_param/documentation.adoc delete mode 100644 entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjectrowid_param/code.js delete mode 100644 entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjecttype_param/code.js delete mode 100644 entity/Keyword_entity/entityfields/generic_dfi/children/onlyactives/code.js delete mode 100644 entity/Offer_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js delete mode 100644 entity/Order_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js delete mode 100644 entity/Order_entity/entityfields/orderorderitem_dfo/children/offerid_param/code.js delete mode 100644 entity/Order_entity/entityfields/orderorderitem_dfo/children/relationid_param/code.js delete mode 100644 entity/Organisation_entity/entityfields/keywordrelationstatus_dfo/children/containername_param/code.js delete mode 100644 entity/Organisation_entity/entityfields/orgattr_dfo/children/objecttype_param/code.js delete mode 100644 entity/Organisation_entity/entityfields/orgproduct_dfo/children/relationid_param/code.js delete mode 100644 entity/SalesprojectClassification_entity/entityfields/salesprojectclassificationentry_dfo/children/salesprojectid_param/code.js delete mode 100644 entity/Salesproject_entity/entityfields/salesprojectrating_dfo/children/salesprojectid_param/code.js diff --git a/entity/Activity_entity/entityfields/activitylink_dfo/children/objectrowid_param/code.js b/entity/Activity_entity/entityfields/activitylink_dfo/children/objectrowid_param/code.js deleted file mode 100644 index a9bde0df6a8..00000000000 --- a/entity/Activity_entity/entityfields/activitylink_dfo/children/objectrowid_param/code.js +++ /dev/null @@ -1,5 +0,0 @@ -import("system.result"); -import("system.vars"); -import("Context_lib"); - -result.string(vars.get("$param.RowId_param")); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activitylink_dfo/children/objecttype_param/code.js b/entity/Activity_entity/entityfields/activitylink_dfo/children/objecttype_param/code.js deleted file mode 100644 index 0cf8e0d3ad6..00000000000 --- a/entity/Activity_entity/entityfields/activitylink_dfo/children/objecttype_param/code.js +++ /dev/null @@ -1,5 +0,0 @@ -import("system.result"); -import("system.vars"); -import("Context_lib"); - -result.string(vars.get("$param.ObjectId_param")); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentname_param/code.js b/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentname_param/code.js deleted file mode 100644 index 3e4bf7585b2..00000000000 --- a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentname_param/code.js +++ /dev/null @@ -1,3 +0,0 @@ -import("system.result"); - -result.string("DOCUMENT"); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentrowid_param/code.js b/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentrowid_param/code.js deleted file mode 100644 index 06fe7d36324..00000000000 --- a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmentrowid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.get("$field.ACTIVITYID")); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmenttable_param/code.js b/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmenttable_param/code.js deleted file mode 100644 index f39bb16bbc1..00000000000 --- a/entity/Activity_entity/entityfields/activitymaindocument_dfo/children/assignmenttable_param/code.js +++ /dev/null @@ -1,3 +0,0 @@ -import("system.result"); - -result.string("ACTIVITY"); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1rowid_param/code.js b/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1rowid_param/code.js deleted file mode 100644 index a8267b62060..00000000000 --- a/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1rowid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.ACTIVITYID")); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1type_param/code.js b/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1type_param/code.js deleted file mode 100644 index c99cd53587f..00000000000 --- a/entity/Activity_entity/entityfields/activityobjectrelation_dfo/children/object1type_param/code.js +++ /dev/null @@ -1,5 +0,0 @@ -import("system.vars"); -import("system.result"); -import("Context_lib"); - -result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Activity_entity/entityfields/historylink_dfo/children/historyid_param/code.js b/entity/Activity_entity/entityfields/historylink_dfo/children/historyid_param/code.js deleted file mode 100644 index bdca80f63bf..00000000000 --- a/entity/Activity_entity/entityfields/historylink_dfo/children/historyid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.ACTIVITYID")) \ No newline at end of file diff --git a/entity/Address_entity/entityfields/orgaddress_dfi/children/relationtype_param/documentation.adoc b/entity/Address_entity/entityfields/orgaddress_dfi/children/relationtype_param/documentation.adoc deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjectrowid_param/code.js b/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjectrowid_param/code.js deleted file mode 100644 index 6a986948950..00000000000 --- a/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjectrowid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.CONTRACTID")); \ No newline at end of file diff --git a/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjecttype_param/code.js b/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjecttype_param/code.js deleted file mode 100644 index 008915f61de..00000000000 --- a/entity/Contract_entity/entityfields/objectrelation_dfo/children/anyobjecttype_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("Context_lib"); - -result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Keyword_entity/entityfields/generic_dfi/children/onlyactives/code.js b/entity/Keyword_entity/entityfields/generic_dfi/children/onlyactives/code.js deleted file mode 100644 index 0e7522714af..00000000000 --- a/entity/Keyword_entity/entityfields/generic_dfi/children/onlyactives/code.js +++ /dev/null @@ -1,2 +0,0 @@ -import("system.result"); -result.string("true");//TODO: provider-code is not executed correct (did not receive the value from here) \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js b/entity/Offer_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js deleted file mode 100644 index ef0d5bcac51..00000000000 --- a/entity/Offer_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.CONTACT_ID")); \ No newline at end of file diff --git a/entity/Order_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js b/entity/Order_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js deleted file mode 100644 index ef0d5bcac51..00000000000 --- a/entity/Order_entity/entityfields/offerofferitem_dfo/children/relationid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.CONTACT_ID")); \ No newline at end of file diff --git a/entity/Order_entity/entityfields/orderorderitem_dfo/children/offerid_param/code.js b/entity/Order_entity/entityfields/orderorderitem_dfo/children/offerid_param/code.js deleted file mode 100644 index 2d458f3d3e1..00000000000 --- a/entity/Order_entity/entityfields/orderorderitem_dfo/children/offerid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.SALESORDERID")); \ No newline at end of file diff --git a/entity/Order_entity/entityfields/orderorderitem_dfo/children/relationid_param/code.js b/entity/Order_entity/entityfields/orderorderitem_dfo/children/relationid_param/code.js deleted file mode 100644 index ef0d5bcac51..00000000000 --- a/entity/Order_entity/entityfields/orderorderitem_dfo/children/relationid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.CONTACT_ID")); \ No newline at end of file diff --git a/entity/Organisation_entity/entityfields/keywordrelationstatus_dfo/children/containername_param/code.js b/entity/Organisation_entity/entityfields/keywordrelationstatus_dfo/children/containername_param/code.js deleted file mode 100644 index e01caa2834a..00000000000 --- a/entity/Organisation_entity/entityfields/keywordrelationstatus_dfo/children/containername_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("Keyword_lib"); - -result.string($KeywordRegistry.get.ContactStatus); \ No newline at end of file diff --git a/entity/Organisation_entity/entityfields/orgattr_dfo/children/objecttype_param/code.js b/entity/Organisation_entity/entityfields/orgattr_dfo/children/objecttype_param/code.js deleted file mode 100644 index 5996e99db23..00000000000 --- a/entity/Organisation_entity/entityfields/orgattr_dfo/children/objecttype_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("Context_lib"); - -result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Organisation_entity/entityfields/orgproduct_dfo/children/relationid_param/code.js b/entity/Organisation_entity/entityfields/orgproduct_dfo/children/relationid_param/code.js deleted file mode 100644 index 70a1c0fcc12..00000000000 --- a/entity/Organisation_entity/entityfields/orgproduct_dfo/children/relationid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.get("$field.CONTACTID")); \ No newline at end of file diff --git a/entity/SalesprojectClassification_entity/entityfields/salesprojectclassificationentry_dfo/children/salesprojectid_param/code.js b/entity/SalesprojectClassification_entity/entityfields/salesprojectclassificationentry_dfo/children/salesprojectid_param/code.js deleted file mode 100644 index 098d87cfa55..00000000000 --- a/entity/SalesprojectClassification_entity/entityfields/salesprojectclassificationentry_dfo/children/salesprojectid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.getString("$param.SalesprojectId_param")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/salesprojectrating_dfo/children/salesprojectid_param/code.js b/entity/Salesproject_entity/entityfields/salesprojectrating_dfo/children/salesprojectid_param/code.js deleted file mode 100644 index 2b119ebfa19..00000000000 --- a/entity/Salesproject_entity/entityfields/salesprojectrating_dfo/children/salesprojectid_param/code.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.SALESPROJECTID")); \ No newline at end of file -- GitLab