|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.xunlei.channel.db.dao.impl.ContactReqDAOImpl
@Service public class ContactReqDAOImpl
| 构造方法摘要 | |
|---|---|
ContactReqDAOImpl()
|
|
| 方法摘要 | |
|---|---|
ContactReq |
getContactReq(String xunleiId)
通过迅雷Id来查找签约表信息 |
ContactReq |
getContactReqbySignNo(String xunleiId,
String signNo)
通过迅雷Id和签约号来查找签约表信息 |
void |
saveContactReq(ContactReq contactReq)
保存到签约表 |
void |
updateContactReq(ContactReq contactReq)
更新签约表 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ContactReqDAOImpl()
| 方法详细信息 |
|---|
@Transactional(readOnly=false)
public void saveContactReq(ContactReq contactReq)
throws org.springframework.dao.DataAccessException
ContactReqDAO 复制的描述
ContactReqDAO 中的 saveContactReqorg.springframework.dao.DataAccessException
public ContactReq getContactReq(String xunleiId)
throws org.springframework.dao.DataAccessException
ContactReqDAO 复制的描述
ContactReqDAO 中的 getContactReqorg.springframework.dao.DataAccessException
@Transactional(readOnly=false)
public void updateContactReq(ContactReq contactReq)
throws org.springframework.dao.DataAccessException
ContactReqDAO 复制的描述
ContactReqDAO 中的 updateContactReqorg.springframework.dao.DataAccessException
public ContactReq getContactReqbySignNo(String xunleiId,
String signNo)
throws org.springframework.dao.DataAccessException
ContactReqDAO 复制的描述
ContactReqDAO 中的 getContactReqbySignNoorg.springframework.dao.DataAccessException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||