public class ConfigChannelDaoImpl extends com.xunlei.common.dao.JdbcBaseDao implements IConfigChannelDao
| Constructor and Description |
|---|
ConfigChannelDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigChannel(ConfigChannel item) |
void |
deleteConfigChannel(long seqid) |
String |
findConfigChannelByPayType(String payType) |
boolean |
findConfigChannelExists(String sourcePayType) |
boolean |
findConfigChannelExists(String sourcePayType,
long seqId) |
Map<String,String> |
loadAllConfigChannel() |
ConfigChannel |
queryConfigChannel(long seqid) |
com.xunlei.common.util.Sheet<ConfigChannel> |
queryConfigChannelList(ConfigChannel data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateConfigChannel(ConfigChannel item) |
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 void addConfigChannel(ConfigChannel item)
addConfigChannel in interface IConfigChannelDaopublic void updateConfigChannel(ConfigChannel item)
updateConfigChannel in interface IConfigChannelDaopublic void deleteConfigChannel(long seqid)
deleteConfigChannel in interface IConfigChannelDaopublic ConfigChannel queryConfigChannel(long seqid)
queryConfigChannel in interface IConfigChannelDaopublic com.xunlei.common.util.Sheet<ConfigChannel> queryConfigChannelList(ConfigChannel data, com.xunlei.common.util.PagedFliper fliper)
queryConfigChannelList in interface IConfigChannelDaopublic boolean findConfigChannelExists(String sourcePayType)
findConfigChannelExists in interface IConfigChannelDaopublic boolean findConfigChannelExists(String sourcePayType, long seqId)
findConfigChannelExists in interface IConfigChannelDaopublic String findConfigChannelByPayType(String payType)
findConfigChannelByPayType in interface IConfigChannelDaopublic Map<String,String> loadAllConfigChannel()
loadAllConfigChannel in interface IConfigChannelDaoCopyright © 2016. All rights reserved.