public interface TvAccountService
| Modifier and Type | Method and Description |
|---|---|
void |
tvAccountDelete(int id)
Deprecated.
|
void |
tvAccountDelete(int contractId,
int id,
boolean force) |
TvAccount |
tvAccountGet(int id)
Deprecated.
|
TvAccount |
tvAccountGet(int contractId,
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) |
int |
tvAccountUpdate(int contractId,
TvAccount tvAccount,
boolean generateLogin,
boolean generatePassword,
long omWaitTimeout) |
int |
tvAccountUpdate(TvAccount tvAccount,
boolean generateLogin,
boolean generatePassword,
long omWaitTimeout)
Deprecated.
|
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.BGException@Deprecated @RequestWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountGetOldRequest") @ResponseWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountGetOldResponse") TvAccount tvAccountGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionTvAccount tvAccountGet(int contractId, 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.BGException@RequestWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountDeleteOldRequest")
@ResponseWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountDeleteOldResponse")
@Deprecated
void tvAccountDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid tvAccountDelete(int contractId,
int id,
boolean force)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGIllegalArgumentException,
ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGIllegalArgumentExceptionru.bitel.bgbilling.common.BGIllegalAccessException@Deprecated @RequestWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountUpdateOldRequest") @ResponseWrapper(className="ru.bitel.bgbilling.modules.tv.api.common.service.jaxws.TvAccountUpdateOldResponse") int tvAccountUpdate(TvAccount tvAccount, boolean generateLogin, boolean generatePassword, long omWaitTimeout) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGIllegalArgumentException, ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGIllegalArgumentExceptionru.bitel.bgbilling.common.BGIllegalAccessExceptionint tvAccountUpdate(int contractId,
TvAccount tvAccount,
boolean generateLogin,
boolean generatePassword,
long omWaitTimeout)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGIllegalArgumentException,
ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGIllegalArgumentExceptionru.bitel.bgbilling.common.BGIllegalAccessExceptionint 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