| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Glue:GlueDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Glue="http://www.glueframework.com/activitydiagram/" id="0" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="0" location="182,12" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="1" location="180,516" size="-1,-1" input="//@wire.3"/>
- <child xsi:type="Glue:Activity" id="2" location="80,77" size="225,-1" input="//@wire.0" output="//@wire.4" name="SetResultKey">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="ListResult_1|ListResult_2|ListResult_3"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="1518" location="80,252" size="224,-1" input="//@wire.5" output="//@wire.1" name="SearchL3CoilComm">
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="SyncL3WithL2.SearchL3CoilComm.Select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="resultkey" value="ListResult_1"/>
- <property key="param0" value="CoilNo"/>
- <property key="description" value="1.L3(MES3Q)의 TBH02_COIL_COMM을 읽어들여 ListResult_1에 담는다."/>
- </child>
- <child xsi:type="Glue:Activity" id="1519" location="80,344" size="224,-1" input="//@wire.1" output="//@wire.2" name="SynchronizeL2WithL3">
- <property key="class" value="xin.glue.ui.T.T01.SynchronizeL2WithL3"/>
- <property key="description" value="- ListResult_1으로 부터 읽어들인 CoilNo를 가지고
존재여부를 체크하여
있으면 - Update(Delete & Insert)
없으면 - Insert
를 실시를 하려고 했으나
그냥 테스트기 때문에 몽땅 인서트만 한다.^^."/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="1521" location="80,434" size="223,-1" input="//@wire.2" output="//@wire.3" name="SearchL2CoilComm">
- <property key="resultkey" value="ListResult_2"/>
- <property key="dao" value="xetdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="sqlkey" value="SyncL2WithL3.SearchL2CoilComm.Select"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="CoilNo"/>
- <property key="description" value="1.L2(MyComputer OracleDB)의 TBH02_COIL_COMM을 읽어들여 ListResult_2에 담는다.
--> 담긴 내용을 화면에 표시한다."/>
- </child>
- <child xsi:type="Glue:Activity" id="1561" location="79,160" size="225,-1" input="//@wire.4" output="//@wire.5" name="DeleteL2CoilComm">
- <property key="class" value="xin.glue.ui.T.T01.DeleteL2CoilComm"/>
- <property key="description" value="L2(Local DB)의 TBH02_COIL_COMM2의 데이타를 삭제처리한다."/>
- </child>
- <property key="tx0" value="true"/>
- <property key="tx1" value="true"/>
- <property key="description" value="tx0 : applicationContext.xml's jdbc/Xg3QLOCALDB
tx1 : applicationContext.xml's jdbc/Xg3QTESTDB"/>
- <wire id="652" guardcondition="success" firstRelativePoint="222,38" lastRelativePoint="222,77"/>
- <wire id="655" guardcondition="success" firstRelativePoint="192,190" lastRelativePoint="192,252"/>
- <wire id="657" guardcondition="success" firstRelativePoint="191,282" lastRelativePoint="191,342"/>
- <wire id="658" guardcondition="success" firstRelativePoint="222,433" lastRelativePoint="222,477"/>
- <wire id="688" guardcondition="success" firstRelativePoint="193,107" lastRelativePoint="193,160"/>
- <wire id="689" guardcondition="success" firstRelativePoint="194,190" lastRelativePoint="194,252"/>
- </Glue:GlueDiagram>
|