Interface TvAccountService
public interface TvAccountService
- 
Method Summary
Modifier and TypeMethodDescriptiontvAccounContracttList(int contractId) voidtvAccountDelete(int contractId, int id, boolean force) tvAccountGet(int contractId, int id) tvAccountGetByLogin(String login, Date time) voidtvAccountIsActive(TvAccount tvAccount) tvAccountList(int deviceId, String login, Date dateFrom, Date dateTo) tvAccountSearch(List<ru.bitel.bgbilling.common.model.KeyValue> filter, int tvAccountSpecId, boolean strict) voidtvAccountSpecDelete(int id) tvAccountSpecGet(int tvAccountSpecId) inttvAccountSpecUpdate(TvAccountSpec tvAccountSpec) tvAccountTree(int contractId) inttvAccountUpdate(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
 
 -