| 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 |
|---|---|
boolean |
SMSEngine.isAvailable(AggregatorSettingsDTO aggregatorSettings)
Tells if the engine currently accepts messages or not.
|
void |
SMSEngine.send(AggregatorSettingsDTO aggregatorSettings,
OutgoingSMSMessageDTO message)
Called by mobile framework for immediate sending of a SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMSEngine.startup(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings)
Called once upon system startup.
|
void |
SMSEngine.updateAggregators(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings)
May be called while being connected.
|
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorSettingsDTO |
DefaultSMSEngineRegistry.createAggregatorSettings(MobileAggregatorModel aggregator) |
| Modifier and Type | Method and Description |
|---|---|
protected de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.SMPPAccountSettings |
SMPPSMSEngine.getAccountParameters(AggregatorSettingsDTO settings) |
protected de.hybris.platform.mobileservices.text.engine.impl.HTTPSendSMSEngine.AccountParams |
HTTPSendSMSEngine.getAccountParams(AggregatorSettingsDTO settings) |
boolean |
SMPPSMSEngine.isAvailable(AggregatorSettingsDTO settings) |
boolean |
AbstractSMSEngine.isAvailable(AggregatorSettingsDTO settings) |
void |
HTTPSendSMSEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
void |
SMPPSMSEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
| Modifier and Type | Method and Description |
|---|---|
void |
SMPPSMSEngine.startup(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings) |
void |
AbstractSMSEngine.startup(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings) |
void |
SMPPSMSEngine.updateAggregators(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings) |
void |
AbstractSMSEngine.updateAggregators(java.util.Collection<AggregatorSettingsDTO> aggregatorSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DummyEngine.isAvailable(AggregatorSettingsDTO settings) |
boolean |
DummyUnavailableEngine.isAvailable(AggregatorSettingsDTO settings) |
void |
DummyEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
void |
DummyBrokenEngine.send(AggregatorSettingsDTO settings,
OutgoingSMSMessageDTO message) |
Copyright © 2018 SAP SE. All Rights Reserved.