Interface SmsSendActionService
- All Known Implementing Classes:
SmsSendActionServiceImpl
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetSmsFormData(EntityExplorerActionSelection selection, String userRelationPath) Deprecated.voidsendSms(String userRelationPath, EntityExplorerActionSelection selection, URI language, String text, URI senderUri, @Nullable org.joda.time.DateTime executionDate, @Nullable org.joda.time.LocalDate expiryDate, String sourceEntityName) Deprecated.
-
Method Details
-
sendSms
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) throws UnresolvableUriException, UriStoreException, InterruptedException, TemplateException Deprecated. -
getSmsFormData
SmsSendActionService.SmsFormData getSmsFormData(EntityExplorerActionSelection selection, String userRelationPath) Deprecated.
-