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