|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
java.lang.Objecttot.dao.AbstractDao
tot.dao.jdbc.SourceDaoImplJDBC
public class SourceDaoImplJDBC
| 构造函数摘要 | |
|---|---|
SourceDaoImplJDBC()
Creates a new instance of SourDaoImplJDBC |
|
| 方法摘要 | |
|---|---|
boolean |
addSource(java.lang.String title,
java.lang.String stype)
|
void |
batDel(java.lang.String[] s)
|
boolean |
delSource(int id)
|
java.lang.String |
getSelect(java.lang.String stype,
int currentid)
|
java.lang.String |
getSelectInt(java.lang.String stype,
int currentid)
|
DataField |
getSource(int id)
|
java.util.Collection |
getSourceList_Limit(java.lang.String stype,
int currentpage,
int pagesize)
|
java.util.Collection |
getSources(java.lang.String stype)
|
int |
getTotalCount(java.lang.String stype)
|
boolean |
modSource(int id,
java.lang.String title,
java.lang.String stype)
|
| 从类 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 |
| 构造函数详细信息 |
|---|
public SourceDaoImplJDBC()
| 方法详细信息 |
|---|
public boolean addSource(java.lang.String title,
java.lang.String stype)
public boolean modSource(int id,
java.lang.String title,
java.lang.String stype)
public boolean delSource(int id)
throws ObjectNotFoundException,
DatabaseException
ObjectNotFoundException
DatabaseExceptionpublic DataField getSource(int id)
public java.util.Collection getSources(java.lang.String stype)
public java.lang.String getSelect(java.lang.String stype,
int currentid)
public java.lang.String getSelectInt(java.lang.String stype,
int currentid)
public int getTotalCount(java.lang.String stype)
public java.util.Collection getSourceList_Limit(java.lang.String stype,
int currentpage,
int pagesize)
public void batDel(java.lang.String[] s)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||