tot.dao.jdbc
类 EbookLabelDaoImplJDBC

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

public class EbookLabelDaoImplJDBC
extends AbstractDao


构造函数摘要
EbookLabelDaoImplJDBC()
          Creates a new instance of EbookLabelDaoImplJDBC
 
方法摘要
 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)
           
 
从类 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
 

构造函数详细信息

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)