public class AutopaycancelnewBoImpl extends BaseBo implements IAutopaycancelnewBo
| Constructor and Description |
|---|
AutopaycancelnewBoImpl() |
| 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 |
setAutopaycanclenewdao(IAutopaycancelnewDao autopaycanclenewdao) |
void |
updateAutopaycanclenew(Autopaycancel_new data) |
public void setAutopaycanclenewdao(IAutopaycancelnewDao autopaycanclenewdao)
public Autopaycancel_new findAutopaycanclenew(Autopaycancel_new data)
findAutopaycanclenew in interface IAutopaycancelnewBopublic Autopaycancel_new findAutopaycanclenewById(long id)
findAutopaycanclenewById in interface IAutopaycancelnewBopublic com.xunlei.common.util.Sheet<Autopaycancel_new> queryAutopaycanclenew(Autopaycancel_new data, com.xunlei.common.util.PagedFliper fliper)
queryAutopaycanclenew in interface IAutopaycancelnewBopublic void insertAutopaycanclenew(Autopaycancel_new data)
insertAutopaycanclenew in interface IAutopaycancelnewBopublic void updateAutopaycanclenew(Autopaycancel_new data)
updateAutopaycanclenew in interface IAutopaycancelnewBopublic void deleteAutopaycanclenew(Autopaycancel_new data)
deleteAutopaycanclenew in interface IAutopaycancelnewBopublic void deleteAutopaycanclenewByIds(long... ids)
deleteAutopaycanclenewByIds in interface IAutopaycancelnewBopublic int findAutopayCancelNewCount(List<String> payTypeList)
findAutopayCancelNewCount in interface IAutopaycancelnewBopublic List<Autopaycancel_new> findAutopayCancelNewList(List<String> payTypeList, int start, int length)
findAutopayCancelNewList in interface IAutopaycancelnewBopublic int findYesterdayAutopayCancelNewCount(List<String> payTypeList, String yesterday)
findYesterdayAutopayCancelNewCount in interface IAutopaycancelnewBopublic List<Autopaycancel_new> findYesterdayAutopayCancelNewList(List<String> payTypeList, int start, int length, String yesterday)
findYesterdayAutopayCancelNewList in interface IAutopaycancelnewBoCopyright © 2016. All rights reserved.