123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- /**
- * output package name
- */
- package com.kingdee.eas.custom.bd.param.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.*;
- /**
- * output class name
- */
- public class ParamEditUI extends AbstractParamEditUI
- {
- private static final Logger logger = CoreUIObject.getLogger(ParamEditUI.class);
-
- /**
- * output class constructor
- */
- public ParamEditUI() throws Exception
- {
- super();
- }
- /**
- * output loadFields method
- */
- public void loadFields()
- {
- super.loadFields();
- }
- /**
- * output storeFields method
- */
- public void storeFields()
- {
- super.storeFields();
- }
- /**
- * 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 getBizInterface method
- */
- protected ICoreBase getBizInterface() throws Exception
- {
- return com.kingdee.eas.custom.bd.param.ParamFactory.getRemoteInstance();
- }
- /**
- * output createNewData method
- */
- protected IObjectValue createNewData()
- {
- com.kingdee.eas.custom.bd.param.ParamInfo objectValue = new com.kingdee.eas.custom.bd.param.ParamInfo();
- objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
-
- return objectValue;
- }
- }
|