123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684 |
- /**
- * output package name
- */
- package com.kingdee.eas.custom.bill.salary.client;
- import java.awt.event.*;
- import org.apache.log4j.Logger;
- import com.kingdee.bos.ui.face.CoreUIObject;
- import com.kingdee.bos.dao.IObjectValue;
- import com.kingdee.eas.framework.*;
- import com.kingdee.eas.hr.base.client.IHRBillListUIBiz;
- /**
- * output class name
- */
- public class SalaryBagListUI extends AbstractSalaryBagListUI
- {
- private static final Logger logger = CoreUIObject.getLogger(SalaryBagListUI.class);
-
- /**
- * output class constructor
- */
- public SalaryBagListUI() throws Exception
- {
- super();
- }
- /**
- * output storeFields method
- */
- public void storeFields()
- {
- super.storeFields();
- }
- /**
- * output tblMain_tableClicked method
- */
- protected void tblMain_tableClicked(com.kingdee.bos.ctrl.kdf.table.event.KDTMouseEvent e) throws Exception
- {
- super.tblMain_tableClicked(e);
- }
- /**
- * output tblMain_tableSelectChanged method
- */
- protected void tblMain_tableSelectChanged(com.kingdee.bos.ctrl.kdf.table.event.KDTSelectEvent e) throws Exception
- {
- super.tblMain_tableSelectChanged(e);
- }
- /**
- * output menuItemImportData_actionPerformed method
- */
- protected void menuItemImportData_actionPerformed(java.awt.event.ActionEvent e) throws Exception
- {
- super.menuItemImportData_actionPerformed(e);
- }
- /**
- * output menuItemPCVoucher_actionPerformed method
- */
- protected void menuItemPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
- {
- super.menuItemPCVoucher_actionPerformed(e);
- }
- /**
- * output actionPageSetup_actionPerformed
- */
- public void actionPageSetup_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPageSetup_actionPerformed(e);
- }
- /**
- * output actionExitCurrent_actionPerformed
- */
- public void actionExitCurrent_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExitCurrent_actionPerformed(e);
- }
- /**
- * output actionHelp_actionPerformed
- */
- public void actionHelp_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionHelp_actionPerformed(e);
- }
- /**
- * output actionAbout_actionPerformed
- */
- public void actionAbout_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAbout_actionPerformed(e);
- }
- /**
- * output actionOnLoad_actionPerformed
- */
- public void actionOnLoad_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionOnLoad_actionPerformed(e);
- }
- /**
- * output actionSendMessage_actionPerformed
- */
- public void actionSendMessage_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSendMessage_actionPerformed(e);
- }
- /**
- * output actionCalculator_actionPerformed
- */
- public void actionCalculator_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCalculator_actionPerformed(e);
- }
- /**
- * output actionExport_actionPerformed
- */
- public void actionExport_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExport_actionPerformed(e);
- }
- /**
- * output actionExportSelected_actionPerformed
- */
- public void actionExportSelected_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExportSelected_actionPerformed(e);
- }
- /**
- * output actionRegProduct_actionPerformed
- */
- public void actionRegProduct_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionRegProduct_actionPerformed(e);
- }
- /**
- * output actionPersonalSite_actionPerformed
- */
- public void actionPersonalSite_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPersonalSite_actionPerformed(e);
- }
- /**
- * output actionProcductVal_actionPerformed
- */
- public void actionProcductVal_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionProcductVal_actionPerformed(e);
- }
- /**
- * output actionExportSave_actionPerformed
- */
- public void actionExportSave_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExportSave_actionPerformed(e);
- }
- /**
- * output actionExportSelectedSave_actionPerformed
- */
- public void actionExportSelectedSave_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExportSelectedSave_actionPerformed(e);
- }
- /**
- * output actionKnowStore_actionPerformed
- */
- public void actionKnowStore_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionKnowStore_actionPerformed(e);
- }
- /**
- * output actionAnswer_actionPerformed
- */
- public void actionAnswer_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAnswer_actionPerformed(e);
- }
- /**
- * output actionRemoteAssist_actionPerformed
- */
- public void actionRemoteAssist_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionRemoteAssist_actionPerformed(e);
- }
- /**
- * output actionPopupCopy_actionPerformed
- */
- public void actionPopupCopy_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPopupCopy_actionPerformed(e);
- }
- /**
- * output actionHTMLForMail_actionPerformed
- */
- public void actionHTMLForMail_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionHTMLForMail_actionPerformed(e);
- }
- /**
- * output actionExcelForMail_actionPerformed
- */
- public void actionExcelForMail_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExcelForMail_actionPerformed(e);
- }
- /**
- * output actionHTMLForRpt_actionPerformed
- */
- public void actionHTMLForRpt_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionHTMLForRpt_actionPerformed(e);
- }
- /**
- * output actionExcelForRpt_actionPerformed
- */
- public void actionExcelForRpt_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExcelForRpt_actionPerformed(e);
- }
- /**
- * output actionLinkForRpt_actionPerformed
- */
- public void actionLinkForRpt_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionLinkForRpt_actionPerformed(e);
- }
- /**
- * output actionPopupPaste_actionPerformed
- */
- public void actionPopupPaste_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPopupPaste_actionPerformed(e);
- }
- /**
- * output actionToolBarCustom_actionPerformed
- */
- public void actionToolBarCustom_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionToolBarCustom_actionPerformed(e);
- }
- /**
- * output actionCloudFeed_actionPerformed
- */
- public void actionCloudFeed_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCloudFeed_actionPerformed(e);
- }
- /**
- * output actionCloudShare_actionPerformed
- */
- public void actionCloudShare_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCloudShare_actionPerformed(e);
- }
- /**
- * output actionCloudScreen_actionPerformed
- */
- public void actionCloudScreen_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCloudScreen_actionPerformed(e);
- }
- /**
- * output actionXunTongFeed_actionPerformed
- */
- public void actionXunTongFeed_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionXunTongFeed_actionPerformed(e);
- }
- /**
- * output actionAddNew_actionPerformed
- */
- public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAddNew_actionPerformed(e);
- }
- /**
- * output actionView_actionPerformed
- */
- public void actionView_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionView_actionPerformed(e);
- }
- /**
- * output actionEdit_actionPerformed
- */
- public void actionEdit_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionEdit_actionPerformed(e);
- }
- /**
- * output actionRemove_actionPerformed
- */
- public void actionRemove_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionRemove_actionPerformed(e);
- }
- /**
- * output actionRefresh_actionPerformed
- */
- public void actionRefresh_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionRefresh_actionPerformed(e);
- }
- /**
- * output actionPrint_actionPerformed
- */
- public void actionPrint_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPrint_actionPerformed(e);
- }
- /**
- * output actionPrintPreview_actionPerformed
- */
- public void actionPrintPreview_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPrintPreview_actionPerformed(e);
- }
- /**
- * output actionLocate_actionPerformed
- */
- public void actionLocate_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionLocate_actionPerformed(e);
- }
- /**
- * output actionQuery_actionPerformed
- */
- public void actionQuery_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionQuery_actionPerformed(e);
- }
- /**
- * output actionImportData_actionPerformed
- */
- public void actionImportData_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionImportData_actionPerformed(e);
- }
- /**
- * output actionAttachment_actionPerformed
- */
- public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAttachment_actionPerformed(e);
- }
- /**
- * output actionExportData_actionPerformed
- */
- public void actionExportData_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionExportData_actionPerformed(e);
- }
- /**
- * output actionToExcel_actionPerformed
- */
- public void actionToExcel_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionToExcel_actionPerformed(e);
- }
- /**
- * output actionStartWorkFlow_actionPerformed
- */
- public void actionStartWorkFlow_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionStartWorkFlow_actionPerformed(e);
- }
- /**
- * output actionPublishReport_actionPerformed
- */
- public void actionPublishReport_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPublishReport_actionPerformed(e);
- }
- /**
- * output actionCancel_actionPerformed
- */
- public void actionCancel_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCancel_actionPerformed(e);
- }
- /**
- * output actionCancelCancel_actionPerformed
- */
- public void actionCancelCancel_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCancelCancel_actionPerformed(e);
- }
- /**
- * output actionQueryScheme_actionPerformed
- */
- public void actionQueryScheme_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionQueryScheme_actionPerformed(e);
- }
- /**
- * output actionCreateTo_actionPerformed
- */
- public void actionCreateTo_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCreateTo_actionPerformed(e);
- }
- /**
- * output actionCopyTo_actionPerformed
- */
- public void actionCopyTo_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCopyTo_actionPerformed(e);
- }
- /**
- * output actionTraceUp_actionPerformed
- */
- public void actionTraceUp_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionTraceUp_actionPerformed(e);
- }
- /**
- * output actionTraceDown_actionPerformed
- */
- public void actionTraceDown_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionTraceDown_actionPerformed(e);
- }
- /**
- * output actionVoucher_actionPerformed
- */
- public void actionVoucher_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionVoucher_actionPerformed(e);
- }
- /**
- * output actionDelVoucher_actionPerformed
- */
- public void actionDelVoucher_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionDelVoucher_actionPerformed(e);
- }
- /**
- * output actionAuditResult_actionPerformed
- */
- public void actionAuditResult_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAuditResult_actionPerformed(e);
- }
- /**
- * output actionViewDoProccess_actionPerformed
- */
- public void actionViewDoProccess_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionViewDoProccess_actionPerformed(e);
- }
- /**
- * output actionMultiapprove_actionPerformed
- */
- public void actionMultiapprove_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionMultiapprove_actionPerformed(e);
- }
- /**
- * output actionNextPerson_actionPerformed
- */
- public void actionNextPerson_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionNextPerson_actionPerformed(e);
- }
- /**
- * output actionWorkFlowG_actionPerformed
- */
- public void actionWorkFlowG_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionWorkFlowG_actionPerformed(e);
- }
- /**
- * output actionSendSmsMessage_actionPerformed
- */
- public void actionSendSmsMessage_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSendSmsMessage_actionPerformed(e);
- }
- /**
- * output actionSignature_actionPerformed
- */
- public void actionSignature_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSignature_actionPerformed(e);
- }
- /**
- * output actionWorkflowList_actionPerformed
- */
- public void actionWorkflowList_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionWorkflowList_actionPerformed(e);
- }
- /**
- * output actoinViewSignature_actionPerformed
- */
- public void actoinViewSignature_actionPerformed(ActionEvent e) throws Exception
- {
- super.actoinViewSignature_actionPerformed(e);
- }
- /**
- * output actionNumberSign_actionPerformed
- */
- public void actionNumberSign_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionNumberSign_actionPerformed(e);
- }
- /**
- * output actionPCVoucher_actionPerformed
- */
- public void actionPCVoucher_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPCVoucher_actionPerformed(e);
- }
- /**
- * output actionDelPCVoucher_actionPerformed
- */
- public void actionDelPCVoucher_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionDelPCVoucher_actionPerformed(e);
- }
- /**
- * output actionAudit_actionPerformed
- */
- public void actionAudit_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAudit_actionPerformed(e);
- }
- /**
- * output actionUnaudit_actionPerformed
- */
- public void actionUnaudit_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionUnaudit_actionPerformed(e);
- }
- /**
- * output actionBatchPrint_actionPerformed
- */
- public void actionBatchPrint_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionBatchPrint_actionPerformed(e);
- }
- /**
- * output actionBatchPrintPreview_actionPerformed
- */
- public void actionBatchPrintPreview_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionBatchPrintPreview_actionPerformed(e);
- }
- /**
- * output actionPersonal_actionPerformed
- */
- public void actionPersonal_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPersonal_actionPerformed(e);
- }
- /**
- * output actionAbort_actionPerformed
- */
- public void actionAbort_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAbort_actionPerformed(e);
- }
- /**
- * output actionAbandon_actionPerformed
- */
- public void actionAbandon_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAbandon_actionPerformed(e);
- }
- /**
- * output actionTDPrint_actionPerformed
- */
- public void actionTDPrint_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionTDPrint_actionPerformed(e);
- }
- /**
- * output actionTDPrintPreview_actionPerformed
- */
- public void actionTDPrintPreview_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionTDPrintPreview_actionPerformed(e);
- }
- /**
- * output getBizInterface method
- */
- protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
- {
- return com.kingdee.eas.custom.bill.salary.SalaryBagFactory.getRemoteInstance();
- }
- /**
- * output createNewData method
- */
- protected com.kingdee.bos.dao.IObjectValue createNewData()
- {
- com.kingdee.eas.custom.bill.salary.SalaryBagInfo objectValue = new com.kingdee.eas.custom.bill.salary.SalaryBagInfo();
-
- return objectValue;
- }
- @Override
- protected IHRBillListUIBiz getBillBiz() {
- // TODO Auto-generated method stub
- return null;
- }
- }
|