public interface AutoPayDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAutoPay(long seqId) |
List<AutoPay> |
getAutoPay(AutoPayCondition autoPay) |
List<AutoPay> |
getAutoPay(AutoPayCondition autoPay,
int start,
int limit) |
com.xunlei.common.util.Sheet<AutoPay> |
getAutoPay(AutoPayCondition autoPay,
com.xunlei.common.util.PagedFliper fliper) |
AutoPay |
getAutoPay(long seqId) |
void |
insertAutoPay(AutoPay autoPay) |
void |
updateAutoPay(AutoPay autoPay) |
AutoPay getAutoPay(long seqId)
void insertAutoPay(AutoPay autoPay)
void updateAutoPay(AutoPay autoPay)
void deleteAutoPay(long seqId)
List<AutoPay> getAutoPay(AutoPayCondition autoPay)
List<AutoPay> getAutoPay(AutoPayCondition autoPay, int start, int limit)
com.xunlei.common.util.Sheet<AutoPay> getAutoPay(AutoPayCondition autoPay, com.xunlei.common.util.PagedFliper fliper)
Copyright © 2016. All rights reserved.