提交 af9780ec 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 4f84f846
......@@ -132,6 +132,31 @@
"type" : "DTO"
},
"builtinAction" : true
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Cc",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json",
"logicName" : "行为",
"name" : "cc",
"getPSDEActionInput" : {
"name" : "CcInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CcResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json"
},
"enableFront" : false
}, {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
......@@ -945,6 +970,105 @@
"allowEmpty" : false,
"systemReserver" : true
} ],
"getAllPSDELogics" : [ {
"codeName" : "cc",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json",
"logicName" : "cc",
"name" : "cc",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 410,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "SONGNAME",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[SONGNAME]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "UPDATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[UPDATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "SONGID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[SONGID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
}, {
"codeName" : "END1",
"leftPos" : 640,
"logicNodeType" : "END",
"name" : "结束",
"getReturnParam" : {
"modelref" : true,
"id" : "Default"
},
"returnType" : "LOGICPARAM",
"topPos" : 400
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "SongDTO",
"getPSDEMethodDTOFields" : [ {
......
{
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Cc",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json",
"logicName" : "行为",
"name" : "cc",
"getPSDEActionInput" : {
"name" : "CcInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CcResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json"
},
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.extensions.service.logic.execute" isClosed="false" isExecutable="true" name="test_song_cc_execLogic" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.extensions.service.logic.execute">
<extensionElements>
<tns:import name="java.util.Map"/>
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="prepareparam1_end" name="end"/>
<callActivity activiti:exclusive="true" calledElement="cn.ibizlab.trainsys.core.test.service.logic.songcc" id="cc" name="cc.json.bpmn"/>
<sequenceFlow id="begin_cc" sourceRef="begin" targetRef="cc"/>
<sequenceFlow id="cc_cc" sourceRef="cc" targetRef="prepareparam1_end"/>
</process>
</definitions>
\ No newline at end of file
{
"codeName" : "cc",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json",
"logicName" : "cc",
"name" : "cc",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 410,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "SONGNAME",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[SONGNAME]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "UPDATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[UPDATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "SONGID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[SONGID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
}, {
"codeName" : "END1",
"leftPos" : 640,
"logicNodeType" : "END",
"name" : "结束",
"getReturnParam" : {
"modelref" : true,
"id" : "Default"
},
"returnType" : "LOGICPARAM",
"topPos" : 400
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.test.service.logic.songcc" isClosed="false" isExecutable="true" name="test_song_cc_ruleFlow" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.test.service.logic.songcc">
<extensionElements>
<tns:import name="java.util.Map" />
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
<tns:metaData express="" name="songccdefault" type="entity"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.test.service.ISongService))" name="iBzSysSongDefaultService" type="service"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()" name="curuser" type="session"/>
<tns:global identifier="songccdefault" type="cn.ibizlab.trainsys.core.test.domain.Song" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="songccprepareparam1" id="prepareparam1" implementation="http://www.jboss.org/drools/rule" name="准备参数"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="songccend1" id="end1" implementation="http://www.jboss.org/drools/rule" name="结束"/>
<endEvent id="end1_end" name="end"/>
<sequenceFlow id="end1_end_line" sourceRef="end1" targetRef="end1_end"/>
<sequenceFlow id="begin_prepareparam1" sourceRef="begin" targetRef="prepareparam1">
</sequenceFlow>
<sequenceFlow id="prepareparam1_end1" sourceRef="prepareparam1" targetRef="end1">
</sequenceFlow>
</process>
</definitions>
\ No newline at end of file
......@@ -140,7 +140,7 @@
},
"builtinAction" : true
}, {
"actionHolder" : 2,
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Aa",
......@@ -163,7 +163,7 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"enableBackend" : false
"enableFront" : false
}, {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
......@@ -3328,8 +3328,8 @@
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
"enableBackend" : true,
"enableFront" : false
}, {
"codeName" : "xxxA",
"debugMode" : 1,
......
{
"actionHolder" : 2,
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Aa",
......@@ -22,5 +22,5 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"enableBackend" : false
"enableFront" : false
}
\ No newline at end of file
......@@ -71,6 +71,6 @@
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
......@@ -11,10 +11,13 @@
<tns:global identifier="phonebeforecreatedefault" type="cn.ibizlab.trainsys.core.common.domain.Phone" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="phonebeforecreateend1" id="end1" implementation="http://www.jboss.org/drools/rule" name="结束"/>
<endEvent id="end1_end" name="end"/>
<sequenceFlow id="end1_end_line" sourceRef="end1" targetRef="end1_end"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="phonebeforecreateprepareparam1" id="prepareparam1" implementation="http://www.jboss.org/drools/rule" name="准备参数"/>
<endEvent id="prepareparam1_end" name="end"/>
<sequenceFlow id="prepareparam1_end_line" sourceRef="prepareparam1" targetRef="prepareparam1_end"/>
<sequenceFlow id="begin_prepareparam1" sourceRef="begin" targetRef="prepareparam1">
</sequenceFlow>
<sequenceFlow id="prepareparam1_end1" sourceRef="prepareparam1" targetRef="end1">
</sequenceFlow>
</process>
</definitions>
\ No newline at end of file
......@@ -19,6 +19,14 @@ package cn.ibizlab.trainsys.common.logic.phonelogic.beforecreate;
then
end
//逻辑处理节点[结束]
rule "end1"
ruleflow-group "phonebeforecreateend1"
when
then
update(phonebeforecreatedefault);//更新fact中变量值
end
//逻辑处理节点[准备参数]
rule "prepareparam1"
ruleflow-group "phonebeforecreateprepareparam1"
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -4530,17 +4530,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -4548,15 +4543,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -6331,84 +6333,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -6956,17 +6880,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -6974,15 +6893,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -31,6 +31,37 @@
"enablePagingBar" : false
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
......@@ -742,6 +773,37 @@
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
......@@ -1094,6 +1156,26 @@
"builtinMethod" : false
} ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "NONE",
"caption" : "cc",
"codeName" : "cc",
"fullCodeName" : "Song_cc",
"name" : "cc",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Cc"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "cc",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "cc@Song"
}, {
"actionTarget" : "MULTIKEY",
"caption" : "修改语言",
"codeName" : "update_lang",
......
......@@ -17,918 +17,529 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.SONG.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "NEWDATA",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.SONG.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "999e750a4646050c5e5f9f00acb8b0fc",
"getPSViewLayoutPanel" : {
"codeName" : "Usr0311007862",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "GridView表格视图布局",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_left",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_captionbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "captionbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_right",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_toolbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "工具栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button_calluilogic",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layoutpanel_button_calluilogic"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "cc",
"codeName" : "cc",
"fullCodeName" : "Song_cc",
"name" : "cc",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Cc"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "cc",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "cc@Song"
},
"tooltip" : "按钮",
"uIActionTarget" : "NONE",
"showCaption" : true
} ],
"predefinedType" : "VIEWHEADER"
}, {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_searchform",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "搜索表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchform",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_content",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "表格",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "grid",
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"showCaption" : true
} ],
"predefinedType" : "VIEWCONTENT"
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "22E57B06-962A-4498-9900-25D65607744A",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.SONG.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.SONG.EDITVIEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSUIAction" : {
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"caption" : "行编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
},
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"getPSUIAction" : {
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "行编辑",
"enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem25"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem26",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem10",
"spanMode" : false
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型test",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem21",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
"id" : "toolbar_tbitem24"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "导出数据模型test",
"tooltip" : "行编辑",
"enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
"id" : "toolbar_tbitem25"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem18",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem18"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1"
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "3bf8f44d195cfa5377c4437d5214d882",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"groupMode" : "NONE",
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
"itemType" : "SEPERATOR",
"name" : "tbitem26",
"spanMode" : false
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSControls" : [ {
"codeName" : "GridViewgrid_batchtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "表格批操作工具栏",
"name" : "grid_batchtoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : {
"id" : "grid_batchtoolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "grid_batchtoolbar_deuiaction1"
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -964,434 +575,1014 @@
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "修改语言",
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "grid_batchtoolbar_deuiaction2"
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"caption" : "修改语言",
"codeName" : "update_lang",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongupdatelangView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Song_update_lang",
"name" : "修改语言",
"getNextPSUIAction" : {
"modelref" : true,
"id" : "Refresh"
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "update_lang",
"uIActionType" : "DEUIACTION",
"id" : "update_lang@Song"
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"tooltip" : "修改语言",
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "D4A45681-6C51-4F1A-B850-7FB0BDF56F36",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
},
"caption" : "歌曲名称",
"codeName" : "songname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songname",
"excelCaption" : "歌曲名称",
"name" : "songname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSDEUIActionGroup" : {
"codeName" : "Usr1222188930",
"name" : "测试表格支持行编辑列行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "刷新",
"detailType" : "DEUIACTION",
"name" : "u1022215",
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem10",
"spanMode" : false
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型test",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem21",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "Refresh",
"fullCodeName" : "Refresh",
"name" : "表格界面_刷新操作",
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_REFRESHACTION",
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Refresh",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "界面行为支持获取编辑列",
"detailType" : "DEUIACTION",
"name" : "u0c5beca",
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "界面行为支持获取编辑列",
"codeName" : "GET_EDITOR_COLUMN",
"frontProcessType" : "OTHER",
"fullCodeName" : "GET_EDITOR_COLUMN",
"memo" : "该界面行为的标识固定为【GET_EDITOR_COLUMN】,同时,该界面行为是配置插件【表格列界面行为支持获取编辑列 】共同使用",
"name" : "界面行为支持获取编辑列",
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "GET_EDITOR_COLUMN",
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "Song__Usr1222188930"
},
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "COLUMN_ACTION_EDIT",
"runtimeObject" : true
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "语言",
"codeName" : "language",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "language",
"excelCaption" : "语言",
"name" : "language",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__SongLanguage.json"
},
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
},
"getPSSysImage" : {
"glyph" : "xf207@FontAwesome",
"cssClass" : "fa fa-bus"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem18",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem18"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1"
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "3bf8f44d195cfa5377c4437d5214d882",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID"
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"caption" : "歌曲标识",
"codeName" : "songid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songid",
"excelCaption" : "歌曲标识",
"name" : "songid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false,
"hideDefault" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"dataType" : 25,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "songid",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
"groupMode" : "NONE",
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"allowEmpty" : true
}, {
"caption" : "语言",
"codeName" : "language",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSControls" : [ {
"codeName" : "GridViewgrid_batchtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "表格批操作工具栏",
"name" : "grid_batchtoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : {
"id" : "grid_batchtoolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "grid_batchtoolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "修改语言",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "grid_batchtoolbar_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"caption" : "修改语言",
"codeName" : "update_lang",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongupdatelangView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Song_update_lang",
"name" : "修改语言",
"getNextPSUIAction" : {
"modelref" : true,
"id" : "Refresh"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "update_lang",
"uIActionType" : "DEUIACTION",
"id" : "update_lang@Song"
},
"tooltip" : "修改语言",
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "D4A45681-6C51-4F1A-B850-7FB0BDF56F36",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
},
"caption" : "歌曲名称",
"codeName" : "songname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songname",
"excelCaption" : "歌曲名称",
"name" : "songname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSDEUIActionGroup" : {
"codeName" : "Usr1222188930",
"name" : "测试表格支持行编辑列行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "刷新",
"detailType" : "DEUIACTION",
"name" : "u1022215",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"getPSUIAction" : {
"caption" : "刷新",
"codeName" : "Refresh",
"fullCodeName" : "Refresh",
"name" : "表格界面_刷新操作",
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"predefinedType" : "GRIDVIEW_REFRESHACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Refresh",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "界面行为支持获取编辑列",
"detailType" : "DEUIACTION",
"name" : "u0c5beca",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "界面行为支持获取编辑列",
"codeName" : "GET_EDITOR_COLUMN",
"frontProcessType" : "OTHER",
"fullCodeName" : "GET_EDITOR_COLUMN",
"memo" : "该界面行为的标识固定为【GET_EDITOR_COLUMN】,同时,该界面行为是配置插件【表格列界面行为支持获取编辑列 】共同使用",
"name" : "界面行为支持获取编辑列",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "GET_EDITOR_COLUMN",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "Song__Usr1222188930"
},
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "COLUMN_ACTION_EDIT",
"runtimeObject" : true
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "语言",
"codeName" : "language",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "language",
"excelCaption" : "语言",
"name" : "language",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__SongLanguage.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "歌曲标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
},
"getPSSysImage" : {
"glyph" : "xf207@FontAwesome",
"cssClass" : "fa fa-bus"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN"
},
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID"
},
"caption" : "歌曲标识",
"codeName" : "songid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songid",
"excelCaption" : "歌曲标识",
"name" : "songid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false,
"hideDefault" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"dataType" : 25,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "songid",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
},
"allowEmpty" : true
}, {
"caption" : "语言",
"codeName" : "language",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "language",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__SongLanguage.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "歌曲标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "1c0ce80c26d46a131aee3d06338aa7a4",
"modeltype" : "PSDEGRID"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.SONG"
},
"caption" : "歌曲",
"codeName" : "GridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "1c0ce80c26d46a131aee3d06338aa7a4",
"modeltype" : "PSDEGRID"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.SONG"
},
"caption" : "歌曲",
"codeName" : "GridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "999e750a4646050c5e5f9f00acb8b0fc",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"getPSControlParam" : { }
} ]
},
"title" : "歌曲表格视图",
"getTitlePSLanguageRes" : {
......
......@@ -13320,10 +13320,10 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-错误信息",
......@@ -13332,10 +13332,10 @@
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg4"
}
} ],
"uniqueTag" : "VMGroup3"
......@@ -13383,18 +13383,6 @@
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13433,28 +13421,40 @@
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ],
"uniqueTag" : "VMGroup8"
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除",
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
} ],
"uniqueTag" : "VMGroup5"
......@@ -4094,6 +4094,31 @@
"uniqueTag" : "PHONE__DEACTION__UPDATE",
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "Aa",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"uniqueTag" : "PHONE__DEACTION__AA",
"needResourceKey" : true
}, {
"codeName" : "CheckKey",
"dataAccessAction" : "CREATE",
......@@ -13997,6 +14022,31 @@
"uniqueTag" : "SONG__DEACTION__UPDATE",
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"uniqueTag" : "SONG__DEACTION__CC",
"needResourceKey" : true
}, {
"codeName" : "CheckKey",
"dataAccessAction" : "CREATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册