Class AccountManager
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.AccountManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheckAccount
(Account account) Проверка наличия подобного аккаунта в БД.void
deleteAccount
(int id) Удаление аккаунта по его коду.findAccounts
(String mask, int domainId) Поиск аккаунтов в домене.getAccountById
(int id) Получение аккаунта по его коду.getAccountByID
(int id) Deprecated.getContractAccountList
(int contractId) Получение списка аккаунтов договора.getContractAccountList
(int contractId, Date date) int
getContractAccountsCount
(int cid, Date date) getNeedCloseAccountList
(Date date) getNeedOpenAccountList
(Date date) protected String
getTableName
(int mid) void
updateAccount
(String id, Account account) Deprecated.void
updateAccount
(Account account) Изменение/добавление аккаунта.
-
Field Details
-
mid
protected int mid -
con
-
-
Constructor Details
-
AccountManager
-
-
Method Details
-
getTableName
-
getContractAccountsCount
-
getContractAccountList
Получение списка аккаунтов договора.- Parameters:
contractId
- код договора- Returns:
-
getContractAccountList
-
findAccounts
Поиск аккаунтов в домене.- Parameters:
mask
- подстрока с именем аккаунтаdomainId
- код домена- Returns:
-
checkAccount
Проверка наличия подобного аккаунта в БД.- Parameters:
account
-- Returns:
-
getAccountByID
Deprecated.ИспользоватьgetAccountByID(int)
- Parameters:
id
-- Returns:
-
getAccountById
Получение аккаунта по его коду.- Parameters:
id
-- Returns:
-
updateAccount
@Deprecated public void updateAccount(String id, Account account) throws ru.bitel.bgbilling.common.BGException Deprecated.ИспользоватьupdateAccount(Account)
.- Parameters:
id
-account
-- Throws:
ru.bitel.bgbilling.common.BGException
-
updateAccount
Изменение/добавление аккаунта.- Parameters:
account
-
-
deleteAccount
public void deleteAccount(int id) Удаление аккаунта по его коду.- Parameters:
id
-
-
getNeedOpenAccountList
-
getNeedCloseAccountList
-