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.BGExceptionjava.util.List<TvAccountSpec> tvAccountSpecList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionTvAccount tvAccountGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.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.BGExceptionvoid tvAccountDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid tvAccountUpdate(TvAccount tvAccount, boolean generateLogin, boolean generatePin, long omWaitTimeout) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint tvAccountSpecUpdate(TvAccountSpec tvAccountSpec) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid tvAccountSpecDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionTvAccount tvAccountGetByLogin(java.lang.String login, java.util.Date time) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid tvAccountIsActive(TvAccount tvAccount) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.lang.String tvProductStatus(int contractId,
int tvAccountId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.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