outdao.java

来自「一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs」· Java 代码 · 共 43 行

JAVA
43
字号
package com.gs.component.out.dao;

import java.util.*;

import com.gs.util.*;

public interface OutDAO {
/**
         * 得到已经完成的业务
         * @param String BID 业务号
         * @param String eName 公司名称
         * @param String zch 注册号
         * @return  ArrayList
         * @exception AppException
         */
public ArrayList getFinishedBusiness(String SN,String BID,String eName,String zch,String areaCode) throws AppException;

        /**
         * 把页面的数据保存到数据库中。
         */
public ArrayList addNewBusiness(String sql) throws AppException;

public ArrayList updateBusiness(String SN,String BID,String sql) throws AppException;

public ArrayList updateDateBusiness(String SN,String BID,String sql) throws AppException;

public String getEname(String sql) throws AppException;

public String getNbxh(String sql1) throws AppException;

public String getBm(String sql1) throws AppException;

public String getValuee(String sql1) throws AppException;

public ArrayList  getYouhui(String sql)throws AppException;

public ArrayList  getQianchu(String SN,String BID,String zch,String eName,String areaCode,String field003)throws AppException;

public String  getField003(String sql1)throws AppException;

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?