tot.dao.jdbc
类 InfoTypeDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.InfoTypeDaoImplJDBC
public class InfoTypeDaoImplJDBC
- extends AbstractDao
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoTypeDaoImplJDBC
public InfoTypeDaoImplJDBC()
- Creates a new instance of InfoTypeDaoImplJDBC
addInfoType
public boolean addInfoType(java.lang.String title)
- add floor level
modInfoType
public boolean modInfoType(int id,
java.lang.String title)
delInfoType
public boolean delInfoType(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
getInfoType
public DataField getInfoType(int id)
getTotalCount
public int getTotalCount()
getInfoTypeList
public java.util.Collection getInfoTypeList(int currentpage,
int pagesize)
getSelect
public java.lang.String getSelect(int currentid)
batDel
public void batDel(java.lang.String[] s)