tot.dao.jdbc
类 GatherHisDaoImplJDBC

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

public class GatherHisDaoImplJDBC
extends AbstractDao


构造函数摘要
GatherHisDaoImplJDBC()
          Creates a new instance of GatherHisDaoImplJDBC
 
方法摘要
 boolean addGatherHis(java.lang.String title, java.lang.String url, java.sql.Timestamp moditime)
          add GatherHis
 void batDel(java.lang.String[] s)
           
 boolean delGatherHis(int id)
           
 java.util.Collection getGatherHis()
           
 DataField getGatherHis(int id)
           
 java.util.Collection getGatherHisList_Limit(int currentpage, int pagesize)
           
 int getTotalCount()
           
 boolean isGathered(java.lang.String url)
           
 boolean modGatherHis(int id, java.lang.String title, java.lang.String url, java.sql.Timestamp moditime)
           
 
从类 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
 

构造函数详细信息

GatherHisDaoImplJDBC

public GatherHisDaoImplJDBC()
Creates a new instance of GatherHisDaoImplJDBC

方法详细信息

addGatherHis

public boolean addGatherHis(java.lang.String title,
                            java.lang.String url,
                            java.sql.Timestamp moditime)
add GatherHis


modGatherHis

public boolean modGatherHis(int id,
                            java.lang.String title,
                            java.lang.String url,
                            java.sql.Timestamp moditime)

isGathered

public boolean isGathered(java.lang.String url)

delGatherHis

public boolean delGatherHis(int id)
                     throws ObjectNotFoundException,
                            DatabaseException
抛出:
ObjectNotFoundException
DatabaseException

getGatherHis

public java.util.Collection getGatherHis()

getGatherHisList_Limit

public java.util.Collection getGatherHisList_Limit(int currentpage,
                                                   int pagesize)

getGatherHis

public DataField getGatherHis(int id)

getTotalCount

public int getTotalCount()

batDel

public void batDel(java.lang.String[] s)