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