tot.dao.jdbc
类 IndustryDaoImplJDBC

java.lang.Object
  继承者 tot.dao.AbstractDao
      继承者 tot.dao.jdbc.IndustryDaoImplJDBC

public class IndustryDaoImplJDBC
extends AbstractDao


构造函数摘要
IndustryDaoImplJDBC()
          Creates a new instance of IndustryDaoImplJDBC
 
方法摘要
 boolean addIndustry(java.lang.String title)
          add floor level
 void batDel(java.lang.String[] s)
           
 boolean delIndustry(int id)
           
 DataField getIndustry(int id)
           
 java.util.Collection getIndustryList(int currentpage, int pagesize)
           
 java.lang.String getSelect(int currentid)
           
 int getTotalCount()
           
 boolean modIndustry(int id, java.lang.String title)
           
 
从类 tot.dao.AbstractDao 继承的方法
bat, exe, exeTransaction, findByPrimaryKey, getData, getDataCount, getDataList_Limit_Normal, getDataList_mysqlLimit, getFirstData
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

IndustryDaoImplJDBC

public IndustryDaoImplJDBC()
Creates a new instance of IndustryDaoImplJDBC

方法详细信息

addIndustry

public boolean addIndustry(java.lang.String title)
add floor level


modIndustry

public boolean modIndustry(int id,
                           java.lang.String title)

delIndustry

public boolean delIndustry(int id)
                    throws ObjectNotFoundException,
                           DatabaseException
抛出:
ObjectNotFoundException
DatabaseException

getIndustry

public DataField getIndustry(int id)

getTotalCount

public int getTotalCount()

getIndustryList

public java.util.Collection getIndustryList(int currentpage,
                                            int pagesize)

getSelect

public java.lang.String getSelect(int currentid)

batDel

public void batDel(java.lang.String[] s)