tot.dao.jdbc
类 EbookLabelDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.EbookLabelDaoImplJDBC
public class EbookLabelDaoImplJDBC
- extends AbstractDao
|
方法摘要 |
boolean |
add(java.lang.String title)
|
void |
batDel(java.lang.String[] s)
|
boolean |
del(int id)
|
java.util.Collection |
getList(int orderby,
int currentpage,
int pagesize)
|
int |
getTotalCount()
|
boolean |
isExits(java.lang.String title)
|
void |
upHits(int id)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EbookLabelDaoImplJDBC
public EbookLabelDaoImplJDBC()
- Creates a new instance of EbookLabelDaoImplJDBC
isExits
public boolean isExits(java.lang.String title)
add
public boolean add(java.lang.String title)
del
public boolean del(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
upHits
public void upHits(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
getTotalCount
public int getTotalCount()
getList
public java.util.Collection getList(int orderby,
int currentpage,
int pagesize)
batDel
public void batDel(java.lang.String[] s)