public interface TvAccountService
Modifier and Type | Method and Description |
---|---|
void |
tvAccountDelete(int id) |
TvAccount |
tvAccountGet(int id) |
TvAccount |
tvAccountGetByLogin(java.lang.String login,
java.util.Date time) |
void |
tvAccountIsActive(TvAccount tvAccount) |
java.util.List<TvAccount> |
tvAccountList(int deviceId,
java.lang.String login,
java.util.Date dateFrom,
java.util.Date dateTo) |
java.util.List<TvAccount> |
tvAccountSearch(java.lang.String login,
java.lang.String deviceAccountId,
int tvAccountSpecId,
java.lang.String identifier,
java.lang.String macAddress,
boolean strict) |
void |
tvAccountSpecDelete(int id) |
java.util.List<TvAccountSpec> |
tvAccountSpecList() |
int |
tvAccountSpecUpdate(TvAccountSpec tvAccountSpec) |
TvAccount |
tvAccountTree(int contractId) |
void |
tvAccountUpdate(TvAccount tvAccount,
boolean generateLogin,
boolean generatePin,
long omWaitTimeout) |
java.lang.String |
tvProductStatus(int contractId,
int tvAccountId) |
TvAccount tvAccountTree(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<TvAccountSpec> tvAccountSpecList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
TvAccount tvAccountGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<TvAccount> tvAccountList(int deviceId, java.lang.String login, java.util.Date dateFrom, java.util.Date dateTo) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void tvAccountDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void tvAccountUpdate(TvAccount tvAccount, boolean generateLogin, boolean generatePin, long omWaitTimeout) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int tvAccountSpecUpdate(TvAccountSpec tvAccountSpec) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void tvAccountSpecDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
TvAccount tvAccountGetByLogin(java.lang.String login, java.util.Date time) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void tvAccountIsActive(TvAccount tvAccount) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.lang.String tvProductStatus(int contractId, int tvAccountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<TvAccount> tvAccountSearch(java.lang.String login, java.lang.String deviceAccountId, int tvAccountSpecId, java.lang.String identifier, java.lang.String macAddress, boolean strict) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException