public class ConfigChannelBoImpl extends Object implements IConfigChannelBo
| Constructor and Description |
|---|
ConfigChannelBoImpl() |
| 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) |
IConfigChannelDao |
getConfigChannelDao() |
Map<String,String> |
loadAllConfigChannel() |
ConfigChannel |
queryConfigChannel(long seqid) |
com.xunlei.common.util.Sheet<ConfigChannel> |
queryConfigChannelList(ConfigChannel data,
com.xunlei.common.util.PagedFliper fliper) |
void |
setConfigChannelDao(IConfigChannelDao configChannelDao) |
void |
updateConfigChannel(ConfigChannel item) |
public IConfigChannelDao getConfigChannelDao()
public void setConfigChannelDao(IConfigChannelDao configChannelDao)
public void addConfigChannel(ConfigChannel item)
addConfigChannel in interface IConfigChannelBopublic void updateConfigChannel(ConfigChannel item)
updateConfigChannel in interface IConfigChannelBopublic void deleteConfigChannel(long seqid)
deleteConfigChannel in interface IConfigChannelBopublic ConfigChannel queryConfigChannel(long seqid)
queryConfigChannel in interface IConfigChannelBopublic com.xunlei.common.util.Sheet<ConfigChannel> queryConfigChannelList(ConfigChannel data, com.xunlei.common.util.PagedFliper fliper)
queryConfigChannelList in interface IConfigChannelBopublic boolean findConfigChannelExists(String sourcePayType)
findConfigChannelExists in interface IConfigChannelBopublic boolean findConfigChannelExists(String sourcePayType, long seqId)
findConfigChannelExists in interface IConfigChannelBopublic String findConfigChannelByPayType(String payType)
findConfigChannelByPayType in interface IConfigChannelBopublic Map<String,String> loadAllConfigChannel()
loadAllConfigChannel in interface IConfigChannelBoCopyright © 2016. All rights reserved.