| Package | Description |
|---|---|
| com.xunlei.channel.db.dao | |
| com.xunlei.channel.db.dao.impl | |
| com.xunlei.channel.db.orm |
| Modifier and Type | Method and Description |
|---|---|
RiskControlTask |
RiskControlTaskDAO.getRiskControlTaskByName(String taskName) |
| Modifier and Type | Method and Description |
|---|---|
List<RiskControlTask> |
RiskControlTaskDAO.getRiskControlTaskList(String taskName,
String inUse,
String fromTime,
String toTime,
String orderBy,
String limit)
根据非空属性,查找符合条件的值
orderBy 能造成sql注入,目前该方法仅限用于渠道后台
|
| Modifier and Type | Method and Description |
|---|---|
void |
RiskControlTaskDAO.saveRiskControlTask(RiskControlTask riskControlTask) |
void |
RiskControlTaskDAO.updateRiskControlTask(RiskControlTask riskControlTask)
根据taskName更新所有属性值
|
| Modifier and Type | Method and Description |
|---|---|
RiskControlTask |
RiskControlTaskDAOImpl.getRiskControlTaskByName(String taskName) |
| Modifier and Type | Method and Description |
|---|---|
List<RiskControlTask> |
RiskControlTaskDAOImpl.getRiskControlTaskList(String taskName,
String inUse,
String fromTime,
String toTime,
String orderBy,
String limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
RiskControlTaskDAOImpl.saveRiskControlTask(RiskControlTask riskControlTask) |
void |
RiskControlTaskDAOImpl.updateRiskControlTask(RiskControlTask riskControlTask) |
| Modifier and Type | Method and Description |
|---|---|
RiskControlTask |
RiskControlTaskMapper.getRiskControlTaskByName(String taskName) |
| Modifier and Type | Method and Description |
|---|---|
List<RiskControlTask> |
RiskControlTaskMapper.getRiskControlTaskList(String taskName,
String inUse,
String fromTime,
String toTime,
String orderBy,
String limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
RiskControlTaskMapper.saveRiskControlTask(RiskControlTask riskControlTask) |
void |
RiskControlTaskMapper.updateRiskControlTask(RiskControlTask riskControlTask) |
Copyright © 2016. All rights reserved.