liuling 1 year ago
parent
commit
237a0cbb74
34 changed files with 4 additions and 3398 deletions
  1. 0 123
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/AbstractLogInfoInfo.java
  2. 0 30
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/ILogInfo.java
  3. 0 128
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfo.java
  4. 0 48
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoCollection.java
  5. 0 30
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoFactory.java
  6. 0 15
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoInfo.java
  7. 0 229
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoControllerBean.java
  8. 0 17
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoEditUIHandler.java
  9. 0 27
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoListUIHandler.java
  10. 0 35
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoController.java
  11. 0 38
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoControllerBean.java
  12. 0 20
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoEditUIHandler.java
  13. 0 24
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoListUIHandler.java
  14. 0 1026
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI.java
  15. 0 26
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI.properties
  16. 0 26
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l1.properties
  17. 0 26
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l2.properties
  18. 0 26
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l3.properties
  19. 0 96
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI.java
  20. 0 23
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI.properties
  21. 0 17
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l1.properties
  22. 0 23
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l2.properties
  23. 0 23
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l3.properties
  24. 0 1
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource.properties
  25. 0 1
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l1.properties
  26. 0 1
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l2.properties
  27. 0 1
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l3.properties
  28. 0 695
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/LogInfoEditUI.java
  29. 0 621
      src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/LogInfoListUI.java
  30. 1 0
      src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource.properties
  31. 1 0
      src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l1.properties
  32. 1 0
      src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l2.properties
  33. 1 0
      src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l3.properties
  34. 0 2
      src/com/kingdee/eas/custom/shuiyou/task/Task.java

+ 0 - 123
src/com/kingdee/eas/custom/shuiyou/interfaceiog/AbstractLogInfoInfo.java

@@ -1,123 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import java.io.Serializable;
-import com.kingdee.bos.dao.AbstractObjectValue;
-import java.util.Locale;
-import com.kingdee.util.TypeConversionUtils;
-import com.kingdee.bos.util.BOSObjectType;
-
-
-public class AbstractLogInfoInfo extends com.kingdee.eas.framework.CoreBillBaseInfo implements Serializable 
-{
-    public AbstractLogInfoInfo()
-    {
-        this("id");
-    }
-    protected AbstractLogInfoInfo(String pkField)
-    {
-        super(pkField);
-    }
-    /**
-     * Object:日志信息's 是否生成凭证property 
-     */
-    public boolean isFivouchered()
-    {
-        return getBoolean("Fivouchered");
-    }
-    public void setFivouchered(boolean item)
-    {
-        setBoolean("Fivouchered", item);
-    }
-    /**
-     * Object:日志信息's 接口地址property 
-     */
-    public String getInterfaceAddress()
-    {
-        return getString("InterfaceAddress");
-    }
-    public void setInterfaceAddress(String item)
-    {
-        setString("InterfaceAddress", item);
-    }
-    /**
-     * Object:日志信息's 入口property 
-     */
-    public String getEntrance()
-    {
-        return getString("Entrance");
-    }
-    public void setEntrance(String item)
-    {
-        setString("Entrance", item);
-    }
-    /**
-     * Object:日志信息's 状态property 
-     */
-    public String getStatus()
-    {
-        return getString("status");
-    }
-    public void setStatus(String item)
-    {
-        setString("status", item);
-    }
-    /**
-     * Object:日志信息's 接口名property 
-     */
-    public String getInterfaceName()
-    {
-        return getString("InterfaceName");
-    }
-    public void setInterfaceName(String item)
-    {
-        setString("InterfaceName", item);
-    }
-    /**
-     * Object:日志信息's 入参property 
-     */
-    public String getInParameter()
-    {
-        return getString("InParameter");
-    }
-    public void setInParameter(String item)
-    {
-        setString("InParameter", item);
-    }
-    /**
-     * Object:日志信息's 回参property 
-     */
-    public String getOutParameter()
-    {
-        return getString("OutParameter");
-    }
-    public void setOutParameter(String item)
-    {
-        setString("OutParameter", item);
-    }
-    /**
-     * Object:日志信息's 外部业务IDproperty 
-     */
-    public String getXReqNonce()
-    {
-        return getString("xReqNonce");
-    }
-    public void setXReqNonce(String item)
-    {
-        setString("xReqNonce", item);
-    }
-    /**
-     * Object:日志信息's 错误信息property 
-     */
-    public String getErrorInfo()
-    {
-        return getString("errorInfo");
-    }
-    public void setErrorInfo(String item)
-    {
-        setString("errorInfo", item);
-    }
-    public BOSObjectType getBOSType()
-    {
-        return new BOSObjectType("C058496F");
-    }
-}

+ 0 - 30
src/com/kingdee/eas/custom/shuiyou/interfaceiog/ILogInfo.java

@@ -1,30 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import com.kingdee.bos.BOSException;
-//import com.kingdee.bos.metadata.*;
-import com.kingdee.bos.framework.*;
-import com.kingdee.bos.util.*;
-import com.kingdee.bos.Context;
-
-import com.kingdee.bos.Context;
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import java.lang.String;
-import com.kingdee.eas.framework.CoreBaseInfo;
-import com.kingdee.eas.framework.CoreBaseCollection;
-import com.kingdee.bos.framework.*;
-import com.kingdee.eas.common.EASBizException;
-import com.kingdee.eas.framework.ICoreBillBase;
-import com.kingdee.bos.metadata.entity.SelectorItemCollection;
-import com.kingdee.bos.util.*;
-
-public interface ILogInfo extends ICoreBillBase
-{
-    public LogInfoCollection getLogInfoCollection() throws BOSException;
-    public LogInfoCollection getLogInfoCollection(EntityViewInfo view) throws BOSException;
-    public LogInfoCollection getLogInfoCollection(String oql) throws BOSException;
-    public LogInfoInfo getLogInfoInfo(IObjectPK pk) throws BOSException, EASBizException;
-    public LogInfoInfo getLogInfoInfo(IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException;
-    public LogInfoInfo getLogInfoInfo(String oql) throws BOSException, EASBizException;
-}

+ 0 - 128
src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfo.java

@@ -1,128 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import com.kingdee.bos.framework.ejb.EJBRemoteException;
-import com.kingdee.bos.util.BOSObjectType;
-import java.rmi.RemoteException;
-import com.kingdee.bos.framework.AbstractBizCtrl;
-import com.kingdee.bos.orm.template.ORMObject;
-
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.eas.framework.CoreBillBase;
-import java.lang.String;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.app.*;
-import com.kingdee.bos.framework.*;
-import com.kingdee.eas.framework.ICoreBillBase;
-import com.kingdee.bos.Context;
-import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import com.kingdee.eas.framework.CoreBaseCollection;
-import com.kingdee.eas.framework.CoreBaseInfo;
-import com.kingdee.eas.common.EASBizException;
-import com.kingdee.bos.util.*;
-import com.kingdee.bos.metadata.entity.SelectorItemCollection;
-
-public class LogInfo extends CoreBillBase implements ILogInfo
-{
-    public LogInfo()
-    {
-        super();
-        registerInterface(ILogInfo.class, this);
-    }
-    public LogInfo(Context ctx)
-    {
-        super(ctx);
-        registerInterface(ILogInfo.class, this);
-    }
-    public BOSObjectType getType()
-    {
-        return new BOSObjectType("C058496F");
-    }
-    private LogInfoController getController() throws BOSException
-    {
-        return (LogInfoController)getBizController();
-    }
-    /**
-     *È¡¼¯ºÏ-System defined method
-     *@return
-     */
-    public LogInfoCollection getLogInfoCollection() throws BOSException
-    {
-        try {
-            return getController().getLogInfoCollection(getContext());
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-    /**
-     *È¡¼¯ºÏ-System defined method
-     *@param view È¡¼¯ºÏ
-     *@return
-     */
-    public LogInfoCollection getLogInfoCollection(EntityViewInfo view) throws BOSException
-    {
-        try {
-            return getController().getLogInfoCollection(getContext(), view);
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-    /**
-     *È¡¼¯ºÏ-System defined method
-     *@param oql È¡¼¯ºÏ
-     *@return
-     */
-    public LogInfoCollection getLogInfoCollection(String oql) throws BOSException
-    {
-        try {
-            return getController().getLogInfoCollection(getContext(), oql);
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-    /**
-     *ȡֵ-System defined method
-     *@param pk ȡֵ
-     *@return
-     */
-    public LogInfoInfo getLogInfoInfo(IObjectPK pk) throws BOSException, EASBizException
-    {
-        try {
-            return getController().getLogInfoInfo(getContext(), pk);
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-    /**
-     *ȡֵ-System defined method
-     *@param pk ȡֵ
-     *@param selector ȡֵ
-     *@return
-     */
-    public LogInfoInfo getLogInfoInfo(IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
-    {
-        try {
-            return getController().getLogInfoInfo(getContext(), pk, selector);
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-    /**
-     *ȡֵ-System defined method
-     *@param oql ȡֵ
-     *@return
-     */
-    public LogInfoInfo getLogInfoInfo(String oql) throws BOSException, EASBizException
-    {
-        try {
-            return getController().getLogInfoInfo(getContext(), oql);
-        }
-        catch(RemoteException err) {
-            throw new EJBRemoteException(err);
-        }
-    }
-}

+ 0 - 48
src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoCollection.java

@@ -1,48 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import com.kingdee.bos.dao.AbstractObjectCollection;
-import com.kingdee.bos.dao.IObjectPK;
-
-public class LogInfoCollection extends AbstractObjectCollection 
-{
-    public LogInfoCollection()
-    {
-        super(LogInfoInfo.class);
-    }
-    public boolean add(LogInfoInfo item)
-    {
-        return addObject(item);
-    }
-    public boolean addCollection(LogInfoCollection item)
-    {
-        return addObjectCollection(item);
-    }
-    public boolean remove(LogInfoInfo item)
-    {
-        return removeObject(item);
-    }
-    public LogInfoInfo get(int index)
-    {
-        return(LogInfoInfo)getObject(index);
-    }
-    public LogInfoInfo get(Object key)
-    {
-        return(LogInfoInfo)getObject(key);
-    }
-    public void set(int index, LogInfoInfo item)
-    {
-        setObject(index, item);
-    }
-    public boolean contains(LogInfoInfo item)
-    {
-        return containsObject(item);
-    }
-    public boolean contains(Object key)
-    {
-        return containsKey(key);
-    }
-    public int indexOf(LogInfoInfo item)
-    {
-        return super.indexOf(item);
-    }
-}

+ 0 - 30
src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoFactory.java

@@ -1,30 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.BOSObjectFactory;
-import com.kingdee.bos.util.BOSObjectType;
-import com.kingdee.bos.Context;
-
-public class LogInfoFactory
-{
-    private LogInfoFactory()
-    {
-    }
-    public static com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo getRemoteInstance() throws BOSException
-    {
-        return (com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo)BOSObjectFactory.createRemoteBOSObject(new BOSObjectType("C058496F") ,com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo.class);
-    }
-    
-    public static com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo getRemoteInstanceWithObjectContext(Context objectCtx) throws BOSException
-    {
-        return (com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo)BOSObjectFactory.createRemoteBOSObjectWithObjectContext(new BOSObjectType("C058496F") ,com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo.class, objectCtx);
-    }
-    public static com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo getLocalInstance(Context ctx) throws BOSException
-    {
-        return (com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo)BOSObjectFactory.createBOSObject(ctx, new BOSObjectType("C058496F"));
-    }
-    public static com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo getLocalInstance(String sessionID) throws BOSException
-    {
-        return (com.kingdee.eas.custom.shuiyou.interfaceiog.ILogInfo)BOSObjectFactory.createBOSObject(sessionID, new BOSObjectType("C058496F"));
-    }
-}

+ 0 - 15
src/com/kingdee/eas/custom/shuiyou/interfaceiog/LogInfoInfo.java

@@ -1,15 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog;
-
-import java.io.Serializable;
-
-public class LogInfoInfo extends AbstractLogInfoInfo implements Serializable 
-{
-    public LogInfoInfo()
-    {
-        super();
-    }
-    protected LogInfoInfo(String pkField)
-    {
-        super(pkField);
-    }
-}

+ 0 - 229
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoControllerBean.java

@@ -1,229 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import javax.ejb.*;
-import java.rmi.RemoteException;
-import com.kingdee.bos.*;
-import com.kingdee.bos.util.BOSObjectType;
-import com.kingdee.bos.metadata.IMetaDataPK;
-import com.kingdee.bos.metadata.rule.RuleExecutor;
-import com.kingdee.bos.metadata.MetaDataPK;
-//import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import com.kingdee.bos.framework.ejb.AbstractEntityControllerBean;
-import com.kingdee.bos.framework.ejb.AbstractBizControllerBean;
-//import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.bos.dao.IObjectValue;
-import com.kingdee.bos.dao.IObjectCollection;
-import com.kingdee.bos.service.ServiceContext;
-import com.kingdee.bos.service.IServiceContext;
-import com.kingdee.eas.framework.Result;
-import com.kingdee.eas.framework.LineResult;
-import com.kingdee.eas.framework.exception.EASMultiException;
-import com.kingdee.bos.dao.ormapping.ObjectUuidPK;
-
-import com.kingdee.eas.framework.app.CoreBillBaseControllerBean;
-import com.kingdee.eas.framework.ObjectBaseCollection;
-import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo;
-import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import java.lang.String;
-import com.kingdee.eas.framework.CoreBaseInfo;
-import com.kingdee.eas.framework.CoreBaseCollection;
-import com.kingdee.eas.framework.CoreBillBaseCollection;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoCollection;
-import com.kingdee.eas.common.EASBizException;
-import com.kingdee.bos.metadata.entity.SelectorItemCollection;
-
-
-
-public abstract class AbstractLogInfoControllerBean extends CoreBillBaseControllerBean implements LogInfoController
-{
-    protected AbstractLogInfoControllerBean()
-    {
-    }
-
-    protected BOSObjectType getBOSType()
-    {
-        return new BOSObjectType("C058496F");
-    }
-
-    public LogInfoCollection getLogInfoCollection(Context ctx) throws BOSException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("d2139f24-6164-4850-82ec-954f7b0f91af"), new Object[]{ctx});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoCollection retValue = (LogInfoCollection)_getCollection(ctx, svcCtx);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoCollection)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx) throws BOSException
-    {
-        return super._getCollection(ctx, svcCtx);
-    }
-
-    public LogInfoCollection getLogInfoCollection(Context ctx, EntityViewInfo view) throws BOSException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("9e5e308a-8797-473d-88da-44695af6266c"), new Object[]{ctx, view});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoCollection retValue = (LogInfoCollection)_getCollection(ctx, svcCtx, view);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoCollection)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx, EntityViewInfo view) throws BOSException
-    {
-        return super._getCollection(ctx, svcCtx, view);
-    }
-
-    public LogInfoCollection getLogInfoCollection(Context ctx, String oql) throws BOSException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("28859d63-9697-43c9-85ac-4b718099f915"), new Object[]{ctx, oql});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoCollection retValue = (LogInfoCollection)_getCollection(ctx, svcCtx, oql);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoCollection)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx, String oql) throws BOSException
-    {
-        return super._getCollection(ctx, svcCtx, oql);
-    }
-
-    public LogInfoInfo getLogInfoInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("c52e9917-bedc-4c48-9f88-0803be565ea1"), new Object[]{ctx, pk});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoInfo retValue = (LogInfoInfo)_getValue(ctx, pk);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoInfo)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } catch (EASBizException ex0) {
-            throw ex0;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectValue _getValue(Context ctx, IObjectPK pk) throws BOSException, EASBizException
-    {
-        return super._getValue(ctx, pk);
-    }
-
-    public LogInfoInfo getLogInfoInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("d51bc86b-69ab-4525-8c8e-75bdea8725bd"), new Object[]{ctx, pk, selector});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoInfo retValue = (LogInfoInfo)_getValue(ctx, pk, selector);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoInfo)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } catch (EASBizException ex0) {
-            throw ex0;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectValue _getValue(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
-    {
-        return super._getValue(ctx, pk, selector);
-    }
-
-    public LogInfoInfo getLogInfoInfo(Context ctx, String oql) throws BOSException, EASBizException
-    {
-        try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("3767db16-4023-47b0-94b1-77edf1930d2b"), new Object[]{ctx, oql});
-            invokeServiceBefore(svcCtx);
-            if(!svcCtx.invokeBreak()) {
-            LogInfoInfo retValue = (LogInfoInfo)_getValue(ctx, oql);
-            svcCtx.setMethodReturnValue(retValue);
-            }
-            invokeServiceAfter(svcCtx);
-        
-          return (LogInfoInfo)svcCtx.getMethodReturnValue();
-        } catch (BOSException ex) {
-            throw ex;
-        } catch (EASBizException ex0) {
-            throw ex0;
-        } finally {
-            super.cleanUpServiceState();
-        }
-    }
-    protected IObjectValue _getValue(Context ctx, String oql) throws BOSException, EASBizException
-    {
-        return super._getValue(ctx, oql);
-    }
-
-    public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx) throws BOSException
-    {
-    	return (CoreBillBaseCollection)(getLogInfoCollection(ctx).cast(CoreBillBaseCollection.class));
-    }
-    public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
-    {
-    	return (CoreBillBaseCollection)(getLogInfoCollection(ctx, view).cast(CoreBillBaseCollection.class));
-    }
-    public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx, String oql) throws BOSException
-    {
-    	return (CoreBillBaseCollection)(getLogInfoCollection(ctx, oql).cast(CoreBillBaseCollection.class));
-    }
-    public ObjectBaseCollection getObjectBaseCollection (Context ctx) throws BOSException
-    {
-    	return (ObjectBaseCollection)(getLogInfoCollection(ctx).cast(ObjectBaseCollection.class));
-    }
-    public ObjectBaseCollection getObjectBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
-    {
-    	return (ObjectBaseCollection)(getLogInfoCollection(ctx, view).cast(ObjectBaseCollection.class));
-    }
-    public ObjectBaseCollection getObjectBaseCollection (Context ctx, String oql) throws BOSException
-    {
-    	return (ObjectBaseCollection)(getLogInfoCollection(ctx, oql).cast(ObjectBaseCollection.class));
-    }
-    public CoreBaseCollection getCoreBaseCollection (Context ctx) throws BOSException
-    {
-    	return (CoreBaseCollection)(getLogInfoCollection(ctx).cast(CoreBaseCollection.class));
-    }
-    public CoreBaseCollection getCoreBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
-    {
-    	return (CoreBaseCollection)(getLogInfoCollection(ctx, view).cast(CoreBaseCollection.class));
-    }
-    public CoreBaseCollection getCoreBaseCollection (Context ctx, String oql) throws BOSException
-    {
-    	return (CoreBaseCollection)(getLogInfoCollection(ctx, oql).cast(CoreBaseCollection.class));
-    }
-}

+ 0 - 17
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoEditUIHandler.java

@@ -1,17 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import com.kingdee.bos.Context;
-import com.kingdee.eas.framework.batchHandler.RequestContext;
-import com.kingdee.eas.framework.batchHandler.ResponseContext;
-
-
-/**
- * output class name
- */
-public abstract class AbstractLogInfoEditUIHandler extends com.kingdee.eas.framework.app.CoreBillEditUIHandler
-
-{
-}

+ 0 - 27
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/AbstractLogInfoListUIHandler.java

@@ -1,27 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import com.kingdee.bos.Context;
-import com.kingdee.eas.framework.batchHandler.RequestContext;
-import com.kingdee.eas.framework.batchHandler.ResponseContext;
-
-
-/**
- * output class name
- */
-public abstract class AbstractLogInfoListUIHandler extends com.kingdee.eas.framework.app.CoreBillListUIHandler
-
-{
-	public void handleActionTDPrint(RequestContext request,ResponseContext response, Context context) throws Exception {
-		_handleActionTDPrint(request,response,context);
-	}
-	protected void _handleActionTDPrint(RequestContext request,ResponseContext response, Context context) throws Exception {
-	}
-	public void handleActionTDPrintPreview(RequestContext request,ResponseContext response, Context context) throws Exception {
-		_handleActionTDPrintPreview(request,response,context);
-	}
-	protected void _handleActionTDPrintPreview(RequestContext request,ResponseContext response, Context context) throws Exception {
-	}
-}

+ 0 - 35
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoController.java

@@ -1,35 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import com.kingdee.bos.BOSException;
-//import com.kingdee.bos.metadata.*;
-import com.kingdee.bos.framework.*;
-import com.kingdee.bos.util.*;
-import com.kingdee.bos.Context;
-
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo;
-import java.lang.String;
-import com.kingdee.bos.framework.*;
-import com.kingdee.bos.Context;
-import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import com.kingdee.eas.framework.app.CoreBillBaseController;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoCollection;
-import com.kingdee.eas.framework.CoreBaseCollection;
-import com.kingdee.eas.framework.CoreBaseInfo;
-import com.kingdee.eas.common.EASBizException;
-import com.kingdee.bos.util.*;
-import com.kingdee.bos.metadata.entity.SelectorItemCollection;
-
-import java.rmi.RemoteException;
-import com.kingdee.bos.framework.ejb.BizController;
-
-public interface LogInfoController extends CoreBillBaseController
-{
-    public LogInfoCollection getLogInfoCollection(Context ctx) throws BOSException, RemoteException;
-    public LogInfoCollection getLogInfoCollection(Context ctx, EntityViewInfo view) throws BOSException, RemoteException;
-    public LogInfoCollection getLogInfoCollection(Context ctx, String oql) throws BOSException, RemoteException;
-    public LogInfoInfo getLogInfoInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException, RemoteException;
-    public LogInfoInfo getLogInfoInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException, RemoteException;
-    public LogInfoInfo getLogInfoInfo(Context ctx, String oql) throws BOSException, EASBizException, RemoteException;
-}

+ 0 - 38
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoControllerBean.java

@@ -1,38 +0,0 @@
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import org.apache.log4j.Logger;
-import javax.ejb.*;
-import java.rmi.RemoteException;
-import com.kingdee.bos.*;
-import com.kingdee.bos.util.BOSObjectType;
-import com.kingdee.bos.metadata.IMetaDataPK;
-import com.kingdee.bos.metadata.rule.RuleExecutor;
-import com.kingdee.bos.metadata.MetaDataPK;
-//import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import com.kingdee.bos.framework.ejb.AbstractEntityControllerBean;
-import com.kingdee.bos.framework.ejb.AbstractBizControllerBean;
-//import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.bos.dao.IObjectValue;
-import com.kingdee.bos.dao.IObjectCollection;
-import com.kingdee.bos.service.ServiceContext;
-import com.kingdee.bos.service.IServiceContext;
-
-import com.kingdee.eas.framework.app.CoreBillBaseControllerBean;
-import com.kingdee.eas.framework.SystemEnum;
-import com.kingdee.bos.dao.IObjectPK;
-import com.kingdee.eas.framework.ObjectBaseCollection;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo;
-import java.lang.String;
-import com.kingdee.eas.framework.CoreBillBaseCollection;
-import com.kingdee.bos.metadata.entity.EntityViewInfo;
-import com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoCollection;
-import com.kingdee.eas.framework.CoreBaseCollection;
-import com.kingdee.eas.framework.CoreBaseInfo;
-import com.kingdee.eas.common.EASBizException;
-import com.kingdee.bos.metadata.entity.SelectorItemCollection;
-
-public class LogInfoControllerBean extends AbstractLogInfoControllerBean
-{
-    private static Logger logger =
-        Logger.getLogger("com.kingdee.eas.custom.shuiyou.interfaceiog.app.LogInfoControllerBean");
-}

+ 0 - 20
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoEditUIHandler.java

@@ -1,20 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.Context;
-import com.kingdee.eas.framework.batchHandler.RequestContext;
-import com.kingdee.eas.framework.batchHandler.ResponseContext;
-
-
-/**
- * output class name
- */
-public class LogInfoEditUIHandler extends AbstractLogInfoEditUIHandler
-{
-	protected void _handleInit(RequestContext request,ResponseContext response, Context context) throws Exception {
-		super._handleInit(request,response,context);
-	}
-}

+ 0 - 24
src/com/kingdee/eas/custom/shuiyou/interfaceiog/app/LogInfoListUIHandler.java

@@ -1,24 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.app;
-
-import com.kingdee.bos.BOSException;
-import com.kingdee.bos.Context;
-import com.kingdee.eas.framework.batchHandler.RequestContext;
-import com.kingdee.eas.framework.batchHandler.ResponseContext;
-
-
-/**
- * output class name
- */
-public class LogInfoListUIHandler extends AbstractLogInfoListUIHandler
-{
-	protected void _handleInit(RequestContext request,ResponseContext response, Context context) throws Exception {
-		super._handleInit(request,response,context);
-	}
-	protected void _handleActionTDPrint(RequestContext request,ResponseContext response, Context context) throws Exception {
-	}
-	protected void _handleActionTDPrintPreview(RequestContext request,ResponseContext response, Context context) throws Exception {
-	}
-}

+ 0 - 1026
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI.java

@@ -1,1026 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.client;
-
-import org.apache.log4j.*;
-
-import java.awt.*;
-import java.awt.event.*;
-import java.util.*;
-import javax.swing.border.*;
-import javax.swing.BorderFactory;
-import javax.swing.event.*;
-import javax.swing.KeyStroke;
-
-import com.kingdee.bos.ctrl.swing.*;
-import com.kingdee.bos.ctrl.kdf.table.*;
-import com.kingdee.bos.ctrl.kdf.data.event.*;
-import com.kingdee.bos.dao.*;
-import com.kingdee.bos.dao.query.*;
-import com.kingdee.bos.metadata.*;
-import com.kingdee.bos.metadata.entity.*;
-import com.kingdee.bos.ui.face.*;
-import com.kingdee.bos.ui.util.ResourceBundleHelper;
-import com.kingdee.bos.util.BOSUuid;
-import com.kingdee.bos.service.ServiceContext;
-import com.kingdee.jdbc.rowset.IRowSet;
-import com.kingdee.util.enums.EnumUtils;
-import com.kingdee.bos.ui.face.UIRuleUtil;
-import com.kingdee.bos.ctrl.swing.event.*;
-import com.kingdee.bos.ctrl.kdf.table.event.*;
-import com.kingdee.bos.ctrl.extendcontrols.*;
-import com.kingdee.bos.ctrl.kdf.util.render.*;
-import com.kingdee.bos.ui.face.IItemAction;
-import com.kingdee.eas.framework.batchHandler.RequestContext;
-import com.kingdee.bos.ui.util.IUIActionPostman;
-import com.kingdee.bos.appframework.client.servicebinding.ActionProxyFactory;
-import com.kingdee.bos.appframework.uistatemanage.ActionStateConst;
-import com.kingdee.bos.appframework.validator.ValidateHelper;
-import com.kingdee.bos.appframework.uip.UINavigator;
-
-
-/**
- * output class name
- */
-public abstract class AbstractLogInfoEditUI extends com.kingdee.eas.framework.client.CoreBillEditUI
-{
-    private static final Logger logger = CoreUIObject.getLogger(AbstractLogInfoEditUI.class);
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contCreator;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contCreateTime;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contLastUpdateUser;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contLastUpdateTime;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contNumber;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contBizDate;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contDescription;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contAuditor;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contInterfaceAddress;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contEntrance;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contstatus;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contInterfaceName;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contInParameter;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contOutParameter;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contxReqNonce;
-    protected com.kingdee.bos.ctrl.swing.KDLabelContainer conterrorInfo;
-    protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtCreator;
-    protected com.kingdee.bos.ctrl.swing.KDDatePicker kDDateCreateTime;
-    protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtLastUpdateUser;
-    protected com.kingdee.bos.ctrl.swing.KDDatePicker kDDateLastUpdateTime;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtNumber;
-    protected com.kingdee.bos.ctrl.swing.KDDatePicker pkBizDate;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtDescription;
-    protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtAuditor;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtInterfaceAddress;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtEntrance;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtstatus;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtInterfaceName;
-    protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneInParameter;
-    protected com.kingdee.bos.ctrl.swing.KDTextArea txtInParameter;
-    protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPaneOutParameter;
-    protected com.kingdee.bos.ctrl.swing.KDTextArea txtOutParameter;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txtxReqNonce;
-    protected com.kingdee.bos.ctrl.swing.KDTextField txterrorInfo;
-    protected com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo editData = null;
-    /**
-     * output class constructor
-     */
-    public AbstractLogInfoEditUI() throws Exception
-    {
-        super();
-        this.defaultObjectName = "editData";
-        jbInit();
-        
-        initUIP();
-    }
-
-    /**
-     * output jbInit method
-     */
-    private void jbInit() throws Exception
-    {
-        this.resHelper = new ResourceBundleHelper(AbstractLogInfoEditUI.class.getName());
-        this.setUITitle(resHelper.getString("this.title"));
-        //actionSubmit
-        String _tempStr = null;
-        actionSubmit.setEnabled(true);
-        actionSubmit.setDaemonRun(false);
-
-        actionSubmit.putValue(ItemAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("ctrl S"));
-        _tempStr = resHelper.getString("ActionSubmit.SHORT_DESCRIPTION");
-        actionSubmit.putValue(ItemAction.SHORT_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionSubmit.LONG_DESCRIPTION");
-        actionSubmit.putValue(ItemAction.LONG_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionSubmit.NAME");
-        actionSubmit.putValue(ItemAction.NAME, _tempStr);
-        this.actionSubmit.setBindWorkFlow(true);
-         this.actionSubmit.addService(new com.kingdee.eas.framework.client.service.PermissionService());
-         this.actionSubmit.addService(new com.kingdee.eas.framework.client.service.NetFunctionService());
-         this.actionSubmit.addService(new com.kingdee.eas.framework.client.service.UserMonitorService());
-        //actionPrint
-        actionPrint.setEnabled(true);
-        actionPrint.setDaemonRun(false);
-
-        actionPrint.putValue(ItemAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("ctrl P"));
-        _tempStr = resHelper.getString("ActionPrint.SHORT_DESCRIPTION");
-        actionPrint.putValue(ItemAction.SHORT_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionPrint.LONG_DESCRIPTION");
-        actionPrint.putValue(ItemAction.LONG_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionPrint.NAME");
-        actionPrint.putValue(ItemAction.NAME, _tempStr);
-         this.actionPrint.addService(new com.kingdee.eas.framework.client.service.PermissionService());
-         this.actionPrint.addService(new com.kingdee.eas.framework.client.service.NetFunctionService());
-         this.actionPrint.addService(new com.kingdee.eas.framework.client.service.UserMonitorService());
-        //actionPrintPreview
-        actionPrintPreview.setEnabled(true);
-        actionPrintPreview.setDaemonRun(false);
-
-        actionPrintPreview.putValue(ItemAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("shift ctrl P"));
-        _tempStr = resHelper.getString("ActionPrintPreview.SHORT_DESCRIPTION");
-        actionPrintPreview.putValue(ItemAction.SHORT_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionPrintPreview.LONG_DESCRIPTION");
-        actionPrintPreview.putValue(ItemAction.LONG_DESCRIPTION, _tempStr);
-        _tempStr = resHelper.getString("ActionPrintPreview.NAME");
-        actionPrintPreview.putValue(ItemAction.NAME, _tempStr);
-         this.actionPrintPreview.addService(new com.kingdee.eas.framework.client.service.PermissionService());
-         this.actionPrintPreview.addService(new com.kingdee.eas.framework.client.service.NetFunctionService());
-         this.actionPrintPreview.addService(new com.kingdee.eas.framework.client.service.UserMonitorService());
-        this.contCreator = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contCreateTime = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contLastUpdateUser = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contLastUpdateTime = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contNumber = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contBizDate = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contDescription = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contAuditor = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contInterfaceAddress = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contEntrance = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contstatus = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contInterfaceName = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contInParameter = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contOutParameter = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.contxReqNonce = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.conterrorInfo = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
-        this.prmtCreator = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
-        this.kDDateCreateTime = new com.kingdee.bos.ctrl.swing.KDDatePicker();
-        this.prmtLastUpdateUser = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
-        this.kDDateLastUpdateTime = new com.kingdee.bos.ctrl.swing.KDDatePicker();
-        this.txtNumber = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.pkBizDate = new com.kingdee.bos.ctrl.swing.KDDatePicker();
-        this.txtDescription = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.prmtAuditor = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
-        this.txtInterfaceAddress = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.txtEntrance = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.txtstatus = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.txtInterfaceName = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.scrollPaneInParameter = new com.kingdee.bos.ctrl.swing.KDScrollPane();
-        this.txtInParameter = new com.kingdee.bos.ctrl.swing.KDTextArea();
-        this.scrollPaneOutParameter = new com.kingdee.bos.ctrl.swing.KDScrollPane();
-        this.txtOutParameter = new com.kingdee.bos.ctrl.swing.KDTextArea();
-        this.txtxReqNonce = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.txterrorInfo = new com.kingdee.bos.ctrl.swing.KDTextField();
-        this.contCreator.setName("contCreator");
-        this.contCreateTime.setName("contCreateTime");
-        this.contLastUpdateUser.setName("contLastUpdateUser");
-        this.contLastUpdateTime.setName("contLastUpdateTime");
-        this.contNumber.setName("contNumber");
-        this.contBizDate.setName("contBizDate");
-        this.contDescription.setName("contDescription");
-        this.contAuditor.setName("contAuditor");
-        this.contInterfaceAddress.setName("contInterfaceAddress");
-        this.contEntrance.setName("contEntrance");
-        this.contstatus.setName("contstatus");
-        this.contInterfaceName.setName("contInterfaceName");
-        this.contInParameter.setName("contInParameter");
-        this.contOutParameter.setName("contOutParameter");
-        this.contxReqNonce.setName("contxReqNonce");
-        this.conterrorInfo.setName("conterrorInfo");
-        this.prmtCreator.setName("prmtCreator");
-        this.kDDateCreateTime.setName("kDDateCreateTime");
-        this.prmtLastUpdateUser.setName("prmtLastUpdateUser");
-        this.kDDateLastUpdateTime.setName("kDDateLastUpdateTime");
-        this.txtNumber.setName("txtNumber");
-        this.pkBizDate.setName("pkBizDate");
-        this.txtDescription.setName("txtDescription");
-        this.prmtAuditor.setName("prmtAuditor");
-        this.txtInterfaceAddress.setName("txtInterfaceAddress");
-        this.txtEntrance.setName("txtEntrance");
-        this.txtstatus.setName("txtstatus");
-        this.txtInterfaceName.setName("txtInterfaceName");
-        this.scrollPaneInParameter.setName("scrollPaneInParameter");
-        this.txtInParameter.setName("txtInParameter");
-        this.scrollPaneOutParameter.setName("scrollPaneOutParameter");
-        this.txtOutParameter.setName("txtOutParameter");
-        this.txtxReqNonce.setName("txtxReqNonce");
-        this.txterrorInfo.setName("txterrorInfo");
-        // CoreUI		
-        this.btnTraceUp.setVisible(false);		
-        this.btnTraceDown.setVisible(false);		
-        this.btnCreateTo.setVisible(true);		
-        this.btnAddLine.setVisible(false);		
-        this.btnCopyLine.setVisible(false);		
-        this.btnInsertLine.setVisible(false);		
-        this.btnRemoveLine.setVisible(false);		
-        this.btnAuditResult.setVisible(false);		
-        this.separator1.setVisible(false);		
-        this.menuItemCreateTo.setVisible(true);		
-        this.separator3.setVisible(false);		
-        this.menuItemTraceUp.setVisible(false);		
-        this.menuItemTraceDown.setVisible(false);		
-        this.menuTable1.setVisible(false);		
-        this.menuItemAddLine.setVisible(false);		
-        this.menuItemCopyLine.setVisible(false);		
-        this.menuItemInsertLine.setVisible(false);		
-        this.menuItemRemoveLine.setVisible(false);		
-        this.menuItemViewSubmitProccess.setVisible(false);		
-        this.menuItemViewDoProccess.setVisible(false);		
-        this.menuItemAuditResult.setVisible(false);
-        // contCreator		
-        this.contCreator.setBoundLabelText(resHelper.getString("contCreator.boundLabelText"));		
-        this.contCreator.setBoundLabelLength(100);		
-        this.contCreator.setBoundLabelUnderline(true);		
-        this.contCreator.setEnabled(false);
-        // contCreateTime		
-        this.contCreateTime.setBoundLabelText(resHelper.getString("contCreateTime.boundLabelText"));		
-        this.contCreateTime.setBoundLabelLength(100);		
-        this.contCreateTime.setBoundLabelUnderline(true);		
-        this.contCreateTime.setEnabled(false);
-        // contLastUpdateUser		
-        this.contLastUpdateUser.setBoundLabelText(resHelper.getString("contLastUpdateUser.boundLabelText"));		
-        this.contLastUpdateUser.setBoundLabelLength(100);		
-        this.contLastUpdateUser.setBoundLabelUnderline(true);		
-        this.contLastUpdateUser.setEnabled(false);		
-        this.contLastUpdateUser.setVisible(false);
-        // contLastUpdateTime		
-        this.contLastUpdateTime.setBoundLabelText(resHelper.getString("contLastUpdateTime.boundLabelText"));		
-        this.contLastUpdateTime.setBoundLabelLength(100);		
-        this.contLastUpdateTime.setBoundLabelUnderline(true);		
-        this.contLastUpdateTime.setEnabled(false);		
-        this.contLastUpdateTime.setVisible(false);
-        // contNumber		
-        this.contNumber.setBoundLabelText(resHelper.getString("contNumber.boundLabelText"));		
-        this.contNumber.setBoundLabelLength(100);		
-        this.contNumber.setBoundLabelUnderline(true);
-        // contBizDate		
-        this.contBizDate.setBoundLabelText(resHelper.getString("contBizDate.boundLabelText"));		
-        this.contBizDate.setBoundLabelLength(100);		
-        this.contBizDate.setBoundLabelUnderline(true);		
-        this.contBizDate.setBoundLabelAlignment(7);		
-        this.contBizDate.setVisible(true);
-        // contDescription		
-        this.contDescription.setBoundLabelText(resHelper.getString("contDescription.boundLabelText"));		
-        this.contDescription.setBoundLabelLength(100);		
-        this.contDescription.setBoundLabelUnderline(true);
-        // contAuditor		
-        this.contAuditor.setBoundLabelText(resHelper.getString("contAuditor.boundLabelText"));		
-        this.contAuditor.setBoundLabelLength(100);		
-        this.contAuditor.setBoundLabelUnderline(true);
-        // contInterfaceAddress		
-        this.contInterfaceAddress.setBoundLabelText(resHelper.getString("contInterfaceAddress.boundLabelText"));		
-        this.contInterfaceAddress.setBoundLabelLength(100);		
-        this.contInterfaceAddress.setBoundLabelUnderline(true);		
-        this.contInterfaceAddress.setVisible(true);
-        // contEntrance		
-        this.contEntrance.setBoundLabelText(resHelper.getString("contEntrance.boundLabelText"));		
-        this.contEntrance.setBoundLabelLength(100);		
-        this.contEntrance.setBoundLabelUnderline(true);		
-        this.contEntrance.setVisible(true);
-        // contstatus		
-        this.contstatus.setBoundLabelText(resHelper.getString("contstatus.boundLabelText"));		
-        this.contstatus.setBoundLabelLength(100);		
-        this.contstatus.setBoundLabelUnderline(true);		
-        this.contstatus.setVisible(true);
-        // contInterfaceName		
-        this.contInterfaceName.setBoundLabelText(resHelper.getString("contInterfaceName.boundLabelText"));		
-        this.contInterfaceName.setBoundLabelLength(100);		
-        this.contInterfaceName.setBoundLabelUnderline(true);		
-        this.contInterfaceName.setVisible(true);
-        // contInParameter		
-        this.contInParameter.setBoundLabelText(resHelper.getString("contInParameter.boundLabelText"));		
-        this.contInParameter.setBoundLabelLength(100);		
-        this.contInParameter.setBoundLabelUnderline(true);		
-        this.contInParameter.setVisible(true);
-        // contOutParameter		
-        this.contOutParameter.setBoundLabelText(resHelper.getString("contOutParameter.boundLabelText"));		
-        this.contOutParameter.setBoundLabelLength(100);		
-        this.contOutParameter.setBoundLabelUnderline(true);		
-        this.contOutParameter.setVisible(true);
-        // contxReqNonce		
-        this.contxReqNonce.setBoundLabelText(resHelper.getString("contxReqNonce.boundLabelText"));		
-        this.contxReqNonce.setBoundLabelLength(100);		
-        this.contxReqNonce.setBoundLabelUnderline(true);		
-        this.contxReqNonce.setVisible(true);
-        // conterrorInfo		
-        this.conterrorInfo.setBoundLabelText(resHelper.getString("conterrorInfo.boundLabelText"));		
-        this.conterrorInfo.setBoundLabelLength(100);		
-        this.conterrorInfo.setBoundLabelUnderline(true);		
-        this.conterrorInfo.setVisible(true);
-        // prmtCreator		
-        this.prmtCreator.setEnabled(false);
-        // kDDateCreateTime		
-        this.kDDateCreateTime.setTimeEnabled(true);		
-        this.kDDateCreateTime.setEnabled(false);
-        // prmtLastUpdateUser		
-        this.prmtLastUpdateUser.setEnabled(false);
-        // kDDateLastUpdateTime		
-        this.kDDateLastUpdateTime.setTimeEnabled(true);		
-        this.kDDateLastUpdateTime.setEnabled(false);
-        // txtNumber		
-        this.txtNumber.setMaxLength(80);
-        // pkBizDate		
-        this.pkBizDate.setVisible(true);		
-        this.pkBizDate.setEnabled(true);
-        // txtDescription		
-        this.txtDescription.setMaxLength(80);
-        // prmtAuditor		
-        this.prmtAuditor.setEnabled(false);
-        // txtInterfaceAddress		
-        this.txtInterfaceAddress.setVisible(true);		
-        this.txtInterfaceAddress.setHorizontalAlignment(2);		
-        this.txtInterfaceAddress.setMaxLength(100);		
-        this.txtInterfaceAddress.setRequired(false);
-        // txtEntrance		
-        this.txtEntrance.setVisible(true);		
-        this.txtEntrance.setHorizontalAlignment(2);		
-        this.txtEntrance.setMaxLength(100);		
-        this.txtEntrance.setRequired(false);
-        // txtstatus		
-        this.txtstatus.setVisible(true);		
-        this.txtstatus.setHorizontalAlignment(2);		
-        this.txtstatus.setMaxLength(100);		
-        this.txtstatus.setRequired(false);
-        // txtInterfaceName		
-        this.txtInterfaceName.setVisible(true);		
-        this.txtInterfaceName.setHorizontalAlignment(2);		
-        this.txtInterfaceName.setMaxLength(100);		
-        this.txtInterfaceName.setRequired(false);
-        // scrollPaneInParameter
-        // txtInParameter		
-        this.txtInParameter.setVisible(true);		
-        this.txtInParameter.setRequired(false);		
-        this.txtInParameter.setMaxLength(255);
-        // scrollPaneOutParameter
-        // txtOutParameter		
-        this.txtOutParameter.setVisible(true);		
-        this.txtOutParameter.setRequired(false);		
-        this.txtOutParameter.setMaxLength(255);
-        // txtxReqNonce		
-        this.txtxReqNonce.setVisible(true);		
-        this.txtxReqNonce.setHorizontalAlignment(2);		
-        this.txtxReqNonce.setMaxLength(100);		
-        this.txtxReqNonce.setRequired(false);
-        // txterrorInfo		
-        this.txterrorInfo.setVisible(true);		
-        this.txterrorInfo.setHorizontalAlignment(2);		
-        this.txterrorInfo.setMaxLength(100);		
-        this.txterrorInfo.setRequired(false);
-        this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {txtInterfaceAddress,txtEntrance,txtstatus,txtInterfaceName,txtInParameter,txtOutParameter,txtxReqNonce,txterrorInfo}));
-        this.setFocusCycleRoot(true);
-		//Register control's property binding
-		registerBindings();
-		registerUIState();
-
-
-    }
-
-	public com.kingdee.bos.ctrl.swing.KDToolBar[] getUIMultiToolBar(){
-		java.util.List list = new java.util.ArrayList();
-		com.kingdee.bos.ctrl.swing.KDToolBar[] bars = super.getUIMultiToolBar();
-		if (bars != null) {
-			list.addAll(java.util.Arrays.asList(bars));
-		}
-		return (com.kingdee.bos.ctrl.swing.KDToolBar[])list.toArray(new com.kingdee.bos.ctrl.swing.KDToolBar[list.size()]);
-	}
-
-
-
-
-    /**
-     * output initUIContentLayout method
-     */
-    public void initUIContentLayout()
-    {
-        this.setBounds(new Rectangle(0, 0, 1013, 629));
-        this.setLayout(null);
-        contCreator.setBounds(new Rectangle(440, 524, 270, 19));
-        this.add(contCreator, null);
-        contCreateTime.setBounds(new Rectangle(730, 524, 270, 19));
-        this.add(contCreateTime, null);
-        contLastUpdateUser.setBounds(new Rectangle(440, 555, 270, 19));
-        this.add(contLastUpdateUser, null);
-        contLastUpdateTime.setBounds(new Rectangle(730, 555, 270, 19));
-        this.add(contLastUpdateTime, null);
-        contNumber.setBounds(new Rectangle(728, 26, 270, 19));
-        this.add(contNumber, null);
-        contBizDate.setBounds(new Rectangle(350, 66, 270, 19));
-        this.add(contBizDate, null);
-        contDescription.setBounds(new Rectangle(728, 66, 270, 19));
-        this.add(contDescription, null);
-        contAuditor.setBounds(new Rectangle(15, 528, 270, 19));
-        this.add(contAuditor, null);
-        contInterfaceAddress.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contInterfaceAddress, null);
-        contEntrance.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contEntrance, null);
-        contstatus.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contstatus, null);
-        contInterfaceName.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contInterfaceName, null);
-        contInParameter.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contInParameter, null);
-        contOutParameter.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contOutParameter, null);
-        contxReqNonce.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(contxReqNonce, null);
-        conterrorInfo.setBounds(new Rectangle(0, 0, 270, 19));
-        this.add(conterrorInfo, null);
-        //contCreator
-        contCreator.setBoundEditor(prmtCreator);
-        //contCreateTime
-        contCreateTime.setBoundEditor(kDDateCreateTime);
-        //contLastUpdateUser
-        contLastUpdateUser.setBoundEditor(prmtLastUpdateUser);
-        //contLastUpdateTime
-        contLastUpdateTime.setBoundEditor(kDDateLastUpdateTime);
-        //contNumber
-        contNumber.setBoundEditor(txtNumber);
-        //contBizDate
-        contBizDate.setBoundEditor(pkBizDate);
-        //contDescription
-        contDescription.setBoundEditor(txtDescription);
-        //contAuditor
-        contAuditor.setBoundEditor(prmtAuditor);
-        //contInterfaceAddress
-        contInterfaceAddress.setBoundEditor(txtInterfaceAddress);
-        //contEntrance
-        contEntrance.setBoundEditor(txtEntrance);
-        //contstatus
-        contstatus.setBoundEditor(txtstatus);
-        //contInterfaceName
-        contInterfaceName.setBoundEditor(txtInterfaceName);
-        //contInParameter
-        contInParameter.setBoundEditor(scrollPaneInParameter);
-        //scrollPaneInParameter
-        scrollPaneInParameter.getViewport().add(txtInParameter, null);
-        //contOutParameter
-        contOutParameter.setBoundEditor(scrollPaneOutParameter);
-        //scrollPaneOutParameter
-        scrollPaneOutParameter.getViewport().add(txtOutParameter, null);
-        //contxReqNonce
-        contxReqNonce.setBoundEditor(txtxReqNonce);
-        //conterrorInfo
-        conterrorInfo.setBoundEditor(txterrorInfo);
-
-    }
-
-
-    /**
-     * output initUIMenuBarLayout method
-     */
-    public void initUIMenuBarLayout()
-    {
-        this.menuBar.add(menuFile);
-        this.menuBar.add(menuEdit);
-        this.menuBar.add(MenuService);
-        this.menuBar.add(menuView);
-        this.menuBar.add(menuBiz);
-        this.menuBar.add(menuTable1);
-        this.menuBar.add(menuTool);
-        this.menuBar.add(menuWorkflow);
-        this.menuBar.add(menuHelp);
-        //menuFile
-        menuFile.add(menuItemAddNew);
-        menuFile.add(kDSeparator1);
-        menuFile.add(menuItemCloudFeed);
-        menuFile.add(menuItemSave);
-        menuFile.add(menuItemCloudScreen);
-        menuFile.add(menuItemSubmit);
-        menuFile.add(menuItemCloudShare);
-        menuFile.add(menuSubmitOption);
-        menuFile.add(kdSeparatorFWFile1);
-        menuFile.add(rMenuItemSubmit);
-        menuFile.add(rMenuItemSubmitAndAddNew);
-        menuFile.add(rMenuItemSubmitAndPrint);
-        menuFile.add(separatorFile1);
-        menuFile.add(MenuItemAttachment);
-        menuFile.add(kDSeparator2);
-        menuFile.add(menuItemPageSetup);
-        menuFile.add(menuItemPrint);
-        menuFile.add(menuItemPrintPreview);
-        menuFile.add(kDSeparator6);
-        menuFile.add(menuItemSendMail);
-        menuFile.add(kDSeparator3);
-        menuFile.add(menuItemExitCurrent);
-        //menuSubmitOption
-        menuSubmitOption.add(chkMenuItemSubmitAndAddNew);
-        menuSubmitOption.add(chkMenuItemSubmitAndPrint);
-        //menuEdit
-        menuEdit.add(menuItemCopy);
-        menuEdit.add(menuItemEdit);
-        menuEdit.add(menuItemRemove);
-        menuEdit.add(kDSeparator4);
-        menuEdit.add(menuItemReset);
-        menuEdit.add(separator1);
-        menuEdit.add(menuItemCreateFrom);
-        menuEdit.add(menuItemCreateTo);
-        menuEdit.add(menuItemCopyFrom);
-        menuEdit.add(separatorEdit1);
-        menuEdit.add(menuItemEnterToNextRow);
-        menuEdit.add(separator2);
-        //MenuService
-        MenuService.add(MenuItemKnowStore);
-        MenuService.add(MenuItemAnwser);
-        MenuService.add(SepratorService);
-        MenuService.add(MenuItemRemoteAssist);
-        //menuView
-        menuView.add(menuItemFirst);
-        menuView.add(menuItemPre);
-        menuView.add(menuItemNext);
-        menuView.add(menuItemLast);
-        menuView.add(separator3);
-        menuView.add(menuItemTraceUp);
-        menuView.add(menuItemTraceDown);
-        menuView.add(kDSeparator7);
-        menuView.add(menuItemLocate);
-        //menuBiz
-        menuBiz.add(menuItemCancelCancel);
-        menuBiz.add(menuItemCancel);
-        menuBiz.add(MenuItemVoucher);
-        menuBiz.add(menuItemDelVoucher);
-        menuBiz.add(MenuItemPCVoucher);
-        menuBiz.add(menuItemDelPCVoucher);
-        //menuTable1
-        menuTable1.add(menuItemAddLine);
-        menuTable1.add(menuItemCopyLine);
-        menuTable1.add(menuItemInsertLine);
-        menuTable1.add(menuItemRemoveLine);
-        //menuTool
-        menuTool.add(menuItemSendMessage);
-        menuTool.add(menuItemMsgFormat);
-        menuTool.add(menuItemCalculator);
-        menuTool.add(menuItemToolBarCustom);
-        //menuWorkflow
-        menuWorkflow.add(menuItemStartWorkFlow);
-        menuWorkflow.add(separatorWF1);
-        menuWorkflow.add(menuItemViewSubmitProccess);
-        menuWorkflow.add(menuItemViewDoProccess);
-        menuWorkflow.add(MenuItemWFG);
-        menuWorkflow.add(menuItemWorkFlowList);
-        menuWorkflow.add(separatorWF2);
-        menuWorkflow.add(menuItemMultiapprove);
-        menuWorkflow.add(menuItemNextPerson);
-        menuWorkflow.add(menuItemAuditResult);
-        menuWorkflow.add(kDSeparator5);
-        menuWorkflow.add(kDMenuItemSendMessage);
-        //menuHelp
-        menuHelp.add(menuItemHelp);
-        menuHelp.add(kDSeparator12);
-        menuHelp.add(menuItemRegPro);
-        menuHelp.add(menuItemPersonalSite);
-        menuHelp.add(helpseparatorDiv);
-        menuHelp.add(menuitemProductval);
-        menuHelp.add(kDSeparatorProduct);
-        menuHelp.add(menuItemAbout);
-
-    }
-
-    /**
-     * output initUIToolBarLayout method
-     */
-    public void initUIToolBarLayout()
-    {
-        this.toolBar.add(btnAddNew);
-        this.toolBar.add(btnCloud);
-        this.toolBar.add(btnEdit);
-        this.toolBar.add(btnXunTong);
-        this.toolBar.add(btnSave);
-        this.toolBar.add(kDSeparatorCloud);
-        this.toolBar.add(btnReset);
-        this.toolBar.add(btnSubmit);
-        this.toolBar.add(btnCopy);
-        this.toolBar.add(btnRemove);
-        this.toolBar.add(btnCancelCancel);
-        this.toolBar.add(btnCancel);
-        this.toolBar.add(btnAttachment);
-        this.toolBar.add(separatorFW1);
-        this.toolBar.add(btnPageSetup);
-        this.toolBar.add(btnPrint);
-        this.toolBar.add(btnPrintPreview);
-        this.toolBar.add(separatorFW2);
-        this.toolBar.add(btnFirst);
-        this.toolBar.add(btnPre);
-        this.toolBar.add(btnNext);
-        this.toolBar.add(btnLast);
-        this.toolBar.add(separatorFW3);
-        this.toolBar.add(btnTraceUp);
-        this.toolBar.add(btnTraceDown);
-        this.toolBar.add(btnWorkFlowG);
-        this.toolBar.add(btnSignature);
-        this.toolBar.add(btnViewSignature);
-        this.toolBar.add(separatorFW4);
-        this.toolBar.add(btnNumberSign);
-        this.toolBar.add(separatorFW7);
-        this.toolBar.add(btnCreateFrom);
-        this.toolBar.add(btnCopyFrom);
-        this.toolBar.add(btnCreateTo);
-        this.toolBar.add(separatorFW5);
-        this.toolBar.add(separatorFW8);
-        this.toolBar.add(btnAddLine);
-        this.toolBar.add(btnCopyLine);
-        this.toolBar.add(btnInsertLine);
-        this.toolBar.add(btnRemoveLine);
-        this.toolBar.add(separatorFW6);
-        this.toolBar.add(separatorFW9);
-        this.toolBar.add(btnVoucher);
-        this.toolBar.add(btnDelVoucher);
-        this.toolBar.add(btnPCVoucher);
-        this.toolBar.add(btnDelPCVoucher);
-        this.toolBar.add(btnAuditResult);
-        this.toolBar.add(btnMultiapprove);
-        this.toolBar.add(btnWFViewdoProccess);
-        this.toolBar.add(btnWFViewSubmitProccess);
-        this.toolBar.add(btnNextPerson);
-
-
-    }
-
-	//Regiester control's property binding.
-	private void registerBindings(){
-		dataBinder.registerBinding("creator", com.kingdee.eas.base.permission.UserInfo.class, this.prmtCreator, "data");
-		dataBinder.registerBinding("createTime", java.sql.Timestamp.class, this.kDDateCreateTime, "value");
-		dataBinder.registerBinding("lastUpdateUser", com.kingdee.eas.base.permission.UserInfo.class, this.prmtLastUpdateUser, "data");
-		dataBinder.registerBinding("lastUpdateTime", java.sql.Timestamp.class, this.kDDateLastUpdateTime, "value");
-		dataBinder.registerBinding("number", String.class, this.txtNumber, "text");
-		dataBinder.registerBinding("bizDate", java.util.Date.class, this.pkBizDate, "value");
-		dataBinder.registerBinding("description", String.class, this.txtDescription, "text");
-		dataBinder.registerBinding("auditor", com.kingdee.eas.base.permission.UserInfo.class, this.prmtAuditor, "data");
-		dataBinder.registerBinding("InterfaceAddress", String.class, this.txtInterfaceAddress, "text");
-		dataBinder.registerBinding("Entrance", String.class, this.txtEntrance, "text");
-		dataBinder.registerBinding("status", String.class, this.txtstatus, "text");
-		dataBinder.registerBinding("InterfaceName", String.class, this.txtInterfaceName, "text");
-		dataBinder.registerBinding("InParameter", String.class, this.txtInParameter, "text");
-		dataBinder.registerBinding("OutParameter", String.class, this.txtOutParameter, "text");
-		dataBinder.registerBinding("xReqNonce", String.class, this.txtxReqNonce, "text");
-		dataBinder.registerBinding("errorInfo", String.class, this.txterrorInfo, "text");		
-	}
-	//Regiester UI State
-	private void registerUIState(){		
-	}
-	public String getUIHandlerClassName() {
-	    return "com.kingdee.eas.custom.shuiyou.interfaceiog.app.LogInfoEditUIHandler";
-	}
-	public IUIActionPostman prepareInit() {
-		IUIActionPostman clientHanlder = super.prepareInit();
-		if (clientHanlder != null) {
-			RequestContext request = new RequestContext();
-    		request.setClassName(getUIHandlerClassName());
-			clientHanlder.setRequestContext(request);
-		}
-		return clientHanlder;
-    }
-	
-	public boolean isPrepareInit() {
-    	return false;
-    }
-    protected void initUIP() {
-        super.initUIP();
-    }
-
-
-    /**
-     * output onShow method
-     */
-    public void onShow() throws Exception
-    {
-        super.onShow();
-        this.txtInterfaceAddress.requestFocusInWindow();
-    }
-
-	
-	
-
-    /**
-     * output setDataObject method
-     */
-    public void setDataObject(IObjectValue dataObject)
-    {
-        IObjectValue ov = dataObject;        	    	
-        super.setDataObject(ov);
-        this.editData = (com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo)ov;
-    }
-    protected void removeByPK(IObjectPK pk) throws Exception {
-    	IObjectValue editData = this.editData;
-    	super.removeByPK(pk);
-    	recycleNumberByOrg(editData,"NONE",editData.getString("number"));
-    }
-    
-    protected void recycleNumberByOrg(IObjectValue editData,String orgType,String number) {
-        if (!StringUtils.isEmpty(number))
-        {
-            try {
-            	String companyID = null;            
-            	com.kingdee.eas.base.codingrule.ICodingRuleManager iCodingRuleManager = com.kingdee.eas.base.codingrule.CodingRuleManagerFactory.getRemoteInstance();
-				if(!com.kingdee.util.StringUtils.isEmpty(orgType) && !"NONE".equalsIgnoreCase(orgType) && com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum(orgType))!=null) {
-					companyID =com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum(orgType)).getString("id");
-				}
-				else if (com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit() != null) {
-					companyID = ((com.kingdee.eas.basedata.org.OrgUnitInfo)com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit()).getString("id");
-            	}				
-				if (!StringUtils.isEmpty(companyID) && iCodingRuleManager.isExist(editData, companyID) && iCodingRuleManager.isUseIntermitNumber(editData, companyID)) {
-					iCodingRuleManager.recycleNumber(editData,companyID,number);					
-				}
-            }
-            catch (Exception e)
-            {
-                handUIException(e);
-            }
-        }
-    }
-    protected void setAutoNumberByOrg(String orgType) {
-    	if (editData == null) return;
-		if (editData.getNumber() == null) {
-            try {
-            	String companyID = null;
-				if(!com.kingdee.util.StringUtils.isEmpty(orgType) && !"NONE".equalsIgnoreCase(orgType) && com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum(orgType))!=null) {
-					companyID = com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum(orgType)).getString("id");
-				}
-				else if (com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit() != null) {
-					companyID = ((com.kingdee.eas.basedata.org.OrgUnitInfo)com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit()).getString("id");
-            	}
-				com.kingdee.eas.base.codingrule.ICodingRuleManager iCodingRuleManager = com.kingdee.eas.base.codingrule.CodingRuleManagerFactory.getRemoteInstance();
-		        if (iCodingRuleManager.isExist(editData, companyID)) {
-		            if (iCodingRuleManager.isAddView(editData, companyID)) {
-		            	editData.setNumber(iCodingRuleManager.getNumber(editData,companyID));
-		            }
-	                txtNumber.setEnabled(false);
-		        }
-            }
-            catch (Exception e) {
-                handUIException(e);
-                this.oldData = editData;
-                com.kingdee.eas.util.SysUtil.abort();
-            } 
-        } 
-        else {
-            if (editData.getNumber().trim().length() > 0) {
-                txtNumber.setText(editData.getNumber());
-            }
-        }
-    }
-
-    /**
-     * output loadFields method
-     */
-    public void loadFields()
-    {
-        		setAutoNumberByOrg("NONE");
-        dataBinder.loadFields();
-    }
-		protected void setOrgF7(KDBizPromptBox f7,com.kingdee.eas.basedata.org.OrgType orgType) throws Exception
-		{
-			com.kingdee.eas.basedata.org.client.f7.NewOrgUnitFilterInfoProducer oufip = new com.kingdee.eas.basedata.org.client.f7.NewOrgUnitFilterInfoProducer(orgType);
-			oufip.getModel().setIsCUFilter(true);
-			f7.setFilterInfoProducer(oufip);
-		}
-
-    /**
-     * output storeFields method
-     */
-    public void storeFields()
-    {
-		dataBinder.storeFields();
-    }
-
-	/**
-	 * ????????§µ??
-	 */
-	protected void registerValidator() {
-    	getValidateHelper().setCustomValidator( getValidator() );
-		getValidateHelper().registerBindProperty("creator", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("createTime", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("lastUpdateUser", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("lastUpdateTime", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("number", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("bizDate", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("description", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("auditor", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("InterfaceAddress", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("Entrance", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("status", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("InterfaceName", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("InParameter", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("OutParameter", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("xReqNonce", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("errorInfo", ValidateHelper.ON_SAVE);    		
-	}
-
-
-
-    /**
-     * output setOprtState method
-     */
-    public void setOprtState(String oprtType)
-    {
-        super.setOprtState(oprtType);
-        if (STATUS_ADDNEW.equals(this.oprtState)) {
-        } else if (STATUS_EDIT.equals(this.oprtState)) {
-        } else if (STATUS_VIEW.equals(this.oprtState)) {
-        } else if (STATUS_FINDVIEW.equals(this.oprtState)) {
-        }
-    }
-
-    /**
-     * output getSelectors method
-     */
-    public SelectorItemCollection getSelectors()
-    {
-        SelectorItemCollection sic = new SelectorItemCollection();
-		String selectorAll = System.getProperty("selector.all");
-		if(StringUtils.isEmpty(selectorAll)){
-			selectorAll = "true";
-		}
-		if(selectorAll.equalsIgnoreCase("true"))
-		{
-			sic.add(new SelectorItemInfo("creator.*"));
-		}
-		else{
-        	sic.add(new SelectorItemInfo("creator.id"));
-        	sic.add(new SelectorItemInfo("creator.number"));
-        	sic.add(new SelectorItemInfo("creator.name"));
-		}
-        sic.add(new SelectorItemInfo("createTime"));
-		if(selectorAll.equalsIgnoreCase("true"))
-		{
-			sic.add(new SelectorItemInfo("lastUpdateUser.*"));
-		}
-		else{
-        	sic.add(new SelectorItemInfo("lastUpdateUser.id"));
-        	sic.add(new SelectorItemInfo("lastUpdateUser.number"));
-        	sic.add(new SelectorItemInfo("lastUpdateUser.name"));
-		}
-        sic.add(new SelectorItemInfo("lastUpdateTime"));
-        sic.add(new SelectorItemInfo("number"));
-        sic.add(new SelectorItemInfo("bizDate"));
-        sic.add(new SelectorItemInfo("description"));
-		if(selectorAll.equalsIgnoreCase("true"))
-		{
-			sic.add(new SelectorItemInfo("auditor.*"));
-		}
-		else{
-        	sic.add(new SelectorItemInfo("auditor.id"));
-        	sic.add(new SelectorItemInfo("auditor.number"));
-        	sic.add(new SelectorItemInfo("auditor.name"));
-		}
-        sic.add(new SelectorItemInfo("InterfaceAddress"));
-        sic.add(new SelectorItemInfo("Entrance"));
-        sic.add(new SelectorItemInfo("status"));
-        sic.add(new SelectorItemInfo("InterfaceName"));
-        sic.add(new SelectorItemInfo("InParameter"));
-        sic.add(new SelectorItemInfo("OutParameter"));
-        sic.add(new SelectorItemInfo("xReqNonce"));
-        sic.add(new SelectorItemInfo("errorInfo"));
-        return sic;
-    }        
-    	
-
-    /**
-     * output actionSubmit_actionPerformed method
-     */
-    public void actionSubmit_actionPerformed(ActionEvent e) throws Exception
-    {
-        super.actionSubmit_actionPerformed(e);
-    }
-    	
-
-    /**
-     * output actionPrint_actionPerformed method
-     */
-    public void actionPrint_actionPerformed(ActionEvent e) throws Exception
-    {
-        ArrayList idList = new ArrayList();
-    	if (editData != null && !StringUtils.isEmpty(editData.getString("id"))) {
-    		idList.add(editData.getString("id"));
-    	}
-        if (idList == null || idList.size() == 0 || getTDQueryPK() == null || getTDFileName() == null)
-            return;
-        com.kingdee.bos.ctrl.kdf.data.impl.BOSQueryDelegate data = new com.kingdee.eas.framework.util.CommonDataProvider(idList,getTDQueryPK());
-        com.kingdee.bos.ctrl.report.forapp.kdnote.client.KDNoteHelper appHlp = new com.kingdee.bos.ctrl.report.forapp.kdnote.client.KDNoteHelper();
-        appHlp.print(getTDFileName(), data, javax.swing.SwingUtilities.getWindowAncestor(this));
-    }
-    	
-
-    /**
-     * output actionPrintPreview_actionPerformed method
-     */
-    public void actionPrintPreview_actionPerformed(ActionEvent e) throws Exception
-    {
-        ArrayList idList = new ArrayList();
-        if (editData != null && !StringUtils.isEmpty(editData.getString("id"))) {
-    		idList.add(editData.getString("id"));
-    	}
-        if (idList == null || idList.size() == 0 || getTDQueryPK() == null || getTDFileName() == null)
-            return;
-        com.kingdee.bos.ctrl.kdf.data.impl.BOSQueryDelegate data = new com.kingdee.eas.framework.util.CommonDataProvider(idList,getTDQueryPK());
-        com.kingdee.bos.ctrl.report.forapp.kdnote.client.KDNoteHelper appHlp = new com.kingdee.bos.ctrl.report.forapp.kdnote.client.KDNoteHelper();
-        appHlp.printPreview(getTDFileName(), data, javax.swing.SwingUtilities.getWindowAncestor(this));
-    }
-	public RequestContext prepareActionSubmit(IItemAction itemAction) throws Exception {
-			RequestContext request = super.prepareActionSubmit(itemAction);		
-		if (request != null) {
-    		request.setClassName(getUIHandlerClassName());
-		}
-		return request;
-    }
-	
-	public boolean isPrepareActionSubmit() {
-    	return false;
-    }
-	public RequestContext prepareActionPrint(IItemAction itemAction) throws Exception {
-			RequestContext request = super.prepareActionPrint(itemAction);		
-		if (request != null) {
-    		request.setClassName(getUIHandlerClassName());
-		}
-		return request;
-    }
-	
-	public boolean isPrepareActionPrint() {
-    	return false;
-    }
-	public RequestContext prepareActionPrintPreview(IItemAction itemAction) throws Exception {
-			RequestContext request = super.prepareActionPrintPreview(itemAction);		
-		if (request != null) {
-    		request.setClassName(getUIHandlerClassName());
-		}
-		return request;
-    }
-	
-	public boolean isPrepareActionPrintPreview() {
-    	return false;
-    }
-
-    /**
-     * output getMetaDataPK method
-     */
-    public IMetaDataPK getMetaDataPK()
-    {
-        return new MetaDataPK("com.kingdee.eas.custom.shuiyou.interfaceiog.client", "LogInfoEditUI");
-    }
-    /**
-     * output isBindWorkFlow method
-     */
-    public boolean isBindWorkFlow()
-    {
-        return true;
-    }
-
-    /**
-     * output getEditUIName method
-     */
-    protected String getEditUIName()
-    {
-        return com.kingdee.eas.custom.shuiyou.interfaceiog.client.LogInfoEditUI.class.getName();
-    }
-
-    /**
-     * output getBizInterface method
-     */
-    protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
-    {
-        return com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoFactory.getRemoteInstance();
-    }
-
-    /**
-     * output createNewData method
-     */
-    protected IObjectValue createNewData()
-    {
-        com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo objectValue = new com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo();
-        objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));		
-        return objectValue;
-    }
-
-
-    	protected String getTDFileName() {
-    	return "/bim/custom/shuiyou/interfaceiog/LogInfo";
-	}
-    protected IMetaDataPK getTDQueryPK() {
-    	return new MetaDataPK("com.kingdee.eas.custom.shuiyou.interfaceiog.app.LogInfoQuery");
-	}
-    
-
-    /**
-     * output getDetailTable method
-     */
-    protected KDTable getDetailTable() {        
-        return null;
-	}
-    /**
-     * output applyDefaultValue method
-     */
-    protected void applyDefaultValue(IObjectValue vo) {        
-    }        
-	protected void setFieldsNull(com.kingdee.bos.dao.AbstractObjectValue arg0) {
-		super.setFieldsNull(arg0);
-		arg0.put("number",null);
-	}
-
-}

+ 0 - 26
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI.properties

@@ -1,26 +0,0 @@
-this.title=\u65E5\u5FD7\u4FE1\u606F
-contCreator.boundLabelText=\u521B\u5EFA\u8005
-contCreateTime.boundLabelText=\u521B\u5EFA\u65F6\u95F4
-contLastUpdateUser.boundLabelText=\u6700\u540E\u4FEE\u6539\u8005
-contLastUpdateTime.boundLabelText=\u6700\u540E\u4FEE\u6539\u65F6\u95F4
-contNumber.boundLabelText=\u5355\u636E\u7F16\u53F7
-contBizDate.boundLabelText=\u4E1A\u52A1\u65E5\u671F
-contDescription.boundLabelText=\u53C2\u8003\u4FE1\u606F
-contAuditor.boundLabelText=\u5BA1\u6838\u4EBA
-contInterfaceAddress.boundLabelText=\u63A5\u53E3\u5730\u5740
-contEntrance.boundLabelText=\u5165\u53E3
-contstatus.boundLabelText=\u72B6\u6001
-contInterfaceName.boundLabelText=\u63A5\u53E3\u540D
-contInParameter.boundLabelText=\u5165\u53C2
-contOutParameter.boundLabelText=\u56DE\u53C2
-contxReqNonce.boundLabelText=\u5916\u90E8\u4E1A\u52A1ID
-conterrorInfo.boundLabelText=\u9519\u8BEF\u4FE1\u606F
-ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.NAME=\u63D0\u4EA4
-ActionPrint.SHORT_DESCRIPTION=\u6253\u5370
-ActionPrint.LONG_DESCRIPTION=\u6253\u5370
-ActionPrint.NAME=\u6253\u5370
-ActionPrintPreview.SHORT_DESCRIPTION=\u6253\u5370\u9884\u89C8
-ActionPrintPreview.LONG_DESCRIPTION=\u6253\u5370\u9884\u89C8
-ActionPrintPreview.NAME=\u6253\u5370\u9884\u89C8

+ 0 - 26
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l1.properties

@@ -1,26 +0,0 @@
-this.title=
-contCreator.boundLabelText=
-contCreateTime.boundLabelText=
-contLastUpdateUser.boundLabelText=
-contLastUpdateTime.boundLabelText=
-contNumber.boundLabelText=
-contBizDate.boundLabelText=
-contDescription.boundLabelText=
-contAuditor.boundLabelText=
-contInterfaceAddress.boundLabelText=
-contEntrance.boundLabelText=
-contstatus.boundLabelText=
-contInterfaceName.boundLabelText=
-contInParameter.boundLabelText=
-contOutParameter.boundLabelText=
-contxReqNonce.boundLabelText=
-conterrorInfo.boundLabelText=
-ActionSubmit.SHORT_DESCRIPTION=
-ActionSubmit.LONG_DESCRIPTION=
-ActionSubmit.NAME=
-ActionPrint.SHORT_DESCRIPTION=
-ActionPrint.LONG_DESCRIPTION=
-ActionPrint.NAME=
-ActionPrintPreview.SHORT_DESCRIPTION=
-ActionPrintPreview.LONG_DESCRIPTION=
-ActionPrintPreview.NAME=

+ 0 - 26
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l2.properties

@@ -1,26 +0,0 @@
-this.title=\u65E5\u5FD7\u4FE1\u606F
-contCreator.boundLabelText=\u521B\u5EFA\u8005
-contCreateTime.boundLabelText=\u521B\u5EFA\u65F6\u95F4
-contLastUpdateUser.boundLabelText=\u6700\u540E\u4FEE\u6539\u8005
-contLastUpdateTime.boundLabelText=\u6700\u540E\u4FEE\u6539\u65F6\u95F4
-contNumber.boundLabelText=\u5355\u636E\u7F16\u53F7
-contBizDate.boundLabelText=\u4E1A\u52A1\u65E5\u671F
-contDescription.boundLabelText=\u53C2\u8003\u4FE1\u606F
-contAuditor.boundLabelText=\u5BA1\u6838\u4EBA
-contInterfaceAddress.boundLabelText=\u63A5\u53E3\u5730\u5740
-contEntrance.boundLabelText=\u5165\u53E3
-contstatus.boundLabelText=\u72B6\u6001
-contInterfaceName.boundLabelText=\u63A5\u53E3\u540D
-contInParameter.boundLabelText=\u5165\u53C2
-contOutParameter.boundLabelText=\u56DE\u53C2
-contxReqNonce.boundLabelText=\u5916\u90E8\u4E1A\u52A1ID
-conterrorInfo.boundLabelText=\u9519\u8BEF\u4FE1\u606F
-ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.NAME=\u63D0\u4EA4
-ActionPrint.SHORT_DESCRIPTION=\u6253\u5370
-ActionPrint.LONG_DESCRIPTION=\u6253\u5370
-ActionPrint.NAME=\u6253\u5370
-ActionPrintPreview.SHORT_DESCRIPTION=\u6253\u5370\u9884\u89C8
-ActionPrintPreview.LONG_DESCRIPTION=\u6253\u5370\u9884\u89C8
-ActionPrintPreview.NAME=\u6253\u5370\u9884\u89C8

+ 0 - 26
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoEditUI_l3.properties

@@ -1,26 +0,0 @@
-this.title=\u65E5\u8A8C\u4FE1\u606F
-contCreator.boundLabelText=\u5275\u5EFA\u8005
-contCreateTime.boundLabelText=\u5275\u5EFA\u6642\u9593
-contLastUpdateUser.boundLabelText=\u6700\u5F8C\u4FEE\u6539\u8005
-contLastUpdateTime.boundLabelText=\u6700\u5F8C\u4FEE\u6539\u6642\u9593
-contNumber.boundLabelText=\u55AE\u64DA\u7DE8\u865F
-contBizDate.boundLabelText=\u696D\u52D9\u65E5\u671F
-contDescription.boundLabelText=\u53C3\u8003\u4FE1\u606F
-contAuditor.boundLabelText=\u5BE9\u6838\u4EBA
-contInterfaceAddress.boundLabelText=\u4ECB\u9762\u5730\u5740
-contEntrance.boundLabelText=\u5165\u53E3
-contstatus.boundLabelText=\u72C0\u614B
-contInterfaceName.boundLabelText=\u4ECB\u9762\u540D
-contInParameter.boundLabelText=\u5165\u53C3
-contOutParameter.boundLabelText=\u56DE\u53C3
-contxReqNonce.boundLabelText=\u5916\u90E8\u696D\u52D9ID
-conterrorInfo.boundLabelText=\u932F\u8AA4\u4FE1\u606F
-ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
-ActionSubmit.NAME=\u63D0\u4EA4
-ActionPrint.SHORT_DESCRIPTION=\u5217\u5370
-ActionPrint.LONG_DESCRIPTION=\u5217\u5370
-ActionPrint.NAME=\u5217\u5370
-ActionPrintPreview.SHORT_DESCRIPTION=\u5217\u5370\u9810\u89BD
-ActionPrintPreview.LONG_DESCRIPTION=\u5217\u5370\u9810\u89BD
-ActionPrintPreview.NAME=\u5217\u5370\u9810\u89BD

File diff suppressed because it is too large
+ 0 - 96
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI.java


File diff suppressed because it is too large
+ 0 - 23
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI.properties


File diff suppressed because it is too large
+ 0 - 17
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l1.properties


File diff suppressed because it is too large
+ 0 - 23
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l2.properties


File diff suppressed because it is too large
+ 0 - 23
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/AbstractLogInfoListUI_l3.properties


+ 0 - 1
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource.properties

@@ -1 +0,0 @@
-LogInfoQueryF7WindowTitle=\u65E5\u5FD7\u4FE1\u606F

+ 0 - 1
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l1.properties

@@ -1 +0,0 @@
-LogInfoQueryF7WindowTitle=

+ 0 - 1
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l2.properties

@@ -1 +0,0 @@
-LogInfoQueryF7WindowTitle=\u65E5\u5FD7\u4FE1\u606F

+ 0 - 1
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/InterfaceiogResource_l3.properties

@@ -1 +0,0 @@
-LogInfoQueryF7WindowTitle=\u65E5\u8A8C\u4FE1\u606F

+ 0 - 695
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/LogInfoEditUI.java

@@ -1,695 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.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 LogInfoEditUI extends AbstractLogInfoEditUI
-{
-    private static final Logger logger = CoreUIObject.getLogger(LogInfoEditUI.class);
-    
-    /**
-     * output class constructor
-     */
-    public LogInfoEditUI() 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.shuiyou.interfaceiog.LogInfoFactory.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.shuiyou.interfaceiog.LogInfoInfo objectValue = new com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo();
-        objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
-		
-        return objectValue;
-    }
-
-}

+ 0 - 621
src/com/kingdee/eas/custom/shuiyou/interfaceiog/client/LogInfoListUI.java

@@ -1,621 +0,0 @@
-/**
- * output package name
- */
-package com.kingdee.eas.custom.shuiyou.interfaceiog.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 LogInfoListUI extends AbstractLogInfoListUI
-{
-    private static final Logger logger = CoreUIObject.getLogger(LogInfoListUI.class);
-    
-    /**
-     * output class constructor
-     */
-    public LogInfoListUI() 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 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.shuiyou.interfaceiog.LogInfoFactory.getRemoteInstance();
-    }
-
-    /**
-     * output createNewData method
-     */
-    protected com.kingdee.bos.dao.IObjectValue createNewData()
-    {
-        com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo objectValue = new com.kingdee.eas.custom.shuiyou.interfaceiog.LogInfoInfo();
-		
-        return objectValue;
-    }
-
-}

+ 1 - 0
src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource.properties

@@ -0,0 +1 @@
+LogLnfoQueryF7WindowTitle=\u65E5\u5FD7\u4FE1\u606F

+ 1 - 0
src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l1.properties

@@ -0,0 +1 @@
+LogLnfoQueryF7WindowTitle=

+ 1 - 0
src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l2.properties

@@ -0,0 +1 @@
+LogLnfoQueryF7WindowTitle=\u65E5\u5FD7\u4FE1\u606F

+ 1 - 0
src/com/kingdee/eas/custom/shuiyou/interfacelog/client/InterfacelogResource_l3.properties

@@ -0,0 +1 @@
+LogLnfoQueryF7WindowTitle=\u65E5\u8A8C\u4FE1\u606F

+ 0 - 2
src/com/kingdee/eas/custom/shuiyou/task/Task.java

@@ -28,7 +28,6 @@ public class Task extends CoreBillBase implements ITask
         super();
         registerInterface(ITask.class, this);
     }
-
     public Task(Context ctx)
     {
         super(ctx);
@@ -126,5 +125,4 @@ public class Task extends CoreBillBase implements ITask
             throw new EJBRemoteException(err);
         }
     }
-
 }

Some files were not shown because too many files changed in this diff