| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountsDao.getAccount(Sid sid) |
Account |
AccountsDao.getAccount(String name) |
Account |
AccountsDao.getAccountToAuthenticate(String name)
Created to separate the method used to authenticate from
the method used to obtain an account from the database, using a ordinary
String parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountsDao.getChildAccounts(Sid parentSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountsDao.addAccount(Account account) |
List<String> |
AccountsDao.getAccountLineage(Account account)
Overloaded version of getAccontLineage(Sid) that won't retrieve current account since
it's already there.
|
void |
AccountsDao.updateAccount(Account account) |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.Builder.build() |
Account |
Account.setAuthToken(String authToken) |
Account |
Account.setEmailAddress(String emailAddress) |
Account |
Account.setFriendlyName(String friendlyName) |
Account |
Account.setRole(String role) |
Account |
Account.setStatus(Account.Status status) |
Account |
Account.setType(Account.Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountList.getAccounts() |
| Constructor and Description |
|---|
AccountList(List<Account> accounts) |
| Modifier and Type | Method and Description |
|---|---|
Account |
MybatisAccountsDao.getAccount(Sid sid) |
Account |
MybatisAccountsDao.getAccount(String name) |
Account |
MybatisAccountsDao.getAccountToAuthenticate(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
MybatisAccountsDao.getChildAccounts(Sid parentSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisAccountsDao.addAccount(Account account) |
List<String> |
MybatisAccountsDao.getAccountLineage(Account account) |
void |
MybatisAccountsDao.updateAccount(Account account) |
Copyright © 2017. All Rights Reserved.