| 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(@NotNull java.lang.Long smsMessageId) throws FrameworkException
FrameworkExceptionOutboundSmsMessageVO getOutboundMessageData(@NotNull java.lang.Long smsMessageId) throws FrameworkException
FrameworkExceptionPage<InboundSmsMessageVO> searchInboundMessages(@NotNull InboundSmsQuery query) throws FrameworkException
FrameworkExceptionPage<OutboundSmsMessageVO> searchOutboundMessages(@NotNull OutboundSmsQuery query) throws FrameworkException
FrameworkException