| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AccountsDao.getAccountLineage(Account account)
Overloaded version of getAccontLineage(Sid) that won't retrieve current account since
it's already there.
|
List<String> |
AccountsDao.getAccountLineage(Sid accountSid)
Returns a list of all the ancestor account SIDs of an Account all the way up to the
top-level account.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
MybatisAccountsDao.getAccountLineage(Account account) |
List<String> |
MybatisAccountsDao.getAccountLineage(Sid accountSid) |
Copyright © 2017. All Rights Reserved.