| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <service name="UIF011010-service" initial="SetResultKeyList">
- <activity name="InitParams" class="xin.glue.ui.common.PosInitParam">
- <transition name="success" value="DefaultRouter" />
- <property name="sqlkey-count" value="2" />
- <property name="sqlkey0" value="Pub.GetStlGrps" />
- <property name="resultkey" value="resultkey0|resultkey1" />
- <property name="sqlkey1" value="Pub.GetProcs" />
- </activity>
- <activity name="SetResultKeyList" class="com.posdata.glue.biz.trustform.PosSetResultKeyList">
- <transition name="success" value="InitParams" />
- <property name="ResultKeyList" value="rs|resultkey0|resultkey1" />
- </activity>
- <activity name="FindProcsTime" class="xin.glue.ui.common.PosMultiSearch">
- <transition name="success" value="end" />
- <property name="resultkey" value="rs" />
- <property name="sqlkey0" value="UIF011010.find" />
- </activity>
- <activity name="SaveProcsTime" class="xin.glue.ui.common.PosGridSave">
- <transition name="success" value="FindProcsTime" />
- <property name="param-d" value="PROC_CD|STL_GRP_CD" />
- <property name="param-u" value="NEED_MIN_TME|NEED_MAX_TME|NEED_STD_TME|USER_NAME|PROC_CD|STL_GRP_CD" />
- <property name="sqlkey-d" value="UIF011010.delete" />
- <property name="param-i" value="PROC_CD|STL_GRP_CD|NEED_MIN_TME|NEED_MAX_TME|NEED_STD_TME|USER_NAME|USER_NAME" />
- <property name="sqlkey-u" value="UIF011010.update" />
- <property name="rowStatus" value="rowStatus" />
- <property name="sqlkey-i" value="UIF011010.insert" />
- </activity>
- <transaction-manager id="tx1" commit="true" />
- <activity name="DefaultRouter" class="com.posdata.glue.biz.activity.PosDefaultRouter">
- <transition name="findProcsTime" value="FindProcsTime" />
- <transition name="saveProcsTime" value="SaveProcsTime" />
- <transition name="success" value="end" />
- </activity>
- </service>
|