Interface SmsSendActionService
- All Known Implementing Classes:
SmsSendActionServiceImpl
public interface SmsSendActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSmsFormData
(EntityExplorerActionSelection selection, String userRelationPath) void
sendSms
(String userRelationPath, EntityExplorerActionSelection selection, URI language, String text, URI senderUri, @Nullable org.joda.time.DateTime executionDate, @Nullable org.joda.time.LocalDate expiryDate, String sourceEntityName)
-
Method Details
-
sendSms
void sendSms(String userRelationPath, EntityExplorerActionSelection selection, URI language, String text, URI senderUri, @Nullable @Nullable org.joda.time.DateTime executionDate, @Nullable @Nullable org.joda.time.LocalDate expiryDate, String sourceEntityName) throws UnresolvableUriException, UriStoreException, InterruptedException, TemplateException -
getSmsFormData
SmsSendActionService.SmsFormData getSmsFormData(EntityExplorerActionSelection selection, String userRelationPath)
-