| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.text.engine | |
| de.hybris.platform.mobileservices.text.engine.impl | |
| de.hybris.platform.mobileservices.text.testimpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SMSEngine.send(AggregatorSettingsDTO aggregatorSettings,
OutgoingSMSMessageDTO message)
Called by mobile framework for immediate sending of a SMS message.
|
void |
SMSEngineRegistry.send(MobileAggregatorModel aggregator,
MobileMessageContextModel message)
Performs sending using the appropriate engine for the specified aggregator and
the specified message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPSendSMSEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
void |
SMPPSMSEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
void |
DefaultSMSEngineRegistry.send(MobileAggregatorModel aggregator,
MobileMessageContextModel message) |
protected void |
SMPPSMSEngine.sendLink(java.lang.String normalizedPhoneNumber,
java.lang.String subject,
java.lang.String url,
OutgoingSMSMessageDTO message,
de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters) |
protected void |
SMPPSMSEngine.sendSms(java.lang.String normalizedPhoneNumber,
java.lang.String inputText,
OutgoingSMSMessageDTO message,
de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings accountParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
void |
DummyBrokenEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
Copyright © 2018 SAP SE. All Rights Reserved.