public interface IAutopaycancelnewDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAutopaycanclenew(Autopaycancel_new data) |
void |
deleteAutopaycanclenewByIds(long... ids) |
int |
findAutopayCancelNewCount(List<String> payTypeList) |
List<Autopaycancel_new> |
findAutopayCancelNewList(List<String> payTypeList,
int start,
int length) |
Autopaycancel_new |
findAutopaycanclenew(Autopaycancel_new data) |
Autopaycancel_new |
findAutopaycanclenewById(long id) |
int |
findYesterdayAutopayCancelNewCount(List<String> payTypeList,
String yesterday) |
List<Autopaycancel_new> |
findYesterdayAutopayCancelNewList(List<String> payTypeList,
int start,
int length,
String yesterday) |
void |
insertAutopaycanclenew(Autopaycancel_new data) |
com.xunlei.common.util.Sheet<Autopaycancel_new> |
queryAutopaycanclenew(Autopaycancel_new data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateAutopaycanclenew(Autopaycancel_new data) |
Autopaycancel_new findAutopaycanclenew(Autopaycancel_new data)
Autopaycancel_new findAutopaycanclenewById(long id)
com.xunlei.common.util.Sheet<Autopaycancel_new> queryAutopaycanclenew(Autopaycancel_new data, com.xunlei.common.util.PagedFliper fliper)
void insertAutopaycanclenew(Autopaycancel_new data)
void updateAutopaycanclenew(Autopaycancel_new data)
void deleteAutopaycanclenew(Autopaycancel_new data)
void deleteAutopaycanclenewByIds(long... ids)
List<Autopaycancel_new> findAutopayCancelNewList(List<String> payTypeList, int start, int length)
int findYesterdayAutopayCancelNewCount(List<String> payTypeList, String yesterday)
List<Autopaycancel_new> findYesterdayAutopayCancelNewList(List<String> payTypeList, int start, int length, String yesterday)
Copyright © 2016. All rights reserved.