public final class MybatisOutgoingCallerIdsDao extends Object implements OutgoingCallerIdsDao
| Constructor and Description |
|---|
MybatisOutgoingCallerIdsDao(org.apache.ibatis.session.SqlSessionFactory sessions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
OutgoingCallerId |
getOutgoingCallerId(Sid sid) |
List<OutgoingCallerId> |
getOutgoingCallerIds(Sid accountSid) |
void |
removeOutgoingCallerId(Sid sid) |
void |
removeOutgoingCallerIds(Sid accountSid) |
void |
updateOutgoingCallerId(OutgoingCallerId outgoingCallerId) |
public MybatisOutgoingCallerIdsDao(org.apache.ibatis.session.SqlSessionFactory sessions)
public void addOutgoingCallerId(OutgoingCallerId outgoingCallerId)
addOutgoingCallerId in interface OutgoingCallerIdsDaopublic OutgoingCallerId getOutgoingCallerId(Sid sid)
getOutgoingCallerId in interface OutgoingCallerIdsDaopublic List<OutgoingCallerId> getOutgoingCallerIds(Sid accountSid)
getOutgoingCallerIds in interface OutgoingCallerIdsDaopublic void removeOutgoingCallerId(Sid sid)
removeOutgoingCallerId in interface OutgoingCallerIdsDaopublic void removeOutgoingCallerIds(Sid accountSid)
removeOutgoingCallerIds in interface OutgoingCallerIdsDaopublic void updateOutgoingCallerId(OutgoingCallerId outgoingCallerId)
updateOutgoingCallerId in interface OutgoingCallerIdsDaoCopyright © 2017. All Rights Reserved.