| 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.testimpl | |
| de.hybris.platform.mobileservices.text.util |
| Modifier and Type | Field and Description |
|---|---|
static MobileMessageStatus |
MobileMessageStatus.DISCARDED
Generated enum value for MobileMessageStatus.DISCARDED declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.DONE
Generated enum value for MobileMessageStatus.DONE declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.ERROR
Generated enum value for MobileMessageStatus.ERROR declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.PROCCESED
Generated enum value for MobileMessageStatus.PROCCESED declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.PROCESSING
Generated enum value for MobileMessageStatus.PROCESSING declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.RECEIVED
Generated enum value for MobileMessageStatus.RECEIVED declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.SCHEDULED
Generated enum value for MobileMessageStatus.SCHEDULED declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.SENT
Generated enum value for MobileMessageStatus.SENT declared at extension mobileservices.
|
static MobileMessageStatus |
MobileMessageStatus.VERIFYING
Generated enum value for MobileMessageStatus.VERIFYING declared at extension mobileservices.
|
| Modifier and Type | Method and Description |
|---|---|
static MobileMessageStatus |
MobileMessageStatus.valueOf(java.lang.String code)
Returns a MobileMessageStatus instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
MobileMessageStatus |
MobileMessageContextModel.getStatus()
Generated method - Getter of the
MobileMessageContext.status attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileMessageContextModel.setStatus(MobileMessageStatus value)
Generated method - Setter of
MobileMessageContext.status attribute defined at extension mobileservices. |
| Constructor and Description |
|---|
MobileMessageContextModel(java.lang.String _incomingEngineId,
ItemModel _owner,
java.lang.String _phoneNumber,
java.lang.String _rawMessageDetails,
MobileMessageStatus _status,
MessageType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileMessageContextModel(java.lang.String _phoneNumber,
MobileMessageStatus _status,
MessageType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Field and Description |
|---|---|
protected MobileMessageStatus |
StatusRecordTestBase.assertSent |
| Modifier and Type | Method and Description |
|---|---|
protected MobileMessageStatus |
MobileOptionalsTestBase.blockUsingModel(java.lang.String pk) |
protected MobileMessageStatus |
StatusRecordTestBase.blockUsingModel(java.lang.String pk) |
protected MobileMessageStatus |
StatusRecordTestBase.blockUsingModel(java.lang.String pk,
int waitTimeSeconds) |
protected MobileMessageStatus |
StatusRecordTestBase.blockUsingRecord(PK pk) |
protected MobileMessageStatus |
StatusRecordTestBase.blockUsingRecord(java.lang.String pk) |
protected MobileMessageStatus |
StatusRecordTestBase.endMonitor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatusRecordTestBase.assertMessageSuccessfulyProcessed(MobileMessageContextModel message,
MobileMessageStatus expectedStatus) |
protected void |
StatusRecordTestBase.assertMessageSuccessfulyProcessed(MobileMessageContextModel message,
MobileMessageStatus expectedStatus,
MobileMessageError expectedError,
java.lang.Boolean isDefaultAction)
Checks that the message successfully completes with the required status and error parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static MobileMessageStatus |
TestStatusRecord.query(java.lang.String messagePk) |
static MobileMessageStatus |
TestStatusRecord.waitForAnyMessage(int timeout) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestStatusRecord.report(java.lang.String messagePk,
MobileMessageStatus newStatus) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageStatus |
MessageHelper.blockUntilProcessed(PK pk,
long timeoutMillis)
Waits until a specific message has reached a final state.
|
Copyright © 2018 SAP SE. All Rights Reserved.