Interface ITSMSManager
-
public interface ITSMSManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearLastMessage()
SMSConfigBean
createSMSConfig()
void
deleteAllSMSConfigs()
SMSBean
getLastMessage()
void
sendMessage(int configId, String body)
-
-
-
Method Detail
-
getLastMessage
SMSBean getLastMessage()
-
clearLastMessage
void clearLastMessage()
-
sendMessage
void sendMessage(int configId, String body) throws TransportException
- Throws:
TransportException
-
deleteAllSMSConfigs
void deleteAllSMSConfigs()
-
createSMSConfig
SMSConfigBean createSMSConfig()
-
-