| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <service name="UIH052201-service" initial="SetResultKeyList">
- <transaction-manager id="tx1" commit="true" />
- <activity name="Router2514" class="com.posdata.glue.biz.activity.PosDefaultRouter">
- <transition name="find" value="SearchDLIV_DIRNO_RESULT" />
- <transition name="return" value="ReturnDLIV_DIRNO_RESULT" />
- </activity>
- <activity name="SearchDLIV_DIRNO_RESULT" class="com.posdata.glue.biz.activity.PosSearch">
- <transition name="success" value="end" />
- <property name="sqlkey" value="UIH052201_01.select" />
- <property name="resultkey" value="DLIV_DIRNO_RESULT" />
- <property name="dao" value="mesdao" />
- <property name="param0" value="DLIV_DIRNO" />
- <property name="param-count" value="1" />
- </activity>
- <activity name="SetResultKeyList" class="com.posdata.glue.biz.trustform.PosSetResultKeyList">
- <transition name="success" value="Router2514" />
- <property name="ResultKeyList" value="DLIV_DIRNO_RESULT|rs" />
- </activity>
- <activity name="ReturnDLIV_DIRNO_RESULT" class="xin.glue.ui.K.K01.FJHSaveBJBack">
- <transition name="success" value="end" />
- </activity>
- </service>
|