123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698 |
- /**
- * 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.bos.ctrl.kdf.table.KDTable;
- /**
- * output class name
- */
- public class PayPacketEditUI extends AbstractPayPacketEditUI
- {
- private static final Logger logger = CoreUIObject.getLogger(PayPacketEditUI.class);
-
- /**
- * output class constructor
- */
- public PayPacketEditUI() throws Exception
- {
- super();
- }
- /**
- * output loadFields method
- */
- public void loadFields()
- {
- super.loadFields();
- }
- /**
- * output storeFields method
- */
- public void storeFields()
- {
- super.storeFields();
- }
- /**
- * output btnAddLine_actionPerformed method
- */
- protected void btnAddLine_actionPerformed(java.awt.event.ActionEvent e) throws Exception
- {
- super.btnAddLine_actionPerformed(e);
- }
- /**
- * output menuItemEnterToNextRow_itemStateChanged method
- */
- protected void menuItemEnterToNextRow_itemStateChanged(java.awt.event.ItemEvent e) throws Exception
- {
- super.menuItemEnterToNextRow_itemStateChanged(e);
- }
- /**
- * output MenuItemPCVoucher_actionPerformed method
- */
- protected void MenuItemPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
- {
- super.MenuItemPCVoucher_actionPerformed(e);
- }
- /**
- * output menuItemDelPCVoucher_actionPerformed method
- */
- protected void menuItemDelPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
- {
- super.menuItemDelPCVoucher_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 actionSave_actionPerformed
- */
- public void actionSave_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSave_actionPerformed(e);
- }
- /**
- * output actionSubmit_actionPerformed
- */
- public void actionSubmit_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSubmit_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 actionFirst_actionPerformed
- */
- public void actionFirst_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionFirst_actionPerformed(e);
- }
- /**
- * output actionPre_actionPerformed
- */
- public void actionPre_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionPre_actionPerformed(e);
- }
- /**
- * output actionNext_actionPerformed
- */
- public void actionNext_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionNext_actionPerformed(e);
- }
- /**
- * output actionLast_actionPerformed
- */
- public void actionLast_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionLast_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 actionCopy_actionPerformed
- */
- public void actionCopy_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCopy_actionPerformed(e);
- }
- /**
- * output actionAddNew_actionPerformed
- */
- public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAddNew_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 actionAttachment_actionPerformed
- */
- public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAttachment_actionPerformed(e);
- }
- /**
- * output actionSubmitOption_actionPerformed
- */
- public void actionSubmitOption_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSubmitOption_actionPerformed(e);
- }
- /**
- * output actionReset_actionPerformed
- */
- public void actionReset_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionReset_actionPerformed(e);
- }
- /**
- * output actionMsgFormat_actionPerformed
- */
- public void actionMsgFormat_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionMsgFormat_actionPerformed(e);
- }
- /**
- * output actionAddLine_actionPerformed
- */
- public void actionAddLine_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAddLine_actionPerformed(e);
- }
- /**
- * output actionCopyLine_actionPerformed
- */
- public void actionCopyLine_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCopyLine_actionPerformed(e);
- }
- /**
- * output actionInsertLine_actionPerformed
- */
- public void actionInsertLine_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionInsertLine_actionPerformed(e);
- }
- /**
- * output actionRemoveLine_actionPerformed
- */
- public void actionRemoveLine_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionRemoveLine_actionPerformed(e);
- }
- /**
- * output actionCreateFrom_actionPerformed
- */
- public void actionCreateFrom_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCreateFrom_actionPerformed(e);
- }
- /**
- * output actionCopyFrom_actionPerformed
- */
- public void actionCopyFrom_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCopyFrom_actionPerformed(e);
- }
- /**
- * output actionAuditResult_actionPerformed
- */
- public void actionAuditResult_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionAuditResult_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 actionViewSubmitProccess_actionPerformed
- */
- public void actionViewSubmitProccess_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionViewSubmitProccess_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 actionStartWorkFlow_actionPerformed
- */
- public void actionStartWorkFlow_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionStartWorkFlow_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 actionWorkFlowG_actionPerformed
- */
- public void actionWorkFlowG_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionWorkFlowG_actionPerformed(e);
- }
- /**
- * output actionCreateTo_actionPerformed
- */
- public void actionCreateTo_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionCreateTo_actionPerformed(e);
- }
- /**
- * output actionSendingMessage_actionPerformed
- */
- public void actionSendingMessage_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSendingMessage_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 actionViewSignature_actionPerformed
- */
- public void actionViewSignature_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionViewSignature_actionPerformed(e);
- }
- /**
- * output actionSendMail_actionPerformed
- */
- public void actionSendMail_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionSendMail_actionPerformed(e);
- }
- /**
- * output actionLocate_actionPerformed
- */
- public void actionLocate_actionPerformed(ActionEvent e) throws Exception
- {
- super.actionLocate_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 getBizInterface method
- */
- protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
- {
- return com.kingdee.eas.custom.bill.salary.PayPacketFactory.getRemoteInstance();
- }
- /**
- * output createNewDetailData method
- */
- protected IObjectValue createNewDetailData(KDTable table)
- {
-
- return null;
- }
- /**
- * output createNewData method
- */
- protected com.kingdee.bos.dao.IObjectValue createNewData()
- {
- com.kingdee.eas.custom.bill.salary.PayPacketInfo objectValue = new com.kingdee.eas.custom.bill.salary.PayPacketInfo();
- if (com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")) != null)
- objectValue.put("adminOrgUnit",com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")));
-
- objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
-
- return objectValue;
- }
- }
|