75b27f0168c55ffcf2a693f938c7c26d2fb3766f.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. /**
  2. * output package name
  3. */
  4. package com.kingdee.eas.custom.bd.param.client;
  5. import java.awt.event.*;
  6. import org.apache.log4j.Logger;
  7. import com.kingdee.bos.ui.face.CoreUIObject;
  8. import com.kingdee.bos.dao.IObjectValue;
  9. import com.kingdee.eas.framework.*;
  10. /**
  11. * output class name
  12. */
  13. public class ParamEditUI extends AbstractParamEditUI
  14. {
  15. private static final Logger logger = CoreUIObject.getLogger(ParamEditUI.class);
  16. /**
  17. * output class constructor
  18. */
  19. public ParamEditUI() throws Exception
  20. {
  21. super();
  22. }
  23. /**
  24. * output loadFields method
  25. */
  26. public void loadFields()
  27. {
  28. super.loadFields();
  29. }
  30. /**
  31. * output storeFields method
  32. */
  33. public void storeFields()
  34. {
  35. super.storeFields();
  36. }
  37. /**
  38. * output actionPageSetup_actionPerformed
  39. */
  40. public void actionPageSetup_actionPerformed(ActionEvent e) throws Exception
  41. {
  42. super.actionPageSetup_actionPerformed(e);
  43. }
  44. /**
  45. * output actionExitCurrent_actionPerformed
  46. */
  47. public void actionExitCurrent_actionPerformed(ActionEvent e) throws Exception
  48. {
  49. super.actionExitCurrent_actionPerformed(e);
  50. }
  51. /**
  52. * output actionHelp_actionPerformed
  53. */
  54. public void actionHelp_actionPerformed(ActionEvent e) throws Exception
  55. {
  56. super.actionHelp_actionPerformed(e);
  57. }
  58. /**
  59. * output actionAbout_actionPerformed
  60. */
  61. public void actionAbout_actionPerformed(ActionEvent e) throws Exception
  62. {
  63. super.actionAbout_actionPerformed(e);
  64. }
  65. /**
  66. * output actionOnLoad_actionPerformed
  67. */
  68. public void actionOnLoad_actionPerformed(ActionEvent e) throws Exception
  69. {
  70. super.actionOnLoad_actionPerformed(e);
  71. }
  72. /**
  73. * output actionSendMessage_actionPerformed
  74. */
  75. public void actionSendMessage_actionPerformed(ActionEvent e) throws Exception
  76. {
  77. super.actionSendMessage_actionPerformed(e);
  78. }
  79. /**
  80. * output actionCalculator_actionPerformed
  81. */
  82. public void actionCalculator_actionPerformed(ActionEvent e) throws Exception
  83. {
  84. super.actionCalculator_actionPerformed(e);
  85. }
  86. /**
  87. * output actionExport_actionPerformed
  88. */
  89. public void actionExport_actionPerformed(ActionEvent e) throws Exception
  90. {
  91. super.actionExport_actionPerformed(e);
  92. }
  93. /**
  94. * output actionExportSelected_actionPerformed
  95. */
  96. public void actionExportSelected_actionPerformed(ActionEvent e) throws Exception
  97. {
  98. super.actionExportSelected_actionPerformed(e);
  99. }
  100. /**
  101. * output actionRegProduct_actionPerformed
  102. */
  103. public void actionRegProduct_actionPerformed(ActionEvent e) throws Exception
  104. {
  105. super.actionRegProduct_actionPerformed(e);
  106. }
  107. /**
  108. * output actionPersonalSite_actionPerformed
  109. */
  110. public void actionPersonalSite_actionPerformed(ActionEvent e) throws Exception
  111. {
  112. super.actionPersonalSite_actionPerformed(e);
  113. }
  114. /**
  115. * output actionProcductVal_actionPerformed
  116. */
  117. public void actionProcductVal_actionPerformed(ActionEvent e) throws Exception
  118. {
  119. super.actionProcductVal_actionPerformed(e);
  120. }
  121. /**
  122. * output actionExportSave_actionPerformed
  123. */
  124. public void actionExportSave_actionPerformed(ActionEvent e) throws Exception
  125. {
  126. super.actionExportSave_actionPerformed(e);
  127. }
  128. /**
  129. * output actionExportSelectedSave_actionPerformed
  130. */
  131. public void actionExportSelectedSave_actionPerformed(ActionEvent e) throws Exception
  132. {
  133. super.actionExportSelectedSave_actionPerformed(e);
  134. }
  135. /**
  136. * output actionKnowStore_actionPerformed
  137. */
  138. public void actionKnowStore_actionPerformed(ActionEvent e) throws Exception
  139. {
  140. super.actionKnowStore_actionPerformed(e);
  141. }
  142. /**
  143. * output actionAnswer_actionPerformed
  144. */
  145. public void actionAnswer_actionPerformed(ActionEvent e) throws Exception
  146. {
  147. super.actionAnswer_actionPerformed(e);
  148. }
  149. /**
  150. * output actionRemoteAssist_actionPerformed
  151. */
  152. public void actionRemoteAssist_actionPerformed(ActionEvent e) throws Exception
  153. {
  154. super.actionRemoteAssist_actionPerformed(e);
  155. }
  156. /**
  157. * output actionPopupCopy_actionPerformed
  158. */
  159. public void actionPopupCopy_actionPerformed(ActionEvent e) throws Exception
  160. {
  161. super.actionPopupCopy_actionPerformed(e);
  162. }
  163. /**
  164. * output actionHTMLForMail_actionPerformed
  165. */
  166. public void actionHTMLForMail_actionPerformed(ActionEvent e) throws Exception
  167. {
  168. super.actionHTMLForMail_actionPerformed(e);
  169. }
  170. /**
  171. * output actionExcelForMail_actionPerformed
  172. */
  173. public void actionExcelForMail_actionPerformed(ActionEvent e) throws Exception
  174. {
  175. super.actionExcelForMail_actionPerformed(e);
  176. }
  177. /**
  178. * output actionHTMLForRpt_actionPerformed
  179. */
  180. public void actionHTMLForRpt_actionPerformed(ActionEvent e) throws Exception
  181. {
  182. super.actionHTMLForRpt_actionPerformed(e);
  183. }
  184. /**
  185. * output actionExcelForRpt_actionPerformed
  186. */
  187. public void actionExcelForRpt_actionPerformed(ActionEvent e) throws Exception
  188. {
  189. super.actionExcelForRpt_actionPerformed(e);
  190. }
  191. /**
  192. * output actionLinkForRpt_actionPerformed
  193. */
  194. public void actionLinkForRpt_actionPerformed(ActionEvent e) throws Exception
  195. {
  196. super.actionLinkForRpt_actionPerformed(e);
  197. }
  198. /**
  199. * output actionPopupPaste_actionPerformed
  200. */
  201. public void actionPopupPaste_actionPerformed(ActionEvent e) throws Exception
  202. {
  203. super.actionPopupPaste_actionPerformed(e);
  204. }
  205. /**
  206. * output actionToolBarCustom_actionPerformed
  207. */
  208. public void actionToolBarCustom_actionPerformed(ActionEvent e) throws Exception
  209. {
  210. super.actionToolBarCustom_actionPerformed(e);
  211. }
  212. /**
  213. * output actionCloudFeed_actionPerformed
  214. */
  215. public void actionCloudFeed_actionPerformed(ActionEvent e) throws Exception
  216. {
  217. super.actionCloudFeed_actionPerformed(e);
  218. }
  219. /**
  220. * output actionCloudShare_actionPerformed
  221. */
  222. public void actionCloudShare_actionPerformed(ActionEvent e) throws Exception
  223. {
  224. super.actionCloudShare_actionPerformed(e);
  225. }
  226. /**
  227. * output actionCloudScreen_actionPerformed
  228. */
  229. public void actionCloudScreen_actionPerformed(ActionEvent e) throws Exception
  230. {
  231. super.actionCloudScreen_actionPerformed(e);
  232. }
  233. /**
  234. * output actionXunTongFeed_actionPerformed
  235. */
  236. public void actionXunTongFeed_actionPerformed(ActionEvent e) throws Exception
  237. {
  238. super.actionXunTongFeed_actionPerformed(e);
  239. }
  240. /**
  241. * output actionSave_actionPerformed
  242. */
  243. public void actionSave_actionPerformed(ActionEvent e) throws Exception
  244. {
  245. super.actionSave_actionPerformed(e);
  246. }
  247. /**
  248. * output actionSubmit_actionPerformed
  249. */
  250. public void actionSubmit_actionPerformed(ActionEvent e) throws Exception
  251. {
  252. super.actionSubmit_actionPerformed(e);
  253. }
  254. /**
  255. * output actionCancel_actionPerformed
  256. */
  257. public void actionCancel_actionPerformed(ActionEvent e) throws Exception
  258. {
  259. super.actionCancel_actionPerformed(e);
  260. }
  261. /**
  262. * output actionCancelCancel_actionPerformed
  263. */
  264. public void actionCancelCancel_actionPerformed(ActionEvent e) throws Exception
  265. {
  266. super.actionCancelCancel_actionPerformed(e);
  267. }
  268. /**
  269. * output actionFirst_actionPerformed
  270. */
  271. public void actionFirst_actionPerformed(ActionEvent e) throws Exception
  272. {
  273. super.actionFirst_actionPerformed(e);
  274. }
  275. /**
  276. * output actionPre_actionPerformed
  277. */
  278. public void actionPre_actionPerformed(ActionEvent e) throws Exception
  279. {
  280. super.actionPre_actionPerformed(e);
  281. }
  282. /**
  283. * output actionNext_actionPerformed
  284. */
  285. public void actionNext_actionPerformed(ActionEvent e) throws Exception
  286. {
  287. super.actionNext_actionPerformed(e);
  288. }
  289. /**
  290. * output actionLast_actionPerformed
  291. */
  292. public void actionLast_actionPerformed(ActionEvent e) throws Exception
  293. {
  294. super.actionLast_actionPerformed(e);
  295. }
  296. /**
  297. * output actionPrint_actionPerformed
  298. */
  299. public void actionPrint_actionPerformed(ActionEvent e) throws Exception
  300. {
  301. super.actionPrint_actionPerformed(e);
  302. }
  303. /**
  304. * output actionPrintPreview_actionPerformed
  305. */
  306. public void actionPrintPreview_actionPerformed(ActionEvent e) throws Exception
  307. {
  308. super.actionPrintPreview_actionPerformed(e);
  309. }
  310. /**
  311. * output actionCopy_actionPerformed
  312. */
  313. public void actionCopy_actionPerformed(ActionEvent e) throws Exception
  314. {
  315. super.actionCopy_actionPerformed(e);
  316. }
  317. /**
  318. * output actionAddNew_actionPerformed
  319. */
  320. public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
  321. {
  322. super.actionAddNew_actionPerformed(e);
  323. }
  324. /**
  325. * output actionEdit_actionPerformed
  326. */
  327. public void actionEdit_actionPerformed(ActionEvent e) throws Exception
  328. {
  329. super.actionEdit_actionPerformed(e);
  330. }
  331. /**
  332. * output actionRemove_actionPerformed
  333. */
  334. public void actionRemove_actionPerformed(ActionEvent e) throws Exception
  335. {
  336. super.actionRemove_actionPerformed(e);
  337. }
  338. /**
  339. * output actionAttachment_actionPerformed
  340. */
  341. public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
  342. {
  343. super.actionAttachment_actionPerformed(e);
  344. }
  345. /**
  346. * output actionSubmitOption_actionPerformed
  347. */
  348. public void actionSubmitOption_actionPerformed(ActionEvent e) throws Exception
  349. {
  350. super.actionSubmitOption_actionPerformed(e);
  351. }
  352. /**
  353. * output actionReset_actionPerformed
  354. */
  355. public void actionReset_actionPerformed(ActionEvent e) throws Exception
  356. {
  357. super.actionReset_actionPerformed(e);
  358. }
  359. /**
  360. * output actionMsgFormat_actionPerformed
  361. */
  362. public void actionMsgFormat_actionPerformed(ActionEvent e) throws Exception
  363. {
  364. super.actionMsgFormat_actionPerformed(e);
  365. }
  366. /**
  367. * output getBizInterface method
  368. */
  369. protected ICoreBase getBizInterface() throws Exception
  370. {
  371. return com.kingdee.eas.custom.bd.param.ParamFactory.getRemoteInstance();
  372. }
  373. /**
  374. * output createNewData method
  375. */
  376. protected IObjectValue createNewData()
  377. {
  378. com.kingdee.eas.custom.bd.param.ParamInfo objectValue = new com.kingdee.eas.custom.bd.param.ParamInfo();
  379. objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
  380. return objectValue;
  381. }
  382. }