| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.mobileservices.model.text |
Contains generated models for each type of de.hybris.platform.mobileservices.jalo.text package.
|
| de.hybris.platform.mobileservices.text | |
| de.hybris.platform.mobileservices.text.impl | |
| de.hybris.platform.mobileservices.text.processing | |
| de.hybris.platform.mobileservices.text.processing.impl |
| Modifier and Type | Field and Description |
|---|---|
static MobileMessageError |
MobileMessageError.ACTIONMISSING
Generated enum value for MobileMessageError.ACTIONMISSING declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.FILTERED
Generated enum value for MobileMessageError.FILTERED declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.INVALID_PHONE_NUMBER
Generated enum value for MobileMessageError.INVALID_PHONE_NUMBER declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.LINKNOTSUPPORTED
Generated enum value for MobileMessageError.LINKNOTSUPPORTED declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.MAX_SIZE_EXCEEDED
Generated enum value for MobileMessageError.MAX_SIZE_EXCEEDED declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.NOROUTE
Generated enum value for MobileMessageError.NOROUTE declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.UNKNOWN
Generated enum value for MobileMessageError.UNKNOWN declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.UNSUBSCRIBED
Generated enum value for MobileMessageError.UNSUBSCRIBED declared at extension mobileservices.
|
static MobileMessageError |
MobileMessageError.WRONGCONFIG
Generated enum value for MobileMessageError.WRONGCONFIG declared at extension mobileservices.
|
| Modifier and Type | Method and Description |
|---|---|
static MobileMessageError |
MobileMessageError.valueOf(String code)
Returns a MobileMessageError instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
MobileMessageError |
MobileMessageContextModel.getMessageError()
Generated method - Getter of the
MobileMessageContext.messageError attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileMessageContextModel.setMessageError(MobileMessageError value)
Generated method - Setter of
MobileMessageContext.messageError attribute defined at extension mobileservices. |
| Modifier and Type | Field and Description |
|---|---|
protected MobileMessageError |
StatusRecordTestBase.assertNoError |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatusRecordTestBase.assertMessageSuccessfulyProcessed(MobileMessageContextModel message,
MobileMessageStatus expectedStatus,
MobileMessageError expectedError,
Boolean isDefaultAction)
Checks that the message successfully completes with the required status and error parameters.
|
void |
TextService.discard(MobileMessageContextModel message,
MobileMessageError error,
String errorMessage,
Throwable cause)
While processing a incoming message this methods allows to mark the message as discarded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTextService.discard(MobileMessageContextModel message,
MobileMessageError error,
String errorMessage,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageError |
MobileProcessingException.getType() |
MobileMessageError |
OutgoingMessageRoutingStrategy.validateRoute(MobileMessageContextModel data,
MobileShortcodeModel shortcode)
Validates if a chosen route is actually valid.
|
| Constructor and Description |
|---|
MobileProcessingException(String message,
MobileMessageError error) |
MobileProcessingException(String message,
Throwable cause,
MobileMessageError error) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageError |
DefaultOutgoingMessageRoutingStrategy.validateRoute(MobileMessageContextModel data,
MobileShortcodeModel shortcode) |
Copyright © 2017 SAP SE. All Rights Reserved.