| Package | Description |
|---|---|
| com.xunlei.payproxy.bo | |
| com.xunlei.payproxy.dao | |
| com.xunlei.payproxy.facade |
| Modifier and Type | Method and Description |
|---|---|
List<AutoPay> |
AutoPayBo.getAutoPay(AutoPayCondition autoPay) |
List<AutoPay> |
AutoPayBoImpl.getAutoPay(AutoPayCondition autoPay) |
List<AutoPay> |
AutoPayBo.getAutoPay(AutoPayCondition autoPay,
int start,
int limit) |
List<AutoPay> |
AutoPayBoImpl.getAutoPay(AutoPayCondition autoPay,
int start,
int limit) |
com.xunlei.common.util.Sheet<AutoPay> |
AutoPayBo.getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<AutoPay> |
AutoPayBoImpl.getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
| Modifier and Type | Method and Description |
|---|---|
List<AutoPay> |
AutoPayDao.getAutoPay(AutoPayCondition autoPay) |
List<AutoPay> |
AutoPayDaoImpl.getAutoPay(AutoPayCondition autoPay)
查询满足条件的自动支付关系
|
List<AutoPay> |
AutoPayDao.getAutoPay(AutoPayCondition autoPay,
int start,
int limit) |
List<AutoPay> |
AutoPayDaoImpl.getAutoPay(AutoPayCondition autoPay,
int start,
int limit)
查询maxSize行
|
com.xunlei.common.util.Sheet<AutoPay> |
AutoPayDao.getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<AutoPay> |
AutoPayDaoImpl.getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
| Modifier and Type | Method and Description |
|---|---|
List<AutoPay> |
FacadeImpl.getAutoPay(AutoPayCondition autoPay) |
List<AutoPay> |
FacadeImpl.getAutoPay(AutoPayCondition autoPay,
int start,
int limit) |
com.xunlei.common.util.Sheet<AutoPay> |
FacadeImpl.getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
Copyright © 2016. All rights reserved.