public interface SmsService extends Service
| Modifier and Type | Method and Description |
|---|---|
InboundSmsMessageVO |
getInboundMessageData(java.lang.Long smsMessageId)
Returns the inbound sms message with the given id
|
OutboundSmsMessageVO |
getOutboundMessageData(java.lang.Long smsMessageId)
Returns the outbound sms message with the given id
|
Page<InboundSmsMessageVO> |
searchInboundMessages(InboundSmsQuery query)
Searches for sms inbound messages according to the given query
|
Page<OutboundSmsMessageVO> |
searchOutboundMessages(OutboundSmsQuery query)
Searches for sms outbound messages according to the given query
|
InboundSmsMessageVO getInboundMessageData(java.lang.Long smsMessageId) throws FrameworkException
FrameworkExceptionOutboundSmsMessageVO getOutboundMessageData(java.lang.Long smsMessageId) throws FrameworkException
FrameworkExceptionPage<InboundSmsMessageVO> searchInboundMessages(InboundSmsQuery query) throws FrameworkException
FrameworkExceptionPage<OutboundSmsMessageVO> searchOutboundMessages(OutboundSmsQuery query) throws FrameworkException
FrameworkException