public interface IConfigChannelBo
| 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) |
void addConfigChannel(ConfigChannel item)
void updateConfigChannel(ConfigChannel item)
void deleteConfigChannel(long seqid)
ConfigChannel queryConfigChannel(long seqid)
com.xunlei.common.util.Sheet<ConfigChannel> queryConfigChannelList(ConfigChannel data, com.xunlei.common.util.PagedFliper fliper)
boolean findConfigChannelExists(String sourcePayType)
boolean findConfigChannelExists(String sourcePayType, long seqId)
Copyright © 2016. All rights reserved.