public class ExtWechatHongbaoBoImpl extends Object implements IExtWechatHongbaoBo
| Constructor and Description |
|---|
ExtWechatHongbaoBoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtWechatHongbaoById(long id) |
ExtWechatHongbao |
findExtWechatHongbao(ExtWechatHongbao data) |
ExtWechatHongbao |
findExtWechatHongbaoById(long id) |
int |
findExtWechatHongbaoCount() |
List<ExtWechatHongbao> |
findExtWechatHongbaoList(int start,
int length) |
int |
findExtWechatHongbaoYesterdayCount(String yesterday) |
List<ExtWechatHongbao> |
findExtWechatHongbaoYesterdayList(int start,
int length,
String yesterday) |
IExtWechatHongbaoDao |
getExtWechatHongbaoDao() |
void |
insertExtWechatHongbao(ExtWechatHongbao data) |
com.xunlei.common.util.Sheet<ExtWechatHongbao> |
queryExtWechatHongbao(ExtWechatHongbao data,
com.xunlei.common.util.PagedFliper fliper) |
void |
setExtWechatHongbaoDao(IExtWechatHongbaoDao extWechatHongbaoDao) |
void |
updateExtWechatHongbao(ExtWechatHongbao data) |
public IExtWechatHongbaoDao getExtWechatHongbaoDao()
public void setExtWechatHongbaoDao(IExtWechatHongbaoDao extWechatHongbaoDao)
public ExtWechatHongbao findExtWechatHongbao(ExtWechatHongbao data)
findExtWechatHongbao in interface IExtWechatHongbaoBopublic ExtWechatHongbao findExtWechatHongbaoById(long id)
findExtWechatHongbaoById in interface IExtWechatHongbaoBopublic com.xunlei.common.util.Sheet<ExtWechatHongbao> queryExtWechatHongbao(ExtWechatHongbao data, com.xunlei.common.util.PagedFliper fliper)
queryExtWechatHongbao in interface IExtWechatHongbaoBopublic void updateExtWechatHongbao(ExtWechatHongbao data)
updateExtWechatHongbao in interface IExtWechatHongbaoBopublic void deleteExtWechatHongbaoById(long id)
deleteExtWechatHongbaoById in interface IExtWechatHongbaoBopublic void insertExtWechatHongbao(ExtWechatHongbao data)
insertExtWechatHongbao in interface IExtWechatHongbaoBopublic int findExtWechatHongbaoCount()
findExtWechatHongbaoCount in interface IExtWechatHongbaoBopublic List<ExtWechatHongbao> findExtWechatHongbaoList(int start, int length)
findExtWechatHongbaoList in interface IExtWechatHongbaoBopublic int findExtWechatHongbaoYesterdayCount(String yesterday)
findExtWechatHongbaoYesterdayCount in interface IExtWechatHongbaoBopublic List<ExtWechatHongbao> findExtWechatHongbaoYesterdayList(int start, int length, String yesterday)
findExtWechatHongbaoYesterdayList in interface IExtWechatHongbaoBoCopyright © 2016. All rights reserved.