| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <service name="UIK010060-service" initial="SetResultKeyList">
- <transaction-manager id="tx1" commit="true" />
- <activity name="SearchSeq" class="xin.glue.ui.common.PosMultiSearch">
- <transition name="success" value="end" />
- <property name="sqlkey0" value="SELECT.ORD_SEQ" />
- <property name="param0" value="ORD_NO_M" />
- </activity>
- <activity name="SearchOrdPrc" class="xin.glue.ui.common.PosMultiSearch">
- <transition name="success" value="SelectBranch" />
- <property name="param0" value="PRODNM_CD|CUST_CD|STL_GRD|ORD_NO_M|ORD_SEQ_M|RCVORD_CLF|DEL_FR_DATE|DEL_TO_DATE|ORD_USEAGE_CD|SPEC_ABBSYM|ORD_THK_MIN|ORD_THK_MAX|ORD_WTH_MIN|ORD_WTH_MAX" />
- <property name="resultkey" value="ListResult_0" />
- <property name="sqlkey0" value="UIK010060.OrdPrc.Select" />
- </activity>
- <activity name="SelectBranch" class="xin.glue.ui.common.PosSelectBranch">
- <transition name="success" value="SearchSlab&Coil" />
- <transition name="coil" value="SearchCoilComm" />
- <transition name="TM" value="PageSet5208" />
- <property name="param" value="MAT_TP" />
- <property name="values" value="TM|AR" />
- <property name="branches" value="slab|coil" />
- </activity>
- <activity name="eventRouter" class="com.posdata.glue.biz.activity.PosDefaultRouter">
- <transition name="success" value="end" />
- <transition name="seq" value="SearchSeq" />
- <transition name="onclick" value="SelectBranch" />
- <transition name="find" value="SearchOrdPrc" />
- <transition name="replace" value="NIK010060" />
- </activity>
- <activity name="SearchCoilComm" class="xin.glue.ui.common.PosMultiSearch">
- <transition name="success" value="end" />
- <property name="param0" value="ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ" />
- <property name="resultkey" value="ListResult_1" />
- <property name="sqlkey0" value="UIK010060.CoilComm.Select" />
- </activity>
- <activity name="NIK010060" class="com.posdata.glue.biz.activity.PosSubBizControlActivity">
- <transition name="success" value="SearchOrdPrc" />
- <property name="transacion" value="false" />
- <property name="ServiceName" value="NIK010060-service" />
- </activity>
- <activity name="SearchSlab&Coil" class="xin.glue.ui.common.PosUnionSearch">
- <transition name="success" value="end" />
- <property name="sqlkey-count" value="1" />
- <property name="param0" value="ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ" />
- <property name="sqlkey0" value="UIK010060.CoilComm.Select" />
- <property name="resultkey" value="ListResult_1" />
- </activity>
- <activity name="SetResultKeyList" class="com.posdata.glue.biz.trustform.PosSetResultKeyList">
- <transition name="success" value="InitParam" />
- <property name="ResultKeyList" value="ListResult_0|ListResult_1|ListResult_2" />
- </activity>
- <activity name="InitParam" class="xin.glue.ui.common.PosInitParam">
- <transition name="success" value="eventRouter" />
- <property name="sqlkey-count" value="3" />
- <property name="sqlkey0" value="SELECT.COMMCD" />
- <property name="sqlkey1" value="SELECT.CUSTOMER" />
- <property name="sqlkey2" value="SELECT.STL_GRD" />
- <property name="param0" value="LG_CD" />
- </activity>
- <activity name="PageSet5208" class="xin.glue.ui.common.PosMultiSearch">
- <transition name="success" value="end" />
- <property name="resultkey" value="ListResult_1" />
- <property name="sqlkey0" value="UIK010060.CoilCommBJ.Select" />
- <property name="param0" value="ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ|ORD_NO|ORD_SEQ" />
- </activity>
- </service>
|