Interface TvAccountService
public interface TvAccountService
-
Method Summary
Modifier and TypeMethodDescriptiontvAccounContracttList
(int contractId) void
tvAccountDelete
(int contractId, int id, boolean force) tvAccountGet
(int contractId, int id) tvAccountGetByLogin
(String login, Date time) void
tvAccountIsActive
(TvAccount tvAccount) tvAccountList
(int deviceId, String login, Date dateFrom, Date dateTo) tvAccountSearch
(List<ru.bitel.bgbilling.common.model.KeyValue> filter, int tvAccountSpecId, boolean strict) void
tvAccountSpecDelete
(int id) tvAccountSpecGet
(int tvAccountSpecId) int
tvAccountSpecUpdate
(TvAccountSpec tvAccountSpec) tvAccountTree
(int contractId) int
tvAccountUpdate
(int contractId, TvAccount tvAccount, boolean generateLogin, boolean generatePassword, long omWaitTimeout) tvProductStatus
(int contractId, int tvAccountId)
-
Method Details
-
tvAccountTree
- Throws:
Exception
-
tvAccountSpecList
- Throws:
Exception
-
tvAccountSpecTitleList
- Throws:
Exception
-
tvAccountGet
- Throws:
Exception
-
tvAccountList
List<TvAccount> tvAccountList(int deviceId, String login, Date dateFrom, Date dateTo) throws Exception - Throws:
Exception
-
tvAccountDelete
- Throws:
Exception
-
tvAccountUpdate
int tvAccountUpdate(int contractId, TvAccount tvAccount, boolean generateLogin, boolean generatePassword, long omWaitTimeout) throws Exception - Throws:
Exception
-
tvAccountSpecGet
- Throws:
Exception
-
tvAccountSpecUpdate
- Throws:
Exception
-
tvAccountSpecDelete
- Throws:
Exception
-
tvAccountGetByLogin
- Throws:
Exception
-
tvAccountIsActive
- Throws:
Exception
-
tvProductStatus
- Throws:
Exception
-
tvAccountSearch
List<TvAccount> tvAccountSearch(List<ru.bitel.bgbilling.common.model.KeyValue> filter, int tvAccountSpecId, boolean strict) throws Exception - Throws:
Exception
-
tvAccounContracttList
- Throws:
Exception
-