tot.dao.jdbc
类 AreaDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.AreaDaoImplJDBC
public class AreaDaoImplJDBC
- extends AbstractDao
| 从类 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)