a79e9a5ed695d0ca65de50b70109bba07c46dba4.svn-base 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. /**
  2. * output package name
  3. */
  4. package com.kingdee.eas.custom.bill.salary.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 PayPacketListUI extends AbstractPayPacketListUI
  14. {
  15. private static final Logger logger = CoreUIObject.getLogger(PayPacketListUI.class);
  16. /**
  17. * output class constructor
  18. */
  19. public PayPacketListUI() throws Exception
  20. {
  21. super();
  22. }
  23. /**
  24. * output storeFields method
  25. */
  26. public void storeFields()
  27. {
  28. super.storeFields();
  29. }
  30. /**
  31. * output tblMain_tableClicked method
  32. */
  33. protected void tblMain_tableClicked(com.kingdee.bos.ctrl.kdf.table.event.KDTMouseEvent e) throws Exception
  34. {
  35. super.tblMain_tableClicked(e);
  36. }
  37. /**
  38. * output tblMain_tableSelectChanged method
  39. */
  40. protected void tblMain_tableSelectChanged(com.kingdee.bos.ctrl.kdf.table.event.KDTSelectEvent e) throws Exception
  41. {
  42. super.tblMain_tableSelectChanged(e);
  43. }
  44. /**
  45. * output menuItemImportData_actionPerformed method
  46. */
  47. protected void menuItemImportData_actionPerformed(java.awt.event.ActionEvent e) throws Exception
  48. {
  49. super.menuItemImportData_actionPerformed(e);
  50. }
  51. /**
  52. * output menuItemPCVoucher_actionPerformed method
  53. */
  54. protected void menuItemPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
  55. {
  56. super.menuItemPCVoucher_actionPerformed(e);
  57. }
  58. /**
  59. * output actionPageSetup_actionPerformed
  60. */
  61. public void actionPageSetup_actionPerformed(ActionEvent e) throws Exception
  62. {
  63. super.actionPageSetup_actionPerformed(e);
  64. }
  65. /**
  66. * output actionExitCurrent_actionPerformed
  67. */
  68. public void actionExitCurrent_actionPerformed(ActionEvent e) throws Exception
  69. {
  70. super.actionExitCurrent_actionPerformed(e);
  71. }
  72. /**
  73. * output actionHelp_actionPerformed
  74. */
  75. public void actionHelp_actionPerformed(ActionEvent e) throws Exception
  76. {
  77. super.actionHelp_actionPerformed(e);
  78. }
  79. /**
  80. * output actionAbout_actionPerformed
  81. */
  82. public void actionAbout_actionPerformed(ActionEvent e) throws Exception
  83. {
  84. super.actionAbout_actionPerformed(e);
  85. }
  86. /**
  87. * output actionOnLoad_actionPerformed
  88. */
  89. public void actionOnLoad_actionPerformed(ActionEvent e) throws Exception
  90. {
  91. super.actionOnLoad_actionPerformed(e);
  92. }
  93. /**
  94. * output actionSendMessage_actionPerformed
  95. */
  96. public void actionSendMessage_actionPerformed(ActionEvent e) throws Exception
  97. {
  98. super.actionSendMessage_actionPerformed(e);
  99. }
  100. /**
  101. * output actionCalculator_actionPerformed
  102. */
  103. public void actionCalculator_actionPerformed(ActionEvent e) throws Exception
  104. {
  105. super.actionCalculator_actionPerformed(e);
  106. }
  107. /**
  108. * output actionExport_actionPerformed
  109. */
  110. public void actionExport_actionPerformed(ActionEvent e) throws Exception
  111. {
  112. super.actionExport_actionPerformed(e);
  113. }
  114. /**
  115. * output actionExportSelected_actionPerformed
  116. */
  117. public void actionExportSelected_actionPerformed(ActionEvent e) throws Exception
  118. {
  119. super.actionExportSelected_actionPerformed(e);
  120. }
  121. /**
  122. * output actionRegProduct_actionPerformed
  123. */
  124. public void actionRegProduct_actionPerformed(ActionEvent e) throws Exception
  125. {
  126. super.actionRegProduct_actionPerformed(e);
  127. }
  128. /**
  129. * output actionPersonalSite_actionPerformed
  130. */
  131. public void actionPersonalSite_actionPerformed(ActionEvent e) throws Exception
  132. {
  133. super.actionPersonalSite_actionPerformed(e);
  134. }
  135. /**
  136. * output actionProcductVal_actionPerformed
  137. */
  138. public void actionProcductVal_actionPerformed(ActionEvent e) throws Exception
  139. {
  140. super.actionProcductVal_actionPerformed(e);
  141. }
  142. /**
  143. * output actionExportSave_actionPerformed
  144. */
  145. public void actionExportSave_actionPerformed(ActionEvent e) throws Exception
  146. {
  147. super.actionExportSave_actionPerformed(e);
  148. }
  149. /**
  150. * output actionExportSelectedSave_actionPerformed
  151. */
  152. public void actionExportSelectedSave_actionPerformed(ActionEvent e) throws Exception
  153. {
  154. super.actionExportSelectedSave_actionPerformed(e);
  155. }
  156. /**
  157. * output actionKnowStore_actionPerformed
  158. */
  159. public void actionKnowStore_actionPerformed(ActionEvent e) throws Exception
  160. {
  161. super.actionKnowStore_actionPerformed(e);
  162. }
  163. /**
  164. * output actionAnswer_actionPerformed
  165. */
  166. public void actionAnswer_actionPerformed(ActionEvent e) throws Exception
  167. {
  168. super.actionAnswer_actionPerformed(e);
  169. }
  170. /**
  171. * output actionRemoteAssist_actionPerformed
  172. */
  173. public void actionRemoteAssist_actionPerformed(ActionEvent e) throws Exception
  174. {
  175. super.actionRemoteAssist_actionPerformed(e);
  176. }
  177. /**
  178. * output actionPopupCopy_actionPerformed
  179. */
  180. public void actionPopupCopy_actionPerformed(ActionEvent e) throws Exception
  181. {
  182. super.actionPopupCopy_actionPerformed(e);
  183. }
  184. /**
  185. * output actionHTMLForMail_actionPerformed
  186. */
  187. public void actionHTMLForMail_actionPerformed(ActionEvent e) throws Exception
  188. {
  189. super.actionHTMLForMail_actionPerformed(e);
  190. }
  191. /**
  192. * output actionExcelForMail_actionPerformed
  193. */
  194. public void actionExcelForMail_actionPerformed(ActionEvent e) throws Exception
  195. {
  196. super.actionExcelForMail_actionPerformed(e);
  197. }
  198. /**
  199. * output actionHTMLForRpt_actionPerformed
  200. */
  201. public void actionHTMLForRpt_actionPerformed(ActionEvent e) throws Exception
  202. {
  203. super.actionHTMLForRpt_actionPerformed(e);
  204. }
  205. /**
  206. * output actionExcelForRpt_actionPerformed
  207. */
  208. public void actionExcelForRpt_actionPerformed(ActionEvent e) throws Exception
  209. {
  210. super.actionExcelForRpt_actionPerformed(e);
  211. }
  212. /**
  213. * output actionLinkForRpt_actionPerformed
  214. */
  215. public void actionLinkForRpt_actionPerformed(ActionEvent e) throws Exception
  216. {
  217. super.actionLinkForRpt_actionPerformed(e);
  218. }
  219. /**
  220. * output actionPopupPaste_actionPerformed
  221. */
  222. public void actionPopupPaste_actionPerformed(ActionEvent e) throws Exception
  223. {
  224. super.actionPopupPaste_actionPerformed(e);
  225. }
  226. /**
  227. * output actionToolBarCustom_actionPerformed
  228. */
  229. public void actionToolBarCustom_actionPerformed(ActionEvent e) throws Exception
  230. {
  231. super.actionToolBarCustom_actionPerformed(e);
  232. }
  233. /**
  234. * output actionCloudFeed_actionPerformed
  235. */
  236. public void actionCloudFeed_actionPerformed(ActionEvent e) throws Exception
  237. {
  238. super.actionCloudFeed_actionPerformed(e);
  239. }
  240. /**
  241. * output actionCloudShare_actionPerformed
  242. */
  243. public void actionCloudShare_actionPerformed(ActionEvent e) throws Exception
  244. {
  245. super.actionCloudShare_actionPerformed(e);
  246. }
  247. /**
  248. * output actionCloudScreen_actionPerformed
  249. */
  250. public void actionCloudScreen_actionPerformed(ActionEvent e) throws Exception
  251. {
  252. super.actionCloudScreen_actionPerformed(e);
  253. }
  254. /**
  255. * output actionXunTongFeed_actionPerformed
  256. */
  257. public void actionXunTongFeed_actionPerformed(ActionEvent e) throws Exception
  258. {
  259. super.actionXunTongFeed_actionPerformed(e);
  260. }
  261. /**
  262. * output actionAddNew_actionPerformed
  263. */
  264. public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
  265. {
  266. super.actionAddNew_actionPerformed(e);
  267. }
  268. /**
  269. * output actionView_actionPerformed
  270. */
  271. public void actionView_actionPerformed(ActionEvent e) throws Exception
  272. {
  273. super.actionView_actionPerformed(e);
  274. }
  275. /**
  276. * output actionEdit_actionPerformed
  277. */
  278. public void actionEdit_actionPerformed(ActionEvent e) throws Exception
  279. {
  280. super.actionEdit_actionPerformed(e);
  281. }
  282. /**
  283. * output actionRemove_actionPerformed
  284. */
  285. public void actionRemove_actionPerformed(ActionEvent e) throws Exception
  286. {
  287. super.actionRemove_actionPerformed(e);
  288. }
  289. /**
  290. * output actionRefresh_actionPerformed
  291. */
  292. public void actionRefresh_actionPerformed(ActionEvent e) throws Exception
  293. {
  294. super.actionRefresh_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 actionLocate_actionPerformed
  312. */
  313. public void actionLocate_actionPerformed(ActionEvent e) throws Exception
  314. {
  315. super.actionLocate_actionPerformed(e);
  316. }
  317. /**
  318. * output actionQuery_actionPerformed
  319. */
  320. public void actionQuery_actionPerformed(ActionEvent e) throws Exception
  321. {
  322. super.actionQuery_actionPerformed(e);
  323. }
  324. /**
  325. * output actionImportData_actionPerformed
  326. */
  327. public void actionImportData_actionPerformed(ActionEvent e) throws Exception
  328. {
  329. super.actionImportData_actionPerformed(e);
  330. }
  331. /**
  332. * output actionAttachment_actionPerformed
  333. */
  334. public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
  335. {
  336. super.actionAttachment_actionPerformed(e);
  337. }
  338. /**
  339. * output actionExportData_actionPerformed
  340. */
  341. public void actionExportData_actionPerformed(ActionEvent e) throws Exception
  342. {
  343. super.actionExportData_actionPerformed(e);
  344. }
  345. /**
  346. * output actionToExcel_actionPerformed
  347. */
  348. public void actionToExcel_actionPerformed(ActionEvent e) throws Exception
  349. {
  350. super.actionToExcel_actionPerformed(e);
  351. }
  352. /**
  353. * output actionStartWorkFlow_actionPerformed
  354. */
  355. public void actionStartWorkFlow_actionPerformed(ActionEvent e) throws Exception
  356. {
  357. super.actionStartWorkFlow_actionPerformed(e);
  358. }
  359. /**
  360. * output actionPublishReport_actionPerformed
  361. */
  362. public void actionPublishReport_actionPerformed(ActionEvent e) throws Exception
  363. {
  364. super.actionPublishReport_actionPerformed(e);
  365. }
  366. /**
  367. * output actionCancel_actionPerformed
  368. */
  369. public void actionCancel_actionPerformed(ActionEvent e) throws Exception
  370. {
  371. super.actionCancel_actionPerformed(e);
  372. }
  373. /**
  374. * output actionCancelCancel_actionPerformed
  375. */
  376. public void actionCancelCancel_actionPerformed(ActionEvent e) throws Exception
  377. {
  378. super.actionCancelCancel_actionPerformed(e);
  379. }
  380. /**
  381. * output actionQueryScheme_actionPerformed
  382. */
  383. public void actionQueryScheme_actionPerformed(ActionEvent e) throws Exception
  384. {
  385. super.actionQueryScheme_actionPerformed(e);
  386. }
  387. /**
  388. * output actionCreateTo_actionPerformed
  389. */
  390. public void actionCreateTo_actionPerformed(ActionEvent e) throws Exception
  391. {
  392. super.actionCreateTo_actionPerformed(e);
  393. }
  394. /**
  395. * output actionCopyTo_actionPerformed
  396. */
  397. public void actionCopyTo_actionPerformed(ActionEvent e) throws Exception
  398. {
  399. super.actionCopyTo_actionPerformed(e);
  400. }
  401. /**
  402. * output actionTraceUp_actionPerformed
  403. */
  404. public void actionTraceUp_actionPerformed(ActionEvent e) throws Exception
  405. {
  406. super.actionTraceUp_actionPerformed(e);
  407. }
  408. /**
  409. * output actionTraceDown_actionPerformed
  410. */
  411. public void actionTraceDown_actionPerformed(ActionEvent e) throws Exception
  412. {
  413. super.actionTraceDown_actionPerformed(e);
  414. }
  415. /**
  416. * output actionVoucher_actionPerformed
  417. */
  418. public void actionVoucher_actionPerformed(ActionEvent e) throws Exception
  419. {
  420. super.actionVoucher_actionPerformed(e);
  421. }
  422. /**
  423. * output actionDelVoucher_actionPerformed
  424. */
  425. public void actionDelVoucher_actionPerformed(ActionEvent e) throws Exception
  426. {
  427. super.actionDelVoucher_actionPerformed(e);
  428. }
  429. /**
  430. * output actionAuditResult_actionPerformed
  431. */
  432. public void actionAuditResult_actionPerformed(ActionEvent e) throws Exception
  433. {
  434. super.actionAuditResult_actionPerformed(e);
  435. }
  436. /**
  437. * output actionViewDoProccess_actionPerformed
  438. */
  439. public void actionViewDoProccess_actionPerformed(ActionEvent e) throws Exception
  440. {
  441. super.actionViewDoProccess_actionPerformed(e);
  442. }
  443. /**
  444. * output actionMultiapprove_actionPerformed
  445. */
  446. public void actionMultiapprove_actionPerformed(ActionEvent e) throws Exception
  447. {
  448. super.actionMultiapprove_actionPerformed(e);
  449. }
  450. /**
  451. * output actionNextPerson_actionPerformed
  452. */
  453. public void actionNextPerson_actionPerformed(ActionEvent e) throws Exception
  454. {
  455. super.actionNextPerson_actionPerformed(e);
  456. }
  457. /**
  458. * output actionWorkFlowG_actionPerformed
  459. */
  460. public void actionWorkFlowG_actionPerformed(ActionEvent e) throws Exception
  461. {
  462. super.actionWorkFlowG_actionPerformed(e);
  463. }
  464. /**
  465. * output actionSendSmsMessage_actionPerformed
  466. */
  467. public void actionSendSmsMessage_actionPerformed(ActionEvent e) throws Exception
  468. {
  469. super.actionSendSmsMessage_actionPerformed(e);
  470. }
  471. /**
  472. * output actionSignature_actionPerformed
  473. */
  474. public void actionSignature_actionPerformed(ActionEvent e) throws Exception
  475. {
  476. super.actionSignature_actionPerformed(e);
  477. }
  478. /**
  479. * output actionWorkflowList_actionPerformed
  480. */
  481. public void actionWorkflowList_actionPerformed(ActionEvent e) throws Exception
  482. {
  483. super.actionWorkflowList_actionPerformed(e);
  484. }
  485. /**
  486. * output actoinViewSignature_actionPerformed
  487. */
  488. public void actoinViewSignature_actionPerformed(ActionEvent e) throws Exception
  489. {
  490. super.actoinViewSignature_actionPerformed(e);
  491. }
  492. /**
  493. * output actionNumberSign_actionPerformed
  494. */
  495. public void actionNumberSign_actionPerformed(ActionEvent e) throws Exception
  496. {
  497. super.actionNumberSign_actionPerformed(e);
  498. }
  499. /**
  500. * output actionPCVoucher_actionPerformed
  501. */
  502. public void actionPCVoucher_actionPerformed(ActionEvent e) throws Exception
  503. {
  504. super.actionPCVoucher_actionPerformed(e);
  505. }
  506. /**
  507. * output actionDelPCVoucher_actionPerformed
  508. */
  509. public void actionDelPCVoucher_actionPerformed(ActionEvent e) throws Exception
  510. {
  511. super.actionDelPCVoucher_actionPerformed(e);
  512. }
  513. /**
  514. * output actionTDPrint_actionPerformed
  515. */
  516. public void actionTDPrint_actionPerformed(ActionEvent e) throws Exception
  517. {
  518. super.actionTDPrint_actionPerformed(e);
  519. }
  520. /**
  521. * output actionTDPrintPreview_actionPerformed
  522. */
  523. public void actionTDPrintPreview_actionPerformed(ActionEvent e) throws Exception
  524. {
  525. super.actionTDPrintPreview_actionPerformed(e);
  526. }
  527. /**
  528. * output getBizInterface method
  529. */
  530. protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
  531. {
  532. return com.kingdee.eas.custom.bill.salary.PayPacketFactory.getRemoteInstance();
  533. }
  534. /**
  535. * output createNewData method
  536. */
  537. protected com.kingdee.bos.dao.IObjectValue createNewData()
  538. {
  539. com.kingdee.eas.custom.bill.salary.PayPacketInfo objectValue = new com.kingdee.eas.custom.bill.salary.PayPacketInfo();
  540. return objectValue;
  541. }
  542. }