public interface TvService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TvServiceSpecChannelLink> |
channelLinkList(int serviceSpecId,
java.util.Date date) |
void |
channelLinkUpdate(int serviceSpecId,
java.util.List<TvServiceSpecChannelLink> linkList) |
java.util.List<TvChannelSpec> |
channelSpecList(int serviceSpecId,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String title) |
void |
channelSpecListUpdate(int serviceSpecId,
java.util.List<TvChannelSpec> tvChannelSpecList) |
int |
getProductSpecEntitySpecId() |
int |
getServiceSpecEntitySpecId() |
int |
getTvChannelSpecEntitySpecId() |
void |
recalculate(java.lang.String email,
java.util.Date dateFrom,
java.util.Date dateTo,
java.util.Set<java.lang.Integer> contractGroupIds,
java.util.Set<java.lang.Integer> contractIds) |
java.util.List<TvServiceSpecChannelLink> channelLinkList(int serviceSpecId, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid channelLinkUpdate(int serviceSpecId,
java.util.List<TvServiceSpecChannelLink> linkList)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<TvChannelSpec> channelSpecList(int serviceSpecId, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid channelSpecListUpdate(int serviceSpecId,
java.util.List<TvChannelSpec> tvChannelSpecList)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint getProductSpecEntitySpecId()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint getServiceSpecEntitySpecId()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint getTvChannelSpecEntitySpecId()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid recalculate(java.lang.String email,
java.util.Date dateFrom,
java.util.Date dateTo,
java.util.Set<java.lang.Integer> contractGroupIds,
java.util.Set<java.lang.Integer> contractIds)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException