public class AutopaycancelnewDaoImpl extends com.xunlei.common.dao.JdbcBaseDao implements IAutopaycancelnewDao
| Constructor and Description |
|---|
AutopaycancelnewDaoImpl() |
| 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) |
addLimitToSql, batchUpdate, computeStartRowNo, createNextId, deleteObject, deleteObject, deleteObjectByCondition, execute, executeUpdate, findObject, findObjectByCondition, findObjects, findPagedObjects, findPagedObjects, findPagedObjects, findPagedObjectsExcludeFields, findPagedObjectsExcludeFields, findPagedObjectsIncludeFields, findPagedObjectsIncludeFields, getMaxNewSn, getNewSn, getNewSn, getSingleDouble, getSingleInt, getSingleLong, getSingleString, getSmoothNewSn, insertObject, isEmpty, isNotEmpty, isNumType, isSupportType, query, query, query, queryOne, queryOne, queryToList, queryToMap, queryToMap, queryToMapList, queryToMapList, saveObject, setDataS, toString, toString, toString, uniteForIn, updateObject, updateObject, updateObjectExcludeFields, updateObjectIncludeFieldspublic Autopaycancel_new findAutopaycanclenew(Autopaycancel_new data)
findAutopaycanclenew in interface IAutopaycancelnewDaopublic Autopaycancel_new findAutopaycanclenewById(long id)
findAutopaycanclenewById in interface IAutopaycancelnewDaopublic com.xunlei.common.util.Sheet<Autopaycancel_new> queryAutopaycanclenew(Autopaycancel_new data, com.xunlei.common.util.PagedFliper fliper)
queryAutopaycanclenew in interface IAutopaycancelnewDaopublic void insertAutopaycanclenew(Autopaycancel_new data)
insertAutopaycanclenew in interface IAutopaycancelnewDaopublic void updateAutopaycanclenew(Autopaycancel_new data)
updateAutopaycanclenew in interface IAutopaycancelnewDaopublic void deleteAutopaycanclenew(Autopaycancel_new data)
deleteAutopaycanclenew in interface IAutopaycancelnewDaopublic void deleteAutopaycanclenewByIds(long... ids)
deleteAutopaycanclenewByIds in interface IAutopaycancelnewDaopublic int findAutopayCancelNewCount(List<String> payTypeList)
findAutopayCancelNewCount in interface IAutopaycancelnewDaopublic List<Autopaycancel_new> findAutopayCancelNewList(List<String> payTypeList, int start, int length)
findAutopayCancelNewList in interface IAutopaycancelnewDaopublic int findYesterdayAutopayCancelNewCount(List<String> payTypeList, String yesterday)
findYesterdayAutopayCancelNewCount in interface IAutopaycancelnewDaopublic List<Autopaycancel_new> findYesterdayAutopayCancelNewList(List<String> payTypeList, int start, int length, String yesterday)
findYesterdayAutopayCancelNewList in interface IAutopaycancelnewDaoCopyright © 2016. All rights reserved.