tot.dao.jdbc
类 KeywordsDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.KeywordsDaoImplJDBC
public class KeywordsDaoImplJDBC
- extends AbstractDao
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeywordsDaoImplJDBC
public KeywordsDaoImplJDBC()
- Creates a new instance of KeywordsDaoImplJDBC
getLastId
public int getLastId()
addKeywords
public boolean addKeywords(java.lang.String title,
java.lang.String url)
- add Keywords
modKeywords
public boolean modKeywords(int id,
java.lang.String title,
java.lang.String url)
delKeywords
public boolean delKeywords(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
getKeywords
public java.util.Collection getKeywords()
- get all keywords
getKeywordsList_Limit
public java.util.Collection getKeywordsList_Limit(int currentpage,
int pagesize)
getKeywords
public DataField getKeywords(int id)
getTotalCount
public int getTotalCount(int categoryid)
batDel
public void batDel(java.lang.String[] s)