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.BGException
void channelLinkUpdate(int serviceSpecId, java.util.List<TvServiceSpecChannelLink> linkList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.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.BGException
void channelSpecListUpdate(int serviceSpecId, java.util.List<TvChannelSpec> tvChannelSpecList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int getProductSpecEntitySpecId() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int getServiceSpecEntitySpecId() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int getTvChannelSpecEntitySpecId() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
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) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException