c069f747fc4525ce6b5d0262e0afaed9d3b14f1a.svn-base 17 KB

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