{ "getAllPSAppDEACModes" : [ { "codeName" : "Default", "logicName" : "DEFAULT", "name" : "DEFAULT", "getPSDEACModeDataItems" : [ { "dataType" : 25, "name" : "value", "getPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" } }, { "dataType" : 25, "name" : "text", "getPSAppDEField" : { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" } } ], "pagingSize" : 50, "getTextPSAppDEField" : { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" }, "getValuePSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "defaultMode" : true, "enablePagingBar" : false } ], "getAllPSAppDEActions" : [ { "actionMode" : "CHECKKEY", "codeName" : "CheckKey", "methodType" : "DEACTION", "name" : "CheckKey", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "stdDataType" : 9, "type" : "SIMPLE" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "requestPath" : "/checkkey", "builtinMethod" : false }, { "actionMode" : "CREATE", "codeName" : "Create", "methodType" : "DEACTION", "name" : "Create", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO", "output" : true }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "builtinMethod" : false, "noServiceCodeName" : true }, { "actionMode" : "READ", "codeName" : "Get", "methodType" : "DEACTION", "name" : "Get", "getPSAppDEMethodInput" : { "getKeyPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "name" : "输入对象", "type" : "KEYFIELD" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestField" : "IBIZSAMPLE0010ID", "requestMethod" : "GET", "requestParamType" : "FIELD", "builtinMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionMode" : "GETDRAFT", "codeName" : "GetDraft", "methodType" : "DEACTION", "name" : "GetDraft", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "GET", "requestParamType" : "NONE", "requestPath" : "/getdraft", "builtinMethod" : false }, { "actionMode" : "DELETE", "batchActionMode" : 1, "codeName" : "Remove", "methodType" : "DEACTION", "name" : "Remove", "getPSAppDEMethodInput" : { "getKeyPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "name" : "输入对象", "type" : "KEYFIELDS" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "type" : "VOID" }, "requestField" : "IBIZSAMPLE0010ID", "requestMethod" : "DELETE", "requestParamType" : "FIELD", "builtinMethod" : false, "enableBatchAction" : true, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionMode" : "UNKNOWN", "codeName" : "Save", "methodType" : "DEACTION", "name" : "Save", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "type" : "VOID" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "requestPath" : "/save", "builtinMethod" : false, "needResourceKey" : true }, { "actionMode" : "UPDATE", "codeName" : "Update", "methodType" : "DEACTION", "name" : "Update", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO", "output" : true }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "PUT", "requestParamType" : "ENTITY", "builtinMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true } ], "getAllPSAppDEDataSets" : [ { "codeName" : "FetchDefault", "methodType" : "FETCH", "name" : "FetchDefault", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010FilterDTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "PAGE" }, "requestMethod" : "GET", "requestParamType" : "URIPARAM", "requestPath" : "/fetchdefault", "builtinMethod" : false } ], "getAllPSAppDEFields" : [ { "codeName" : "OrderType", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.ORDERTYPE" }, "logicName" : "订单类型", "name" : "ORDERTYPE", "stdDataType" : 25, "stringLength" : 60 }, { "codeName" : "CreateMan", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.CREATEMAN" }, "logicName" : "建立人", "name" : "CREATEMAN", "stdDataType" : 25, "stringLength" : 60 }, { "codeName" : "CreateDate", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.CREATEDATE" }, "logicName" : "建立时间", "name" : "CREATEDATE", "stdDataType" : 5, "valueFormat" : "YYYY-MM-DD HH:mm:ss" }, { "codeName" : "Memo", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.MEMO" }, "logicName" : "备注", "name" : "MEMO", "stdDataType" : 25, "stringLength" : 2000 }, { "codeName" : "IBIZSample0010Name", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.IBIZSAMPLE0010.IBIZSAMPLE0010NAME" }, "logicName" : "订单名称", "name" : "IBIZSAMPLE0010NAME", "stdDataType" : 25, "stringLength" : 200, "enableQuickSearch" : true, "majorField" : true }, { "codeName" : "OrderUID", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.ORDERUID" }, "logicName" : "订单编号", "name" : "ORDERUID", "stdDataType" : 25, "stringLength" : 100 }, { "codeName" : "UpdateDate", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.UPDATEDATE" }, "logicName" : "更新时间", "name" : "UPDATEDATE", "stdDataType" : 5, "valueFormat" : "YYYY-MM-DD HH:mm:ss" }, { "codeName" : "UpdateMan", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.UPDATEMAN" }, "logicName" : "更新人", "name" : "UPDATEMAN", "stdDataType" : 25, "stringLength" : 60 }, { "codeName" : "OrderTime", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.ORDERTIME" }, "logicName" : "订单时间", "name" : "ORDERTIME", "stdDataType" : 5, "valueFormat" : "YYYY-MM-DD" }, { "codeName" : "IBIZSample0010Id", "getLNPSLanguageRes" : { "lanResTag" : "DEF.LNAME.IBIZSAMPLE0010.IBIZSAMPLE0010ID" }, "logicName" : "订单标识", "name" : "IBIZSAMPLE0010ID", "stdDataType" : 25, "stringLength" : 100, "keyField" : true } ], "getAllPSAppDEMethodDTOs" : [ { "codeName" : "IBIZSample0010DTO", "name" : "IBIZSample0010DTO", "getPSAppDEMethodDTOFields" : [ { "codeName" : "CreateDate", "logicName" : "建立时间", "name" : "CreateDate", "orderValue" : 1000, "getPSAppDEField" : { "name" : "CREATEDATE", "codeName" : "CreateDate" }, "sourceType" : "DEFIELD", "stdDataType" : 5, "type" : "SIMPLE", "allowEmpty" : false }, { "codeName" : "CreateMan", "logicName" : "建立人", "name" : "CreateMan", "orderValue" : 1000, "getPSAppDEField" : { "name" : "CREATEMAN", "codeName" : "CreateMan" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE", "allowEmpty" : false }, { "codeName" : "IBIZSample0010Id", "logicName" : "订单标识", "name" : "IBIZSample0010Id", "orderValue" : 1000, "getPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE", "allowEmpty" : false }, { "codeName" : "IBIZSample0010Name", "logicName" : "订单名称", "name" : "IBIZSample0010Name", "orderValue" : 1000, "getPSAppDEField" : { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "Memo", "logicName" : "备注", "name" : "Memo", "orderValue" : 1000, "getPSAppDEField" : { "name" : "MEMO", "codeName" : "Memo" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "OrderTime", "logicName" : "订单时间", "name" : "OrderTime", "orderValue" : 1000, "getPSAppDEField" : { "name" : "ORDERTIME", "codeName" : "OrderTime" }, "sourceType" : "DEFIELD", "stdDataType" : 5, "type" : "SIMPLE" }, { "codeName" : "OrderType", "logicName" : "订单类型", "name" : "OrderType", "orderValue" : 1000, "getPSAppDEField" : { "name" : "ORDERTYPE", "codeName" : "OrderType" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "OrderUID", "logicName" : "订单编号", "name" : "OrderUID", "orderValue" : 1000, "getPSAppDEField" : { "name" : "ORDERUID", "codeName" : "OrderUID" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "UpdateDate", "logicName" : "更新时间", "name" : "UpdateDate", "orderValue" : 1000, "getPSAppDEField" : { "name" : "UPDATEDATE", "codeName" : "UpdateDate" }, "sourceType" : "DEFIELD", "stdDataType" : 5, "type" : "SIMPLE", "allowEmpty" : false }, { "codeName" : "UpdateMan", "logicName" : "更新人", "name" : "UpdateMan", "orderValue" : 1000, "getPSAppDEField" : { "name" : "UPDATEMAN", "codeName" : "UpdateMan" }, "sourceType" : "DEFIELD", "stdDataType" : 25, "type" : "SIMPLE", "allowEmpty" : false } ], "sourceType" : "DE", "type" : "DEFAULT" }, { "codeName" : "IBIZSample0010FilterDTO", "name" : "IBIZSample0010FilterDTO", "getPSAppDEMethodDTOFields" : [ { "codeName" : "N_IBIZSAMPLE0010ID_EQ", "logicName" : "订单标识", "name" : "N_IBIZSAMPLE0010ID_EQ", "orderValue" : 99999, "getPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "N_IBIZSAMPLE0010NAME_LIKE", "logicName" : "订单名称", "name" : "N_IBIZSAMPLE0010NAME_LIKE", "orderValue" : 99999, "getPSAppDEField" : { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" }, "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" }, { "codeName" : "N_ORDERTIME_GTANDEQ", "logicName" : "订单时间", "name" : "N_ORDERTIME_GTANDEQ", "orderValue" : 99999, "getPSAppDEField" : { "name" : "ORDERTIME", "codeName" : "OrderTime" }, "sourceType" : "DEFSEARCHMODE", "stdDataType" : 5, "type" : "SIMPLE" }, { "codeName" : "N_ORDERTIME_LTANDEQ", "logicName" : "订单时间", "name" : "N_ORDERTIME_LTANDEQ", "orderValue" : 99999, "getPSAppDEField" : { "name" : "ORDERTIME", "codeName" : "OrderTime" }, "sourceType" : "DEFSEARCHMODE", "stdDataType" : 5, "type" : "SIMPLE" }, { "codeName" : "N_ORDERTYPE_EQ", "logicName" : "订单类型", "name" : "N_ORDERTYPE_EQ", "orderValue" : 99999, "getPSAppDEField" : { "name" : "ORDERTYPE", "codeName" : "OrderType" }, "sourceType" : "DEFSEARCHMODE", "stdDataType" : 25, "type" : "SIMPLE" } ], "sourceType" : "DE", "type" : "DEFILTER" } ], "getAllPSAppDEMethods" : [ { "actionMode" : "CHECKKEY", "codeName" : "CheckKey", "methodType" : "DEACTION", "name" : "CheckKey", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "stdDataType" : 9, "type" : "SIMPLE" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "requestPath" : "/checkkey", "builtinMethod" : false }, { "actionMode" : "CREATE", "codeName" : "Create", "methodType" : "DEACTION", "name" : "Create", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO", "output" : true }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "builtinMethod" : false, "noServiceCodeName" : true }, { "actionMode" : "READ", "codeName" : "Get", "methodType" : "DEACTION", "name" : "Get", "getPSAppDEMethodInput" : { "getKeyPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "name" : "输入对象", "type" : "KEYFIELD" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestField" : "IBIZSAMPLE0010ID", "requestMethod" : "GET", "requestParamType" : "FIELD", "builtinMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionMode" : "GETDRAFT", "codeName" : "GetDraft", "methodType" : "DEACTION", "name" : "GetDraft", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "GET", "requestParamType" : "NONE", "requestPath" : "/getdraft", "builtinMethod" : false }, { "actionMode" : "DELETE", "batchActionMode" : 1, "codeName" : "Remove", "methodType" : "DEACTION", "name" : "Remove", "getPSAppDEMethodInput" : { "getKeyPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "name" : "输入对象", "type" : "KEYFIELDS" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "type" : "VOID" }, "requestField" : "IBIZSAMPLE0010ID", "requestMethod" : "DELETE", "requestParamType" : "FIELD", "builtinMethod" : false, "enableBatchAction" : true, "needResourceKey" : true, "noServiceCodeName" : true }, { "actionMode" : "UNKNOWN", "codeName" : "Save", "methodType" : "DEACTION", "name" : "Save", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "type" : "VOID" }, "requestMethod" : "POST", "requestParamType" : "ENTITY", "requestPath" : "/save", "builtinMethod" : false, "needResourceKey" : true }, { "actionMode" : "UPDATE", "codeName" : "Update", "methodType" : "DEACTION", "name" : "Update", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO", "output" : true }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "DTO" }, "requestMethod" : "PUT", "requestParamType" : "ENTITY", "builtinMethod" : false, "needResourceKey" : true, "noServiceCodeName" : true }, { "codeName" : "FetchDefault", "methodType" : "FETCH", "name" : "FetchDefault", "getPSAppDEMethodInput" : { "name" : "输入对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010FilterDTO" }, "type" : "DTO" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "getPSAppDEMethodDTO" : { "modelref" : true, "id" : "IBIZSample0010DTO" }, "type" : "PAGE" }, "requestMethod" : "GET", "requestParamType" : "URIPARAM", "requestPath" : "/fetchdefault", "builtinMethod" : false }, { "codeName" : "FilterCreate", "methodType" : "FILTERACTION", "name" : "FILTERCREATE", "builtinMethod" : true }, { "codeName" : "FilterFetch", "methodType" : "FILTERACTION", "name" : "FILTERFETCH", "builtinMethod" : true }, { "codeName" : "FilterGet", "methodType" : "FILTERACTION", "name" : "FILTERGET", "builtinMethod" : true }, { "codeName" : "FilterGetDraft", "methodType" : "FILTERACTION", "name" : "FILTERGETDRAFT", "builtinMethod" : true }, { "codeName" : "FilterRemove", "methodType" : "FILTERACTION", "name" : "FILTERREMOVE", "builtinMethod" : true }, { "codeName" : "FilterSearch", "methodType" : "FILTERACTION", "name" : "FILTERSEARCH", "builtinMethod" : true }, { "codeName" : "FilterUpdate", "methodType" : "FILTERACTION", "name" : "FILTERUPDATE", "builtinMethod" : true }, { "codeName" : "Select", "methodType" : "SELECT", "name" : "Select", "getPSAppDEMethodInput" : { "name" : "输入对象", "type" : "UNKNOWN" }, "getPSAppDEMethodReturn" : { "name" : "返回对象", "type" : "UNKNOWN" }, "requestMethod" : "GET", "requestParamType" : "URIPARAM", "requestPath" : "/select", "builtinMethod" : false } ], "getAllPSDEOPPrivs" : [ { "logicName" : "建立", "name" : "CREATE" }, { "logicName" : "删除", "name" : "DELETE" }, { "logicName" : "读取", "name" : "READ" }, { "logicName" : "更新", "name" : "UPDATE" } ], "codeName" : "IBIZSample0010", "dEAPITag" : "IBIZSAMPLE0010", "dataAccCtrlArch" : 1, "dataAccCtrlMode" : 1, "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0010.json", "enableUIActions" : 15, "getKeyPSAppDEField" : { "name" : "IBIZSAMPLE0010ID", "codeName" : "IBIZSample0010Id" }, "logicName" : "订单", "getMajorPSAppDEField" : { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" }, "name" : "IBIZSAMPLE0010", "getPSDEName" : "IBIZSAMPLE0010", "getQuickSearchPSAppDEFields" : [ { "name" : "IBIZSAMPLE0010NAME", "codeName" : "IBIZSample0010Name" } ], "storageMode" : 0, "sysAPITag" : "DemoAPI", "defaultMode" : true, "enableFilterActions" : true, "enableUICreate" : true, "enableUIModify" : true, "enableUIRemove" : true, "enableWFActions" : false, "major" : true }