tot.dao.jdbc
类 AreaDaoImplJDBC

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

public class AreaDaoImplJDBC
extends AbstractDao


构造函数摘要
AreaDaoImplJDBC()
          Creates a new instance of AreaDaoImplJDBC
 
方法摘要
 boolean addArea(java.lang.String title, int cityid)
          add floor level
 void batDel(java.lang.String[] s)
           
 boolean delArea(int id)
           
 DataField getArea(int id)
           
 java.util.Collection getAreaList(int cityid, int currentpage, int pagesize)
           
 java.util.Collection getAreaListNoLimit()
           
 java.lang.String getSelect(int currentid)
           
 int getTotalCount(int cityid)
           
 boolean modArea(int id, java.lang.String title, int cityid)
           
 
从类 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
 

构造函数详细信息

AreaDaoImplJDBC

public AreaDaoImplJDBC()
Creates a new instance of AreaDaoImplJDBC

方法详细信息

addArea

public boolean addArea(java.lang.String title,
                       int cityid)
add floor level


modArea

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

delArea

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

getArea

public DataField getArea(int id)

getTotalCount

public int getTotalCount(int cityid)

getAreaListNoLimit

public java.util.Collection getAreaListNoLimit()

getAreaList

public java.util.Collection getAreaList(int cityid,
                                        int currentpage,
                                        int pagesize)

getSelect

public java.lang.String getSelect(int currentid)

batDel

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