4c830aa41b7e6deb9ce261333fd3cac12aa4dce3.svn-base 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <service name="UIZ020050-service" initial="SetResultKeyList">
  3. <transaction-manager id="tx1" commit="true" />
  4. <activity name="SearchUserPriv" class="xin.glue.ui.common.PosMultiSearch">
  5. <transition name="success" value="end" />
  6. <property name="param0" value="USER_CD|ROLE_CD|MNSCR_ID" />
  7. <property name="resultkey" value="ListResult_1" />
  8. <property name="sqlkey0" value="UIZ020030.Menu.F.Select" />
  9. </activity>
  10. <activity name="eventRouter" class="com.posdata.glue.biz.activity.PosDefaultRouter">
  11. <transition name="find" value="SearchUser" />
  12. <transition name="save" value="SaveUser" />
  13. <transition name="save2" value="SaveUserPriv" />
  14. <transition name="success" value="SearchPriv" />
  15. <transition name="onclick" value="SearchUserPriv" />
  16. </activity>
  17. <activity name="SaveUser" class="xin.glue.ui.common.PosGridSave">
  18. <transition name="success" value="SearchUser" />
  19. <property name="sqlkey-u" value="UIZ020050.User.Update" />
  20. <property name="sqlkey-i" value="UIZ020050.User.Insert" />
  21. <property name="param-u" value="USER_NM|USER_PW|DEPT_CD|DEPT_MNG_YN|ROOT_AMN_YN|ROLE_CD|LOCKED_YN|REG_ID|USER_CD" />
  22. <property name="param-i" value="USER_CD|USER_NM|USER_PW|DEPT_CD|DEPT_MNG_YN|ROOT_AMN_YN|ROLE_CD|LOCKED_YN|REG_ID" />
  23. </activity>
  24. <activity name="SetResultKeyList" class="com.posdata.glue.biz.trustform.PosSetResultKeyList">
  25. <transition name="success" value="InitParam" />
  26. <property name="ResultKeyList" value="ListResult_0|ListResult_1|ListResult_2|ListResult_3|ListResult_4|ListResult_5" />
  27. </activity>
  28. <activity name="SearchPriv" class="xin.glue.ui.Z.PosPrivSearch">
  29. <transition name="success" value="end" />
  30. <property name="sqlkey-count" value="6" />
  31. <property name="param0" value="DEPT_CD" />
  32. <property name="param1" value="DEPT_CD" />
  33. <property name="param4" value="ROLE_CD|REG_ID|ROLE_CD|REG_ID" />
  34. <property name="sqlkey0" value="SELECT.DEPT" />
  35. <property name="sqlkey1" value="UIZ020050.UserRole.Select" />
  36. <property name="param5" value="DEPT_CD|DEPT_CD" />
  37. <property name="sqlkey2" value="SELECT.FCNRS" />
  38. <property name="sqlkey3" value="UIZ020030.Menu.Select" />
  39. <property name="sqlkey4" value="UIZ020030.User.MnScr.Select" />
  40. <property name="sqlkey5" value="UIZ020030.Dept.MnScr.Select" />
  41. </activity>
  42. <activity name="InitParam" class="xin.glue.ui.common.PosInitParam">
  43. <transition name="success" value="eventRouter" />
  44. <property name="sqlkey-count" value="0" />
  45. </activity>
  46. <activity name="SaveUserPriv" class="xin.glue.ui.common.PosGridSave">
  47. <transition name="success" value="SearchUserPriv" />
  48. <property name="param-d" value="USER_CD|MNSCR_ID|FC_ID" />
  49. <property name="sqlkey-i" value="UIZ020050.UserPriv.Insert" />
  50. <property name="param-i" value="USER_CD|MNSCR_ID|FC_ID|REG_ID" />
  51. <property name="sqlkey-d" value="UIZ020050.UserPriv.Delete" />
  52. </activity>
  53. <activity name="SearchUser" class="xin.glue.ui.common.PosMultiSearch">
  54. <transition name="success" value="SearchUserPriv" />
  55. <property name="sqlkey1" value="SELECT.DEPT" />
  56. <property name="resultkey" value="ListResult_0|ListResult_2" />
  57. <property name="sqlkey-count" value="1" />
  58. <property name="param0" value="DEPT_CD|USER_NM|USER_NM" />
  59. <property name="param1" value="DEPT_CD" />
  60. <property name="sqlkey0" value="UIZ020050.User.Select" />
  61. </activity>
  62. </service>