| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerId |
OutgoingCallerIdsDao.getOutgoingCallerId(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingCallerId> |
OutgoingCallerIdsDao.getOutgoingCallerIds(Sid accountSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutgoingCallerIdsDao.addOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
void |
OutgoingCallerIdsDao.updateOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerId |
OutgoingCallerId.setFriendlyName(String friendlyName) |
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingCallerId> |
OutgoingCallerIdList.getOutgoingCallerIds() |
| Constructor and Description |
|---|
OutgoingCallerIdList(List<OutgoingCallerId> outgoingCallerIds) |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerId |
MybatisOutgoingCallerIdsDao.getOutgoingCallerId(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingCallerId> |
MybatisOutgoingCallerIdsDao.getOutgoingCallerIds(Sid accountSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisOutgoingCallerIdsDao.addOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
void |
MybatisOutgoingCallerIdsDao.updateOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
Copyright © 2017. All Rights Reserved.